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

Uses of Class
com.mysql.jdbc.jdbc2.optional.StatementWrapper

Packages that use StatementWrapper
com.mysql.jdbc.jdbc2.optional   
 

Uses of StatementWrapper in com.mysql.jdbc.jdbc2.optional
 

Subclasses of StatementWrapper in com.mysql.jdbc.jdbc2.optional
 class CallableStatementWrapper
          Wraps callable statements created by pooled connections.
 class JDBC4CallableStatementWrapper
           
 class JDBC4PreparedStatementWrapper
           
 class JDBC4StatementWrapper
           
 class PreparedStatementWrapper
          Wraps prepared statements so that errors can be reported correctly to ConnectionEventListeners.
 

Methods in com.mysql.jdbc.jdbc2.optional that return StatementWrapper
protected static StatementWrapper StatementWrapper.getInstance(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.Statement toWrap)
           
 


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