| Package | Description |
|---|---|
| com.mysql.cj.jdbc | |
| testsuite.regression |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionWrapper |
StatementWrapper.wrappedConn |
| Modifier and Type | Method and Description |
|---|---|
protected static ConnectionWrapper |
ConnectionWrapper.getInstance(MysqlPooledConnection mysqlPooledConnection,
JdbcConnection mysqlConnection,
boolean forXa) |
| 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) |
| Constructor and Description |
|---|
CallableStatementWrapper(ConnectionWrapper c,
MysqlPooledConnection conn,
java.sql.CallableStatement toWrap) |
PreparedStatementWrapper(ConnectionWrapper c,
MysqlPooledConnection conn,
java.sql.PreparedStatement toWrap) |
StatementWrapper(ConnectionWrapper c,
MysqlPooledConnection conn,
java.sql.Statement toWrap) |
| Modifier and Type | Method and Description |
|---|---|
private void |
PooledConnectionRegressionTest.checkConnectionReturnedToPool(ConnectionWrapper cw) |
private void |
PooledConnectionRegressionTest.checkReallyClosedConnection(ConnectionWrapper cw) |