| Modifier and Type | Method and Description |
|---|---|
RawPacket |
PacketFetcher.getRawPacket() |
| Modifier and Type | Method and Description |
|---|---|
RawPacket |
SyncPacketFetcher.getRawPacket() |
| Modifier and Type | Method and Description |
|---|---|
static ResultPacket |
ResultPacketFactory.createResultPacket(RawPacket rawPacket) |
| Constructor and Description |
|---|
EOFPacket(RawPacket rawPacket) |
ErrorPacket(RawPacket rawPacket) |
LocalInfilePacket(RawPacket rawPacket) |
OKPacket(RawPacket rawPacket) |
ResultSetPacket(RawPacket rawPacket) |
| Modifier and Type | Method and Description |
|---|---|
void |
Reader.appendPacket(RawPacket rawPacket) |
static boolean |
ReadUtil.eofIsNext(RawPacket rawPacket)
Checks whether the next packet is EOF.
|
static boolean |
ReadUtil.isErrorPacket(RawPacket rawPacket) |
| Constructor and Description |
|---|
Reader(RawPacket rawPacket) |
| Constructor and Description |
|---|
MySQLColumnInformation(RawPacket buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
MySQLRowPacket.appendPacket(RawPacket rawPacket) |
static MySQLColumnInformation |
MySQLFieldPacket.columnInformationFactory(RawPacket rawPacket) |
| Constructor and Description |
|---|
MySQLGreetingReadPacket(RawPacket rawPacket) |
MySQLRowPacket(RawPacket rawPacket,
MySQLColumnInformation[] columnInformation2) |
Copyright © 2014. All rights reserved.