| Interface | Description |
|---|---|
| BatchResults.BatchFetcher | |
| ConnectionListener |
A JDBC Connection lifecycle listener
|
| ConnectionProfile | |
| ContinuousStatementCallback |
A callback for continuous result processing.
|
| ExecutionProperties |
These execution properties can
be set via the
TeiidStatement.setExecutionProperty(String, String)
method. |
| StatementCallback |
A callback for non-blocking statement result processing.
|
| TeiidConnection |
Optional methods supported by Teiid Connections.
|
| TeiidPreparedStatement |
This interface provides methods in
addition to the standard JDBC methods.
|
| TeiidResultSet | |
| TeiidStatement |
This interface provides methods in
addition to the standard JDBC methods.
|
| Class | Description |
|---|---|
| BaseDataSource |
The Teiid JDBC DataSource implementation class of
DataSource and
XADataSource. |
| BatchResults | |
| CallableStatementImpl | |
| ConnectionImpl |
Teiid's Connection implementation.
|
| DatabaseMetaDataImpl | |
| DeferredMetadataProvider |
This metadata provider starts with just column names and types (provided in the response)
but must lazily load the rest of the metadata when necessary.
|
| EnhancedTimer |
Specialized timer that can purge tasks in lg(n) time
Will only hold a thread while there are pending tasks.
|
| FilteredResultsMetadata | |
| JDBCPlugin |
JDBCPlugin
|
| JDBCURL | |
| LocalProfile | |
| MetadataProvider | |
| NonBlockingRowProcessor |
Handles the future processing logic and makes the appropriate calls to the callback
|
| ParameterMetaDataImpl |
Note: this is currently only accurate for
PreparedStatements. |
| PreparedStatementImpl |
Instances of PreparedStatement contain a SQL statement that has already been
compiled.
|
| RequestOptions | |
| ResultSetImpl | |
| ResultSetMetaDataImpl | |
| SQLStates |
Utility class containing 1) SQL state constants used to represent JDBC error state code, and
2) utility methods to check whether a SQL state belongs to a particular class of exception states.
|
| SQLStates.SQLStateClass | |
| StatementImpl | |
| TeiidDataSource |
The Teiid JDBC DataSource implementation class of
DataSource and
XADataSource. |
| TeiidDriver |
JDBC Driver class for Teiid Embedded and Teiid Server.
|
| WrapperImpl | |
| XAConnectionImpl |
Implementation of XAConnection.
|
| Enum | Description |
|---|---|
| JDBCPlugin.Event | |
| JDBCURL.ConnectionType |
| Exception | Description |
|---|---|
| AsynchPositioningException | |
| PartialResultsWarning |
This warning class is sent when using partial results mode if one or more
sources fails.
|
| TeiidSQLException |
Teiid specific SQLException
|
| TeiidSQLWarning |
Teiid specific SQLWarning
If the cause was a source SQLWarning, then you may need to consult the warning chain to get all warnings, see the example below. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.