public class MySQLBinaryRowPacket extends Object
| Constructor and Description |
|---|
MySQLBinaryRowPacket(RawPacket rawPacket,
MySQLColumnInformation[] columnInformation2,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPacketIfNeeded(PacketFetcher packetFetcher) |
void |
appendPacketIfNeeded(PacketFetcher packetFetcher,
long encLength) |
ValueObject[] |
getRow(PacketFetcher packetFetcher) |
public MySQLBinaryRowPacket(RawPacket rawPacket, MySQLColumnInformation[] columnInformation2, Options options) throws IOException
IOExceptionpublic void appendPacketIfNeeded(PacketFetcher packetFetcher) throws IOException
IOExceptionpublic void appendPacketIfNeeded(PacketFetcher packetFetcher, long encLength) throws IOException
IOExceptionpublic ValueObject[] getRow(PacketFetcher packetFetcher) throws IOException
IOExceptionCopyright © 2015. All rights reserved.