Uses of Enum Class
org.mariadb.jdbc.client.DataType
Packages that use DataType
Package
Description
-
Uses of DataType in org.mariadb.jdbc.client
Fields in org.mariadb.jdbc.client declared as DataTypeMethods in org.mariadb.jdbc.client that return DataTypeModifier and TypeMethodDescriptionColumn.getType()
server data typestatic DataType
DataType.of
(int typeValue) static DataType
Returns the enum constant of this class with the specified name.static DataType[]
DataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mariadb.jdbc.client with parameters of type DataTypeModifier and TypeMethodDescriptionstatic ColumnDecoder
Create fake MySQL column definition packet with indicated datatypeDataType.ColumnConstructor.create
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) -
Uses of DataType in org.mariadb.jdbc.client.column
Constructors in org.mariadb.jdbc.client.column with parameters of type DataTypeModifierConstructorDescriptionBigDecimalColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) Constructor for column corresponding to DECIMAL datatype.BitColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) Constructor for column corresponding to BIT datatype.BlobColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) Constructor for column corresponding to BLOB datatype.DateColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) Date metadata type decoderDoubleColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) Double metadata type decoderFloatColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) Float metadata type decoderGeometryColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) Geometry metadata type decoderJsonColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) JSON metadata type decoderSignedBigIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) BIGINT metadata type decoderSignedIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) INTEGER metadata type decoderSignedMediumIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) MEDIUM INTEGER metadata type decoderSignedSmallIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) SMALLINT metadata type decoderSignedTinyIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) TINYINT metadata type decoderStringColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) VARCHAR/STRING/VARSTRING metadata type decoderTimeColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) TIME metadata type decoderTimestampColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) TIMESTAMP metadata type decoderUnsignedBigIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) BIGINT UNSIGNED metadata type decoderUnsignedIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) INTEGER UNSIGNED metadata type decoderUnsignedMediumIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) MEDIUMINT UNSIGNED metadata type decoderUnsignedSmallIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) SMALLINT UNSIGNED metadata type decoderUnsignedTinyIntColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) TINYINT UNSIGNED metadata type decoderUuidColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) UUID metadata type decoderYearColumn
(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat) YEAR metadata type decoder -
Uses of DataType in org.mariadb.jdbc.client.result
Methods in org.mariadb.jdbc.client.result with parameters of type DataTypeModifier and TypeMethodDescriptionstatic ResultSet
CompleteResult.createResultSet
(String[] columnNames, DataType[] columnTypes, String[][] data, Context context, int flags, int resultSetType) Create a result set from given data.static ResultSet
CompleteResult.createResultSet
(String columnName, DataType columnType, String[][] data, Context context, int flags, int resultSetType) Specific constructor for generating generated key result-set. -
Uses of DataType in org.mariadb.jdbc.message.server
Fields in org.mariadb.jdbc.message.server declared as DataTypeModifier and TypeFieldDescriptionprotected final DataType
ColumnDefinitionPacket.dataType
data type @see Field typeMethods in org.mariadb.jdbc.message.server that return DataTypeConstructors in org.mariadb.jdbc.message.server with parameters of type DataTypeModifierConstructorDescriptionColumnDefinitionPacket
(ReadableByteBuf buf, int charset, long columnLength, DataType dataType, byte decimals, int flags, int[] stringPos, String extTypeName, String extTypeFormat, boolean useAliasAsName) Column definition constructor -
Uses of DataType in org.mariadb.jdbc.plugin.codec
Fields in org.mariadb.jdbc.plugin.codec with type parameters of type DataTypeModifier and TypeFieldDescriptionBigDecimalCodec.COMPATIBLE_TYPES
BigIntegerCodec.COMPATIBLE_TYPES
BlobCodec.COMPATIBLE_TYPES
BooleanCodec.COMPATIBLE_TYPES
ByteArrayCodec.COMPATIBLE_TYPES
ByteCodec.COMPATIBLE_TYPES
ClobCodec.COMPATIBLE_TYPES
DateCodec.COMPATIBLE_TYPES
DoubleCodec.COMPATIBLE_TYPES
DurationCodec.COMPATIBLE_TYPES
FloatArrayCodec.COMPATIBLE_TYPES
FloatCodec.COMPATIBLE_TYPES
FloatObjectArrayCodec.COMPATIBLE_TYPES
InstantCodec.COMPATIBLE_TYPES
IntCodec.COMPATIBLE_TYPES
LocalDateCodec.COMPATIBLE_TYPES
LocalDateTimeCodec.COMPATIBLE_TYPES
LocalTimeCodec.COMPATIBLE_TYPES
LongCodec.COMPATIBLE_TYPES
OffsetDateTimeCodec.COMPATIBLE_TYPES
ReaderCodec.COMPATIBLE_TYPES
ShortCodec.COMPATIBLE_TYPES
StreamCodec.COMPATIBLE_TYPES
StringCodec.COMPATIBLE_TYPES
TimeCodec.COMPATIBLE_TYPES
TimestampCodec.COMPATIBLE_TYPES
UuidCodec.COMPATIBLE_TYPES
ZonedDateTimeCodec.COMPATIBLE_TYPES