Package org.teiid.jdbc

Interface Summary
BatchResults.BatchFetcher  
ConnectionListener A JDBC Connection lifecycle listener
ConnectionProfile  
ExecutionProperties These execution properties can be set via the TeiidStatement.setExecutionProperty(String, String) method.
TeiidConnection Optional methods supported by Teiid Connections.
TeiidStatement This interface provides methods in addition to the standard JDBC methods.
 

Class Summary
BaseDataSource The Teiid JDBC DataSource implementation class of DataSource and XADataSource.
BatchResults  
CallableStatementImpl This class inherits Statement methods, which deal with SQL statements in general and also inherits PreparedStatement methods, which deal with IN parameters.
CancellationTimer Specialized timer that actively purges tasks in lg(n) time
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.
EmbeddedProfile  
FilteredResultsMetadata  
JDBCPlugin JDBCPlugin
JDBCURL  
MetadataProvider  
ParameterMetaDataImpl Note: this is currently only accurate for PreparedStatements.
PreparedStatementImpl Instances of PreparedStatement contain a SQL statement that has already been compiled.
ResultSetImpl The MMResultSet is the way query results are returned to the requesting client based upon a query given to the server.
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.
XAResourceImpl Implementation of XAResource.
 

Enum Summary
JDBCURL.ConnectionType  
 

Exception Summary
PartialResultsWarning This warning class is sent when using partial results mode if one or more sources fails.
TeiidSQLException Teiid specific SQLException
 



Copyright © 2011. All Rights Reserved.