| Package | Description |
|---|---|
| com.mysql.cj.jdbc | |
| 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 |
|---|---|
protected int |
StatementImpl.processMultiCountsAndKeys(StatementImpl batchedStatement,
int updateCountCounter,
long[] updateCounts) |
| Modifier and Type | Field and Description |
|---|---|
private StatementImpl |
ResultSetImpl.owningStatement
The statement that created us
|
private StatementImpl |
ResultSetFactory.stmt |
| Modifier and Type | Method and Description |
|---|---|
StatementImpl |
ResultSetImpl.getOwningStatement() |
| Constructor and Description |
|---|
ResultSetFactory(JdbcConnection connection,
StatementImpl creatorStmt) |
ResultSetImpl(OkPacket ok,
JdbcConnection conn,
StatementImpl creatorStmt)
Create a result set for an executeUpdate statement.
|
ResultSetImpl(ResultsetRows tuples,
JdbcConnection conn,
StatementImpl creatorStmt)
Creates a new ResultSet object.
|
UpdatableResultSet(ResultsetRows tuples,
JdbcConnection conn,
StatementImpl creatorStmt)
Creates a new ResultSet object.
|