Uses of Interface
org.mariadb.jdbc.plugin.Codec
-
Packages that use Codec Package Description org.mariadb.jdbc org.mariadb.jdbc.client.result.rowdecoder org.mariadb.jdbc.codec org.mariadb.jdbc.plugin.codec -
-
Uses of Codec in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as Codec Modifier and Type Field Description private Codec<?>[]Configuration. codecsMethods in org.mariadb.jdbc that return Codec Modifier and Type Method Description Codec<?>[]Configuration. codecs()datatype Encoder/decoder list -
Uses of Codec in org.mariadb.jdbc.client.result.rowdecoder
Methods in org.mariadb.jdbc.client.result.rowdecoder with parameters of type Codec Modifier and Type Method Description <T> TBinaryRowDecoder. 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> TRowDecoder. 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> TTextRowDecoder. decode(Codec<T> codec, java.util.Calendar cal, StandardReadableByteBuf rowBuf, MutableInt fieldLength, ColumnDecoder[] metadataList, MutableInt fieldIndex, Context context) -
Uses of Codec in org.mariadb.jdbc.codec
Fields in org.mariadb.jdbc.codec declared as Codec Modifier and Type Field Description protected Codec<T>Parameter. codecConstructors in org.mariadb.jdbc.codec with parameters of type Codec Constructor Description NonNullParameter(Codec<T> codec, T value)Parameter(Codec<T> codec, T value)Parameter(Codec<T> codec, T value, java.lang.Long length)ParameterWithCal(Codec<T> codec, T value, java.util.Calendar cal) -
Uses of Codec in org.mariadb.jdbc.plugin.codec
Classes in org.mariadb.jdbc.plugin.codec that implement Codec Modifier and Type Class Description classBigDecimalCodecBig decimal codecclassBigIntegerCodecBigInteger codecclassBitSetCodecBitSet CodecclassBlobCodecBlob codecclassBooleanCodecBoolean codecclassByteArrayCodecByte array codec.classByteCodecByte codecclassClobCodecClob codecclassDateCodecDate codecclassDoubleCodecDouble codecclassDurationCodecDuration codecclassFloatArrayCodecFloat codecclassFloatCodecFloat codecclassFloatObjectArrayCodecFloat codecclassGeometryCollectionCodecGeometryCollection codecclassInstantCodecInstant codecclassIntCodecInteger codecclassLineStringCodecLineString codecclassLocalDateCodecLocalDate codecclassLocalDateTimeCodecLocalDateTime codecclassLocalTimeCodecLocalTime codecclassLongCodecLongCodec codecclassMultiLinestringCodecMultiLineString codecclassMultiPointCodecMultiPoint codecclassMultiPolygonCodecMultiPolygon codecclassOffsetDateTimeCodecOffsetDateTime codecclassPointCodecPoint codecclassPolygonCodecPolygon codecclassReaderCodecReader codecclassShortCodecShort codecclassStreamCodecInputStream codecclassStringCodecString codecclassTimeCodecTime codecclassTimestampCodecTimestamp codecclassUuidCodecUUID codecclassZonedDateTimeCodecZonedDateTime codec
-