public class MySQLRowPacket extends Object
Constructor and Description |
---|
MySQLRowPacket(RawPacket rawPacket,
MySQLColumnInformation[] columnInformation2) |
Modifier and Type | Method and Description |
---|---|
void |
appendPacket(RawPacket rawPacket) |
ValueObject[] |
getRow(PacketFetcher packetFetcher) |
boolean |
isPacketComplete() |
public MySQLRowPacket(RawPacket rawPacket, MySQLColumnInformation[] columnInformation2) throws IOException
IOException
public boolean isPacketComplete() throws IOException
IOException
public void appendPacket(RawPacket rawPacket)
public ValueObject[] getRow(PacketFetcher packetFetcher) throws IOException
IOException
Copyright © 2014. All rights reserved.