Uses of Class
com.sas.storage.jdbc.JDBCAdapter

Packages that use JDBCAdapter
com.sas.servlet.tbeans.models Provides classes and interfaces for models which may be displayed in viewers. 
com.sas.storage.jdbc Classes for Java Database Connectivity. 
 

Uses of JDBCAdapter in com.sas.servlet.tbeans.models
 

Subclasses of JDBCAdapter in com.sas.servlet.tbeans.models
 class JDBCToTreeViewModelAdapter
          The JDBCToTreeViewModelAdapter is a JDBCToTreeModelAdapter which is specialized for the TreeView.
 

Uses of JDBCAdapter in com.sas.storage.jdbc
 

Subclasses of JDBCAdapter in com.sas.storage.jdbc
 class JDBCColumnValuesAdapter
          The purpose of the JDBCColumnValuesAdapter is to optionally allow multiple JDBC column values from a result set row to be returned as a single Object by JDBC adapters.
 class JDBCRowCountAdapter
          In many cases it may not be necessary or may be an expensive operation to determine the true row count of a data source.
 class JDBCToComboBoxModelAdapter
          The JDBCToComboBoxModelAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type javax.swing.ComboBoxModel, mainly being a javax.swing.JComboBox.
 class JDBCToDataTableAdapter
          The JDBCToDataTableAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type com.sas.table.DataTableInterface, such as the com.sas.table.TableView.
 class JDBCToListModelAdapter
          The JDBCToListModelAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type javax.swing.ListModel, mainly being a javax.swing.JList.
 class JDBCToTableModelAdapter
          The JDBCToTableModelAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type javax.swing.table.TableModel, mainly being a javax.swing.JTable.
 class JDBCToTreeModelAdapter
          The JDBCToTreeModelAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type javax.swing.tree.TreeModel, mainly being a javax.swing.JTree.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.