<T> T |
BinaryRowDecoder.decode(Codec<T> codec,
java.util.Calendar cal,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
ColumnDecoder[] metadataList,
MutableInt fieldIndex,
Context context) |
Binary decode data according to data type.
|
<T> T |
RowDecoder.decode(Codec<T> codec,
java.util.Calendar calendar,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
ColumnDecoder[] metadataList,
MutableInt fieldIndex,
Context context) |
Decode data according to data type.
|
<T> T |
TextRowDecoder.decode(Codec<T> codec,
java.util.Calendar cal,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
ColumnDecoder[] metadataList,
MutableInt fieldIndex,
Context context) |
|
boolean |
BinaryRowDecoder.decodeBoolean(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
boolean |
RowDecoder.decodeBoolean(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
Decode data according to boolean.
|
boolean |
TextRowDecoder.decodeBoolean(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
byte |
BinaryRowDecoder.decodeByte(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
byte |
RowDecoder.decodeByte(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
Decode data according to byte.
|
byte |
TextRowDecoder.decodeByte(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
java.sql.Date |
BinaryRowDecoder.decodeDate(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
java.util.Calendar cal,
Context context) |
|
java.sql.Date |
RowDecoder.decodeDate(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
java.util.Calendar cal,
Context context) |
Decode data according to Date.
|
java.sql.Date |
TextRowDecoder.decodeDate(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
java.util.Calendar cal,
Context context) |
|
double |
BinaryRowDecoder.decodeDouble(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
double |
RowDecoder.decodeDouble(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
Decode data according to double.
|
double |
TextRowDecoder.decodeDouble(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
float |
BinaryRowDecoder.decodeFloat(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
float |
RowDecoder.decodeFloat(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
Decode data according to float.
|
float |
TextRowDecoder.decodeFloat(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
int |
BinaryRowDecoder.decodeInt(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
int |
RowDecoder.decodeInt(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
Decode data according to int.
|
int |
TextRowDecoder.decodeInt(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
long |
BinaryRowDecoder.decodeLong(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
long |
RowDecoder.decodeLong(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
Decode data according to long.
|
long |
TextRowDecoder.decodeLong(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
short |
BinaryRowDecoder.decodeShort(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
short |
RowDecoder.decodeShort(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
Decode data according to short.
|
short |
TextRowDecoder.decodeShort(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength) |
|
java.lang.String |
BinaryRowDecoder.decodeString(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
Context context) |
|
java.lang.String |
RowDecoder.decodeString(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
Context context) |
Decode data according to String.
|
java.lang.String |
TextRowDecoder.decodeString(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
Context context) |
|
java.sql.Time |
BinaryRowDecoder.decodeTime(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
java.util.Calendar cal,
Context context) |
|
java.sql.Time |
RowDecoder.decodeTime(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
java.util.Calendar cal,
Context context) |
Decode data according to Time.
|
java.sql.Time |
TextRowDecoder.decodeTime(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
java.util.Calendar cal,
Context context) |
|
java.sql.Timestamp |
BinaryRowDecoder.decodeTimestamp(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
java.util.Calendar cal,
Context context) |
|
java.sql.Timestamp |
RowDecoder.decodeTimestamp(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
java.util.Calendar cal,
Context context) |
Decode data according to Timestamp.
|
java.sql.Timestamp |
TextRowDecoder.decodeTimestamp(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
java.util.Calendar cal,
Context context) |
|
java.lang.Object |
BinaryRowDecoder.defaultDecode(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
Context context) |
|
java.lang.Object |
RowDecoder.defaultDecode(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
Context context) |
Decode data according to data type.
|
java.lang.Object |
TextRowDecoder.defaultDecode(ColumnDecoder[] metadataList,
MutableInt fieldIndex,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
Context context) |
|
int |
BinaryRowDecoder.setPosition(int newIndex,
MutableInt fieldIndex,
int maxIndex,
StandardReadableByteBuf rowBuf,
byte[] nullBitmap,
ColumnDecoder[] metadataList) |
Set length and pos indicator to asked index.
|
int |
RowDecoder.setPosition(int newIndex,
MutableInt fieldIndex,
int maxIndex,
StandardReadableByteBuf rowBuf,
byte[] nullBitmap,
ColumnDecoder[] metadataList) |
Position the read index on buffer to data at indicated index.
|
int |
TextRowDecoder.setPosition(int newIndex,
MutableInt fieldIndex,
int maxIndex,
StandardReadableByteBuf rowBuf,
byte[] nullBitmap,
ColumnDecoder[] metadataList) |
Set length and pos indicator to asked index.
|