Uses of Class
org.teiid.jdbc.WrapperImpl
-
Packages that use WrapperImpl Package Description org.teiid.jdbc -
-
Uses of WrapperImpl in org.teiid.jdbc
Subclasses of WrapperImpl in org.teiid.jdbc Modifier and Type Class Description class
BaseDataSource
The Teiid JDBC DataSource implementation class ofDataSource
andXADataSource
.class
CallableStatementImpl
class
ConnectionImpl
Teiid's Connection implementation.class
DatabaseMetaDataImpl
class
FilteredResultsMetadata
class
ParameterMetaDataImpl
Note: this is currently only accurate forPreparedStatement
s.class
PreparedStatementImpl
Instances of PreparedStatement contain a SQL statement that has already been compiled.class
ResultSetImpl
class
ResultSetMetaDataImpl
class
StatementImpl
class
TeiidDataSource
The Teiid JDBC DataSource implementation class ofDataSource
andXADataSource
.
-