public class TextRowFactory extends AbstractRowFactory implements ProtocolEntityFactory<ResultsetRow,NativePacketPayload>
canReuseRowPacketForBufferRow, columnDefinition, exceptionInterceptor, resultSetConcurrency, useBufferRowSizeThreshold, valueDecoder| Constructor and Description |
|---|
TextRowFactory(NativeProtocol protocol,
ColumnDefinition colDefinition,
Resultset.Concurrency resultSetConcurrency,
boolean canReuseRowPacketForBufferRow) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReuseRowPacketForBufferRow() |
ResultsetRow |
createFromMessage(NativePacketPayload rowPacket)
Create ProtocolEntity of type
T from protocol message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFromProtocolEntity, getFetchSize, getResultSetConcurrency, getResultSetTypepublic TextRowFactory(NativeProtocol protocol, ColumnDefinition colDefinition, Resultset.Concurrency resultSetConcurrency, boolean canReuseRowPacketForBufferRow)
public ResultsetRow createFromMessage(NativePacketPayload rowPacket)
ProtocolEntityFactoryT from protocol message.createFromMessage in interface ProtocolEntityFactory<ResultsetRow,NativePacketPayload>rowPacket - Message instancepublic boolean canReuseRowPacketForBufferRow()
canReuseRowPacketForBufferRow in class AbstractRowFactory