|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RawSASNumericValueProvider |
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 . |
Classes for Java Database Connectivity.
|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |