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

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

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

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

Subclasses of MysqlPooledConnection in com.mysql.jdbc.jdbc2.optional
 class MysqlXAConnection
          An object that provides support for distributed transactions.
 class SuspendableXAConnection
           
 

Constructors in com.mysql.jdbc.jdbc2.optional with parameters of type MysqlPooledConnection
StatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.Statement toWrap)
           
CallableStatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, java.sql.CallableStatement toWrap)
           
ConnectionWrapper(MysqlPooledConnection mysqlPooledConnection, Connection mysqlConnection, boolean forXa)
          Construct a new LogicalHandle and set instance variables
 


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