public abstract class AbstractBufferRow extends AbstractResultsetRow
Modifier and Type | Field and Description |
---|---|
protected int |
homePosition
The beginning of the row packet
|
protected int |
lastRequestedIndex
The last-requested index, used as an optimization, if you ask for the same index, we won't seek to find it.
|
protected int |
lastRequestedPos
The position of the last-requested index, optimization in concert with lastRequestedIndex.
|
protected NativePacketPayload |
rowFromServer |
exceptionInterceptor, metadata, valueDecoder, wasNull
Modifier | Constructor and Description |
---|---|
protected |
AbstractBufferRow(ExceptionInterceptor exceptionInterceptor) |
getValueFromBytes, setMetadata, wasNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isBinaryEncoded
protected NativePacketPayload rowFromServer
protected int homePosition
protected int lastRequestedIndex
protected int lastRequestedPos
protected AbstractBufferRow(ExceptionInterceptor exceptionInterceptor)