| Package | Description |
|---|---|
| com.mysql.cj.jdbc | |
| com.mysql.cj.jdbc.ha | |
| com.mysql.cj.jdbc.result |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatement
Representation of stored procedures for JDBC
|
class |
ClientPreparedStatement
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
|
class |
ServerPreparedStatement
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionWrapper.decachePreparedStatement(JdbcPreparedStatement pstmt) |
void |
ConnectionImpl.decachePreparedStatement(JdbcPreparedStatement pstmt) |
void |
JdbcConnection.decachePreparedStatement(JdbcPreparedStatement pstmt) |
void |
ConnectionWrapper.recachePreparedStatement(JdbcPreparedStatement pstmt) |
void |
ConnectionImpl.recachePreparedStatement(JdbcPreparedStatement pstmt) |
void |
JdbcConnection.recachePreparedStatement(JdbcPreparedStatement pstmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiHostMySQLConnection.decachePreparedStatement(JdbcPreparedStatement pstmt) |
void |
MultiHostMySQLConnection.recachePreparedStatement(JdbcPreparedStatement pstmt) |
| Modifier and Type | Field and Description |
|---|---|
(package private) JdbcPreparedStatement |
ResultSetImpl.statementUsedForFetchingRows |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetImpl.setStatementUsedForFetchingRows(JdbcPreparedStatement stmt) |
void |
ResultSetInternalMethods.setStatementUsedForFetchingRows(JdbcPreparedStatement stmt) |