| Package | Description |
|---|---|
| org.mariadb.jdbc.internal.common.packet | |
| org.mariadb.jdbc.internal.common.queryresults | |
| org.mariadb.jdbc.internal.mysql | |
| org.mariadb.jdbc.internal.mysql.packet |
| Modifier and Type | Class and Description |
|---|---|
class |
SyncPacketFetcher |
| Modifier and Type | Method and Description |
|---|---|
static StreamingSelectResult |
StreamingSelectResult.createStreamingSelectResult(ResultSetPacket packet,
PacketFetcher packetFetcher,
MySQLProtocol protocol,
boolean binaryProtocol) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
MySQLProtocol.close(PacketFetcher fetcher,
PacketOutputStream packetOutputStream,
Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
MySQLBinaryRowPacket.appendPacketIfNeeded(PacketFetcher packetFetcher) |
void |
MySQLBinaryRowPacket.appendPacketIfNeeded(PacketFetcher packetFetcher,
long encLength) |
ValueObject[] |
MySQLRowPacket.getRow(PacketFetcher packetFetcher) |
ValueObject[] |
MySQLBinaryRowPacket.getRow(PacketFetcher packetFetcher) |
Copyright © 2015. All rights reserved.