Uses of Class
org.mariadb.jdbc.client.impl.StandardReadableByteBuf
Packages that use StandardReadableByteBuf
Package
Description
-
Uses of StandardReadableByteBuf in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl that return StandardReadableByteBuf -
Uses of StandardReadableByteBuf in org.mariadb.jdbc.client.result
Fields in org.mariadb.jdbc.client.result declared as StandardReadableByteBufModifier and TypeFieldDescriptionprotected final StandardReadableByteBuf
Result.rowBuf
reusable row buffer decoder -
Uses of StandardReadableByteBuf in org.mariadb.jdbc.client.result.rowdecoder
Methods in org.mariadb.jdbc.client.result.rowdecoder with parameters of type StandardReadableByteBufModifier and TypeMethodDescription<T> T
BinaryRowDecoder.decode
(Codec<T> codec, 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, 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, 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) BinaryRowDecoder.decodeDate
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Calendar cal, Context context) RowDecoder.decodeDate
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Calendar cal, Context context) Decode data according to Date.TextRowDecoder.decodeDate
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, 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) BinaryRowDecoder.decodeString
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Context context) RowDecoder.decodeString
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Context context) Decode data according to String.TextRowDecoder.decodeString
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Context context) BinaryRowDecoder.decodeTime
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Calendar cal, Context context) RowDecoder.decodeTime
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Calendar cal, Context context) Decode data according to Time.TextRowDecoder.decodeTime
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Calendar cal, Context context) BinaryRowDecoder.decodeTimestamp
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Calendar cal, Context context) RowDecoder.decodeTimestamp
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Calendar cal, Context context) Decode data according to Timestamp.TextRowDecoder.decodeTimestamp
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Calendar cal, Context context) BinaryRowDecoder.defaultDecode
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Context context) RowDecoder.defaultDecode
(ColumnDecoder[] metadataList, MutableInt fieldIndex, StandardReadableByteBuf rowBuf, MutableInt fieldLength, Context context) Decode data according to data type.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. -
Uses of StandardReadableByteBuf in org.mariadb.jdbc.client.socket.impl
Fields in org.mariadb.jdbc.client.socket.impl declared as StandardReadableByteBuf