Uses of Class
org.teiid.jdbc.WrapperImpl

Packages that use WrapperImpl
org.teiid.jdbc   
 

Uses of WrapperImpl in org.teiid.jdbc
 

Subclasses of WrapperImpl in org.teiid.jdbc
 class BaseDataSource
          The Teiid JDBC DataSource implementation class of DataSource and XADataSource.
 class CallableStatementImpl
           This class inherits Statement methods, which deal with SQL statements in general and also inherits PreparedStatement methods, which deal with IN parameters.
 class ConnectionImpl
          Teiid's Connection implementation.
 class DatabaseMetaDataImpl
           
 class FilteredResultsMetadata
           
 class ParameterMetaDataImpl
          Note: this is currently only accurate for PreparedStatements.
 class PreparedStatementImpl
           Instances of PreparedStatement contain a SQL statement that has already been compiled.
 class ResultSetImpl
           The MMResultSet is the way query results are returned to the requesting client based upon a query given to the server.
 class ResultSetMetaDataImpl
           
 class StatementImpl
           
 class TeiidDataSource
          The Teiid JDBC DataSource implementation class of DataSource and XADataSource.
 



Copyright © 2011. All Rights Reserved.