| Package | Description |
|---|---|
| com.mysql.cj.jdbc.result | |
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.a.result |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResultSetInternalMethods
This interface is intended to be used by implementors of statement interceptors so that implementors can create static or dynamic (via
java.lang.reflect.Proxy) proxy instances of ResultSets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetImpl |
class |
UpdatableResultSet
A result set that is updatable.
|
| Modifier and Type | Method and Description |
|---|---|
ResultsetRowsOwner |
ResultsetRows.getOwner()
Returns the result set that 'owns' this RowData
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultsetRows.setOwner(ResultsetRowsOwner rs)
Set the result set that 'owns' this RowData
|
| Modifier and Type | Field and Description |
|---|---|
protected ResultsetRowsOwner |
AbstractResultsetRows.owner
The result set that we 'belong' to.
|
| Modifier and Type | Method and Description |
|---|---|
ResultsetRowsOwner |
AbstractResultsetRows.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractResultsetRows.setOwner(ResultsetRowsOwner rs) |