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
IOException
byte[][] getRow(ReadPacketFetcher packetFetcher, MariaDbInputStream inputStream, int remaining, int read) throws IOException
IOException
Copyright © 2016. All rights reserved.