| Package | Description |
|---|---|
| com.mysql.cj.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatementWrapper
Wraps callable statements created by pooled connections.
|
class |
PreparedStatementWrapper
Wraps prepared statements so that errors can be reported correctly to ConnectionEventListeners.
|
| Modifier and Type | Method and Description |
|---|---|
protected static StatementWrapper |
StatementWrapper.getInstance(ConnectionWrapper c,
MysqlPooledConnection conn,
java.sql.Statement toWrap) |