| Package | Description |
|---|---|
| com.mysql.cj.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
MysqlXAConnection |
class |
SuspendableXAConnection |
| Modifier and Type | Field and Description |
|---|---|
protected MysqlPooledConnection |
WrapperBase.pooledConnection |
| Modifier and Type | Method and Description |
|---|---|
protected static MysqlPooledConnection |
MysqlPooledConnection.getInstance(JdbcConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
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,
JdbcConnection mysqlConnection,
boolean forXa) |
| Constructor and Description |
|---|
CallableStatementWrapper(ConnectionWrapper c,
MysqlPooledConnection conn,
java.sql.CallableStatement toWrap) |
ConnectionWrapper(MysqlPooledConnection mysqlPooledConnection,
JdbcConnection mysqlConnection,
boolean forXa)
Construct a new LogicalHandle and set instance variables
|
PreparedStatementWrapper(ConnectionWrapper c,
MysqlPooledConnection conn,
java.sql.PreparedStatement toWrap) |
StatementWrapper(ConnectionWrapper c,
MysqlPooledConnection conn,
java.sql.Statement toWrap) |
WrapperBase(MysqlPooledConnection pooledConnection) |