public abstract class AbstractRowFactory extends java.lang.Object implements ProtocolEntityFactory<ResultsetRow,NativePacketPayload>
Modifier and Type | Field and Description |
---|---|
protected boolean |
canReuseRowPacketForBufferRow |
protected ColumnDefinition |
columnDefinition |
protected ExceptionInterceptor |
exceptionInterceptor |
protected Resultset.Concurrency |
resultSetConcurrency |
protected RuntimeProperty<java.lang.Integer> |
useBufferRowSizeThreshold |
protected ValueDecoder |
valueDecoder |
Constructor and Description |
---|
AbstractRowFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
canReuseRowPacketForBufferRow() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createFromMessage, createFromProtocolEntity, getFetchSize, getResultSetConcurrency, getResultSetType
protected ColumnDefinition columnDefinition
protected Resultset.Concurrency resultSetConcurrency
protected boolean canReuseRowPacketForBufferRow
protected RuntimeProperty<java.lang.Integer> useBufferRowSizeThreshold
protected ExceptionInterceptor exceptionInterceptor
protected ValueDecoder valueDecoder