JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.datasource.jdbc

Contains the JavaBean and support classes for a hierarchically-structured data source that integrates with JDBC data source objects.

See:
          Description

Interface Summary
PersistorModel Implementations of this interface can be set on a com.klg.jclass.datasource.jdbc.MetaData instance.
 

Class Summary
Column A copy of the ResultSetMetaData for a column.
DataTable A copy of the data returned in a JDBC result table will be copied into one of these result tables so the data can be cached.
DataTableConnection A connection to a JDBC datasource.
JDBCBinding A single level.
MetaData This MetaData connects to a data source through JDBC.
MetaDataCreator This class creates a MetaData for JDBC data source type.
Persistor Default mechanism for persisting (resolving) data to the originating database.
ResultSetBinding This class provides binding for a single level (non-hierarchical) data source.
 

Package com.klg.jclass.datasource.jdbc Description

Contains the JavaBean and support classes for a hierarchically-structured data source that integrates with JDBC data source objects.


Copyright © 2004 Quest Software Inc..
All rights reserved.