| Constructor and Description |
|---|
TextRowPacket(int columnInformationLength)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[][] |
getRow(ReadPacketFetcher packetFetcher,
Buffer buffer)
Read text row stream.
|
byte[][] |
getRow(ReadPacketFetcher packetFetcher,
MariaDbInputStream inputStream,
int remaining,
int read)
Read text row stream.
|
public TextRowPacket(int columnInformationLength)
columnInformationLength - number of columnpublic byte[][] getRow(ReadPacketFetcher packetFetcher, Buffer buffer) throws IOException
getRow in interface RowPacketpacketFetcher - packetFetcherbuffer - current bufferIOException - if any connection error occurpublic byte[][] getRow(ReadPacketFetcher packetFetcher, MariaDbInputStream inputStream, int remaining, int read) throws IOException
getRow in interface RowPacketpacketFetcher - packetFetcherinputStream - inputStreamIOException - if any connection error occurCopyright © 2016. All rights reserved.