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
IOException
public void appendPacketIfNeeded(PacketFetcher packetFetcher) throws IOException
IOException
public void appendPacketIfNeeded(PacketFetcher packetFetcher, long encLength) throws IOException
IOException
public ValueObject[] getRow(PacketFetcher packetFetcher) throws IOException
IOException
Copyright © 2015. All rights reserved.