Uses of Class
com.metamatrix.jdbc.MMStatement

Packages that use MMStatement
com.metamatrix.jdbc   
 

Uses of MMStatement in com.metamatrix.jdbc
 

Subclasses of MMStatement in com.metamatrix.jdbc
 class MMCallableStatement
           This class inherits Statement methods, which deal with SQL statements in general and also inherits PreparedStatement methods, which deal with IN parameters.
 class MMPreparedStatement
           Instances of PreparedStatement contain a SQL statement that has already been compiled.
 

Methods in com.metamatrix.jdbc that return MMStatement
 MMStatement MMResultSet.getStatement()
           Retrieves the Statement object that produced this ResultSet object.
 

Methods in com.metamatrix.jdbc with parameters of type MMStatement
static DeferredMetadataProvider DeferredMetadataProvider.createWithInitialData(java.lang.String[] columnNames, java.lang.String[] columnTypes, MMStatement statement, long requestID)
           
 



Copyright © 2009. All Rights Reserved.