Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.mysql.jdbc.Statement

Uses of Statement in com.mysql.jdbc
 

Subclasses of Statement in com.mysql.jdbc
 class PreparedStatement
          A SQL Statement is pre-compiled and stored in a PreparedStatement object.
 

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
(package private)  void ResultSet.setStatement(Statement stmt)
           
(package private)  void Connection.maxRowsChanged(Statement stmt)
          Has the maxRows value changed?
(package private)  void Connection.unsetMaxRows(Statement stmt)
          Called by statements on their .close() to let the connection know when it is safe to set the connection back to 'default' row limits.