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 RowPacket
packetFetcher
- packetFetcherbuffer
- current bufferIOException
- if any connection error occurpublic byte[][] getRow(ReadPacketFetcher packetFetcher, MariaDbInputStream inputStream, int remaining, int read) throws IOException
getRow
in interface RowPacket
packetFetcher
- packetFetcherinputStream
- inputStreamIOException
- if any connection error occurCopyright © 2017. All rights reserved.