Package | Description |
---|---|
org.mariadb.jdbc.internal.packet.read | |
org.mariadb.jdbc.internal.packet.result | |
org.mariadb.jdbc.internal.protocol | |
org.mariadb.jdbc.internal.queryresults |
Modifier and Type | Method and Description |
---|---|
static AbstractResultPacket |
ReadResultPacketFactory.createResultPacket(ReadPacketFetcher packetFetcher)
Initialize a result stream according to first stream byte.
|
Constructor and Description |
---|
ReadInitialConnectPacket(ReadPacketFetcher packetFetcher)
Read database initial stream.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryRowPacket.appendPacketIfNeeded(Reader reader,
ReadPacketFetcher packetFetcher)
Fetch stream to retrieve data.
|
void |
BinaryRowPacket.appendPacketIfNeeded(Reader reader,
ReadPacketFetcher packetFetcher,
long encLength)
Fetch stream to retrieve data.
|
ValueObject[] |
TextRowPacket.getRow(ReadPacketFetcher packetFetcher,
ByteBuffer buffer)
Read text row stream.
|
ValueObject[] |
RowPacket.getRow(ReadPacketFetcher packetFetcher,
ByteBuffer buffer) |
ValueObject[] |
BinaryRowPacket.getRow(ReadPacketFetcher packetFetcher,
ByteBuffer buffer)
Get next row data.
|
Modifier and Type | Field and Description |
---|---|
protected ReadPacketFetcher |
AbstractConnectProtocol.packetFetcher |
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractConnectProtocol.close(ReadPacketFetcher fetcher,
PacketOutputStream packetOutputStream,
Socket socket) |
Modifier and Type | Method and Description |
---|---|
static StreamingSelectResult |
StreamingSelectResult.createStreamingSelectResult(ResultSetPacket packet,
ReadPacketFetcher packetFetcher,
AbstractQueryProtocol protocol,
boolean binaryProtocol)
Create streaming resultset.
|
Constructor and Description |
---|
StreamingSelectResult(ColumnInformation[] info,
AbstractConnectProtocol protocol,
ReadPacketFetcher fetcher,
boolean binaryProtocol)
Create Streaming resultset.
|
Copyright © 2015. All rights reserved.