| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.client.result.rowdecoder | |
| com.singlestore.jdbc.plugin.codec |
| Modifier and Type | Method and Description |
|---|---|
Codec<?>[] |
Configuration.codecs() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BinaryRowDecoder.decode(Codec<T> codec,
Calendar cal,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
com.singlestore.jdbc.client.ColumnDecoder[] metadataList,
MutableInt fieldIndex)
Binary decode data according to data type.
|
<T> T |
TextRowDecoder.decode(Codec<T> codec,
Calendar cal,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
com.singlestore.jdbc.client.ColumnDecoder[] metadataList,
MutableInt fieldIndex) |
<T> T |
RowDecoder.decode(Codec<T> codec,
Calendar calendar,
StandardReadableByteBuf rowBuf,
MutableInt fieldLength,
com.singlestore.jdbc.client.ColumnDecoder[] metadataList,
MutableInt fieldIndex)
Decode data according to data type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalCodec |
class |
BigIntegerCodec |
class |
BitSetCodec |
class |
BlobCodec |
class |
BooleanCodec |
class |
ByteArrayCodec |
class |
ByteCodec |
class |
ClobCodec |
class |
DateCodec |
class |
DoubleCodec |
class |
DurationCodec |
class |
FloatArrayCodec
Float codec
|
class |
FloatCodec |
class |
FloatObjectArrayCodec
Float codec
|
class |
InstantCodec
Instant codec
|
class |
IntCodec |
class |
LineStringCodec |
class |
LocalDateCodec |
class |
LocalDateTimeCodec |
class |
LocalTimeCodec |
class |
LongCodec |
class |
OffsetDateTimeCodec
OffsetDateTime codec
|
class |
PointCodec |
class |
PolygonCodec |
class |
ReaderCodec |
class |
ShortCodec |
class |
StreamCodec |
class |
StringCodec |
class |
TimeCodec |
class |
TimestampCodec |
class |
UuidCodec
UUID codec
|
class |
VectorCodec |
class |
ZonedDateTimeCodec |
Copyright © 2025 SingleStore. All rights reserved.