See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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. |
Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.