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

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

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

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

Subclasses of ConnectionWrapper in com.mysql.jdbc.jdbc2.optional
 class JDBC4ConnectionWrapper
           
 

Fields in com.mysql.jdbc.jdbc2.optional declared as ConnectionWrapper
protected  ConnectionWrapper StatementWrapper.wrappedConn
           
 

Methods in com.mysql.jdbc.jdbc2.optional that return ConnectionWrapper
protected static ConnectionWrapper ConnectionWrapper.getInstance(MysqlPooledConnection mysqlPooledConnection, Connection mysqlConnection, boolean forXa)
           
 

Methods in com.mysql.jdbc.jdbc2.optional with parameters of type ConnectionWrapper
protected static CallableStatementWrapper CallableStatementWrapper.getInstance(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.CallableStatement toWrap)
           
protected static PreparedStatementWrapper PreparedStatementWrapper.getInstance(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.PreparedStatement toWrap)
           
protected static StatementWrapper StatementWrapper.getInstance(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.Statement toWrap)
           
 

Constructors in com.mysql.jdbc.jdbc2.optional with parameters of type ConnectionWrapper
CallableStatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.CallableStatement toWrap)
           
JDBC4CallableStatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.CallableStatement toWrap)
           
JDBC4PreparedStatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.PreparedStatement toWrap)
           
JDBC4StatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.Statement toWrap)
           
StatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.Statement toWrap)
           
 


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