public class MySQLRowPacket extends Object
| Constructor and Description |
|---|
MySQLRowPacket(RawPacket rawPacket,
List<ColumnInformation> columnInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPacket(RawPacket rawPacket) |
List<ValueObject> |
getRow(PacketFetcher packetFetcher) |
boolean |
isPacketComplete() |
public MySQLRowPacket(RawPacket rawPacket, List<ColumnInformation> columnInformation) throws IOException
IOExceptionpublic boolean isPacketComplete()
throws IOException
IOExceptionpublic void appendPacket(RawPacket rawPacket)
public List<ValueObject> getRow(PacketFetcher packetFetcher) throws IOException
IOExceptionCopyright © 2016. All rights reserved.