MySQL Connector/J size='-1'>5.0.8

Uses of Class
com.mysql.jdbc.Statement

Packages that use Statement
com.mysql.jdbc   
 

Uses of Statement in com.mysql.jdbc
 

Subclasses of Statement in com.mysql.jdbc
 class CallableStatement
          Representation of stored procedures for JDBC
 class PreparedStatement
          A SQL Statement is pre-compiled and stored in a PreparedStatement object.
 class ServerPreparedStatement
          JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
 

Fields in com.mysql.jdbc declared as Statement
protected  Statement ResultSet.owningStatement
          The statement that created us
 

Methods in com.mysql.jdbc with parameters of type Statement
protected  void ResultSet.setOwningStatement(Statement owningStatement)
           
 

Constructors in com.mysql.jdbc with parameters of type Statement
UpdatableResultSet(long updateCount, long updateID, Connection conn, Statement creatorStmt)
          Create a result set for an executeUpdate statement.
UpdatableResultSet(java.lang.String catalog, Field[] fields, RowData tuples, Connection conn, Statement creatorStmt)
          Creates a new ResultSet object.
ResultSet(long updateCount, long updateID, Connection conn, Statement creatorStmt)
          Create a result set for an executeUpdate statement.
ResultSet(java.lang.String catalog, Field[] fields, RowData tuples, Connection conn, Statement creatorStmt)
          Creates a new ResultSet object.
 


MySQL Connector/J size='-1'>5.0.8