| Modifier and Type | Method and Description |
|---|---|
List<RawPacket> |
ReplicationConnection.startBinlogDump(int startPos,
String logfile) |
List<RawPacket> |
DrizzleConnection.startBinlogDump(int position,
String logfile)
returns a list of binlog entries.
|
| Modifier and Type | Method and Description |
|---|---|
RawPacket |
PacketFetcher.getRawPacket() |
| Modifier and Type | Method and Description |
|---|---|
List<RawPacket> |
Protocol.startBinlogDump(int startPos,
String filename) |
| 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) |
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 |
|---|
DrizzleRowPacket(RawPacket rawPacket,
List<ColumnInformation> columnInformation) |
| Modifier and Type | Method and Description |
|---|---|
List<RawPacket> |
MySQLProtocol.startBinlogDump(int startPos,
String filename) |
| Modifier and Type | Method and Description |
|---|---|
void |
MySQLRowPacket.appendPacket(RawPacket rawPacket) |
static ColumnInformation |
MySQLFieldPacket.columnInformationFactory(RawPacket rawPacket) |
| Constructor and Description |
|---|
MySQLGreetingReadPacket(RawPacket rawPacket) |
MySQLRowPacket(RawPacket rawPacket,
List<ColumnInformation> columnInformation) |
Copyright © 2016. All rights reserved.