| Package | Description |
|---|---|
| com.mysql.cj.jdbc | |
| com.mysql.cj.jdbc.result |
| Modifier and Type | Field and Description |
|---|---|
private ResultSetImpl |
ParameterBindingsImpl.bindingsAsRs |
private ResultSetImpl |
BlobFromLocator.creatorResultSet
The ResultSet that created this BLOB
|
| Constructor and Description |
|---|
BlobFromLocator(ResultSetImpl creatorResultSetToSet,
int blobColumnIndex,
ExceptionInterceptor exceptionInterceptor)
Creates an updatable BLOB that can update in-place
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdatableResultSet
A result set that is updatable.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetImpl |
ResultSetFactory.createFromProtocolEntity(ProtocolEntity protocolEntity) |
ResultSetImpl |
ResultSetFactory.createFromResultsetRows(int resultSetConcurrency,
int resultSetType,
ResultsetRows rows)
Build ResultSet from ResultsetRows
|