public interface RowPacket
| Modifier and Type | Method and Description |
|---|---|
byte[][] |
getRow(ReadPacketFetcher packetFetcher,
Buffer buffer) |
byte[][] |
getRow(ReadPacketFetcher packetFetcher,
MariaDbInputStream inputStream,
int remaining,
int read) |
byte[][] getRow(ReadPacketFetcher packetFetcher, Buffer buffer) throws IOException
IOExceptionbyte[][] getRow(ReadPacketFetcher packetFetcher, MariaDbInputStream inputStream, int remaining, int read) throws IOException
IOExceptionCopyright © 2017. All rights reserved.