| Package | Description |
|---|---|
| com.mysql.cj.jdbc.result | |
| com.mysql.cj.protocol.a.result |
| Constructor and Description |
|---|
ResultSetImpl(OkPacket ok,
JdbcConnection conn,
StatementImpl creatorStmt)
Create a result set for an executeUpdate statement.
|
| Modifier and Type | Method and Description |
|---|---|
static OkPacket |
OkPacket.parse(NativePacketPayload buf,
java.lang.String errorMessageEncoding) |
| Constructor and Description |
|---|
NativeResultset(OkPacket ok)
Create a result set for an executeUpdate statement.
|