|
MySQL Connector/J size='-1'>5.1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
JDBC4MysqlPooledConnection
This class is used to wrap and return a physical connection within a logical handle. |
class |
JDBC4MysqlXAConnection
|
class |
JDBC4SuspendableXAConnection
|
class |
MysqlXAConnection
An object that provides support for distributed transactions. |
class |
SuspendableXAConnection
|
Methods in com.mysql.jdbc.jdbc2.optional that return MysqlPooledConnection | |
---|---|
protected static MysqlPooledConnection |
MysqlPooledConnection.getInstance(Connection connection)
|
Methods in com.mysql.jdbc.jdbc2.optional with parameters of type MysqlPooledConnection | |
---|---|
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)
|
protected static ConnectionWrapper |
ConnectionWrapper.getInstance(MysqlPooledConnection mysqlPooledConnection,
Connection mysqlConnection,
boolean forXa)
|
Constructors in com.mysql.jdbc.jdbc2.optional with parameters of type MysqlPooledConnection | |
---|---|
CallableStatementWrapper(ConnectionWrapper c,
MysqlPooledConnection conn,
java.sql.CallableStatement toWrap)
|
|
ConnectionWrapper(MysqlPooledConnection mysqlPooledConnection,
Connection mysqlConnection,
boolean forXa)
Construct a new LogicalHandle and set instance variables |
|
JDBC4CallableStatementWrapper(ConnectionWrapper c,
MysqlPooledConnection conn,
java.sql.CallableStatement toWrap)
|
|
JDBC4ConnectionWrapper(MysqlPooledConnection mysqlPooledConnection,
Connection mysqlConnection,
boolean forXa)
Construct a new LogicalHandle and set instance variables |
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |