Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.storage.jdbc

Classes for Java Database Connectivity.

See:
          Description

Class Summary
JDBCAdapter The JDBCAdapter is an abstract class that provides common methods that assist in displaying JDBC data sources in a viewer.
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.
JDBCConnection JDBCConnection is an implementation of java.sql.Connection interface.
JDBCDataAccessor  
JDBCDataTypeInfo A utility class that provides a mapping of JDBC data types to its various String and class representations.
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.
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.
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.
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.
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.
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.
 

Package com.sas.storage.jdbc Description

Classes for Java Database Connectivity.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.