Uses of Class
org.teiid.jdbc.StatementImpl
-
Packages that use StatementImpl Package Description org.teiid.jdbc -
-
Uses of StatementImpl in org.teiid.jdbc
Subclasses of StatementImpl in org.teiid.jdbc Modifier and Type Class Description class
CallableStatementImpl
class
PreparedStatementImpl
Instances of PreparedStatement contain a SQL statement that has already been compiled.Methods in org.teiid.jdbc that return StatementImpl Modifier and Type Method Description StatementImpl
ConnectionImpl. createStatement()
StatementImpl
ConnectionImpl. createStatement(int resultSetType, int resultSetConcurrency)
StatementImpl
ConnectionImpl. createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)
StatementImpl
ResultSetImpl. getStatement()
Retrieves the Statement object that produced this ResultSet object.Constructors in org.teiid.jdbc with parameters of type StatementImpl Constructor Description DeferredMetadataProvider(String[] columnNames, String[] columnTypes, StatementImpl statement, long requestID)
NonBlockingRowProcessor(StatementImpl stmt, StatementCallback callback)
-