| Package | Description |
|---|---|
| com.mysql.cj.jdbc.result | |
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.a | |
| com.mysql.cj.protocol.a.result |
| Modifier and Type | Method and Description |
|---|---|
ResultSetImpl |
ResultSetFactory.createFromResultsetRows(int resultSetConcurrency,
int resultSetType,
ResultsetRows rows)
Build ResultSet from ResultsetRows
|
| Constructor and Description |
|---|
ResultSetImpl(ResultsetRows tuples,
JdbcConnection conn,
StatementImpl creatorStmt)
Creates a new ResultSet object.
|
UpdatableResultSet(ResultsetRows tuples,
JdbcConnection conn,
StatementImpl creatorStmt)
Creates a new ResultSet object.
|
| Modifier and Type | Method and Description |
|---|---|
ResultsetRows |
Resultset.getRows() |
| Modifier and Type | Field and Description |
|---|---|
private ResultsetRows |
NativeProtocol.streamingData |
| Modifier and Type | Method and Description |
|---|---|
ResultsetRows |
NativeProtocol.getStreamingData() |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeProtocol.setStreamingData(ResultsetRows streamingData) |
void |
NativeProtocol.unsetStreamingData(ResultsetRows streamer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResultsetRows |
class |
ResultsetRowsCursor
Model for result set data backed by a cursor (see http://dev.mysql.com/doc/refman/5.7/en/cursors.html and
SERVER_STATUS_CURSOR_EXISTS flag description on http://dev.mysql.com/doc/internals/en/status-flags.html).
|
class |
ResultsetRowsStatic
Represents an in-memory result set
|
class |
ResultsetRowsStreaming<T extends ProtocolEntity>
Provides streaming of Resultset rows.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResultsetRows |
NativeResultset.rowData
The actual rows
|
| Modifier and Type | Method and Description |
|---|---|
ResultsetRows |
NativeResultset.getRows() |
| Constructor and Description |
|---|
NativeResultset(ResultsetRows rows) |