Uses of Class
org.teiid.jdbc.StatementImpl

Packages that use StatementImpl
org.teiid.jdbc   
 

Uses of StatementImpl in org.teiid.jdbc
 

Subclasses of StatementImpl in org.teiid.jdbc
 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 PreparedStatementImpl
           Instances of PreparedStatement contain a SQL statement that has already been compiled.
 

Methods in org.teiid.jdbc that return StatementImpl
 StatementImpl ConnectionImpl.createStatement()
           
 StatementImpl ConnectionImpl.createStatement(int resultSetType, int resultSetConcurrency)
          Creates a Statement object that will produce ResultSet objects of the type resultSetType and concurrency level resultSetConcurrency.
 StatementImpl ResultSetImpl.getStatement()
           Retrieves the Statement object that produced this ResultSet object.
 

Constructors in org.teiid.jdbc with parameters of type StatementImpl
DeferredMetadataProvider(java.lang.String[] columnNames, java.lang.String[] columnTypes, StatementImpl statement, long requestID)
           
 



Copyright © 2011. All Rights Reserved.