Package | Description |
---|---|
org.mariadb.jdbc.internal.protocol | |
org.mariadb.jdbc.internal.queryresults |
Modifier and Type | Field and Description |
---|---|
StreamingSelectResult |
AbstractConnectProtocol.activeResult |
Modifier and Type | Method and Description |
---|---|
static StreamingSelectResult |
StreamingSelectResult.createStreamingSelectResult(ResultSetPacket packet,
ReadPacketFetcher packetFetcher,
AbstractQueryProtocol protocol,
boolean binaryProtocol)
Create streaming resultset.
|
Modifier and Type | Method and Description |
---|---|
static CachedSelectResult |
CachedSelectResult.createCachedSelectResult(StreamingSelectResult streamingResult)
Will retrieve all "next" stream, and cache them.
|
Copyright © 2016. All rights reserved.