Package com.spotfire.ws.im.ds.sql

Package containing the Information Services JDBC API which allows customization for specific drivers.

See:
          Description

Interface Summary
JDBCContext Properties for a JDBC data source instance.
JDBCMetadataProvider This interface should be used when full control over the handling of data source metadata is required.
SQLFilter This interface should be used when full control over the SQL syntax is required.
SQLRuntime This interface should be implemented when full control over the SQL execution is required.
 

Class Summary
BasicJDBCMetadataProvider A basic implementation of the JDBCMetadataProvider interface.
BasicSQLFilter A basic implementation of the SQLFilter interface.
BasicSQLRuntime A basic implementation of the SQLRuntime interface.
JDBCTypeSettings Settings for a JDBC data source type.
JDBCTypeSettings.TypeMapping Mapping between a Java and a SQL type.
PreparedStatementWrapper Use this class for creating wrapper classes around the PreparedStatement interface.
ResultSetWrapper Use this class for creating wrapper classes around the ResultSet interface.
StatementWrapper Use this class for creating wrapper classes around the Statement interface.
 

Package com.spotfire.ws.im.ds.sql Description

Package containing the Information Services JDBC API which allows customization for specific drivers.

Since:
10.1


Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.