| Constructor and Description |
|---|
TextRowPacket(ColumnInformation[] columnInformation,
Options options,
int columnInformationLength)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ValueObject[] |
getRow(ReadPacketFetcher packetFetcher,
ByteBuffer buffer)
Read text row stream.
|
public TextRowPacket(ColumnInformation[] columnInformation, Options options, int columnInformationLength)
columnInformation - columns information'soptions - session optionscolumnInformationLength - number of columnpublic ValueObject[] getRow(ReadPacketFetcher packetFetcher, ByteBuffer buffer) throws IOException
getRow in interface RowPacketpacketFetcher - packetFetcherbuffer - current bufferIOException - if any connection error occurCopyright © 2015. All rights reserved.