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
IOExceptionpublic boolean isPacketComplete()
throws IOException
IOExceptionpublic void appendPacket(RawPacket rawPacket)
public ValueObject[] getRow(PacketFetcher packetFetcher) throws IOException
IOExceptionCopyright © 2014. All rights reserved.