Uses of Class
org.mariadb.jdbc.client.DataType
-
Packages that use DataType Package Description org.mariadb.jdbc.client org.mariadb.jdbc.client.column org.mariadb.jdbc.client.result org.mariadb.jdbc.message.server org.mariadb.jdbc.plugin.codec -
-
Uses of DataType in org.mariadb.jdbc.client
Fields in org.mariadb.jdbc.client declared as DataType Modifier and Type Field Description (package private) static DataType[]
DataType. typeMap
Methods in org.mariadb.jdbc.client that return DataType Modifier and Type Method Description DataType
Column. getType()
server data typestatic DataType
DataType. of(int typeValue)
static DataType
DataType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataType[]
DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mariadb.jdbc.client with parameters of type DataType Modifier and Type Method Description static ColumnDecoder
ColumnDecoder. create(java.lang.String name, DataType type, int flags)
Create fake MySQL column definition packet with indicated datatypeColumnDecoder
DataType.ColumnConstructor. create(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
-
Uses of DataType in org.mariadb.jdbc.client.column
Constructors in org.mariadb.jdbc.client.column with parameters of type DataType Constructor Description BigDecimalColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
Constructor for column corresponding to DECIMAL datatype.BitColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
Constructor for column corresponding to BIT datatype.BlobColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
Constructor for column corresponding to BLOB datatype.DateColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
Date metadata type decoderDoubleColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
Double metadata type decoderFloatColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
Float metadata type decoderGeometryColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
Geometry metadata type decoderJsonColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
JSON metadata type decoderSignedBigIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
BIGINT metadata type decoderSignedIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
INTEGER metadata type decoderSignedMediumIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
MEDIUM INTEGER metadata type decoderSignedSmallIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
SMALLINT metadata type decoderSignedTinyIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
TINYINT metadata type decoderStringColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
VARCHAR/STRING/VARSTRING metadata type decoderTimeColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
TIME metadata type decoderTimestampColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
TIMESTAMP metadata type decoderUnsignedBigIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
BIGINT UNSIGNED metadata type decoderUnsignedIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
INTEGER UNSIGNED metadata type decoderUnsignedMediumIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
MEDIUMINT UNSIGNED metadata type decoderUnsignedSmallIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
SMALLINT UNSIGNED metadata type decoderUnsignedTinyIntColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
TINYINT UNSIGNED metadata type decoderUuidColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.String extTypeFormat)
UUID metadata type decoderYearColumn(ReadableByteBuf buf, int charset, long length, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.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 DataType Modifier and Type Method Description static java.sql.ResultSet
CompleteResult. createResultSet(java.lang.String[] columnNames, DataType[] columnTypes, java.lang.String[][] data, Context context, int flags, int resultSetType)
Create a result set from given data.static java.sql.ResultSet
CompleteResult. createResultSet(java.lang.String columnName, DataType columnType, java.lang.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 DataType Modifier and Type Field Description protected DataType
ColumnDefinitionPacket. dataType
data type @see Field typeMethods in org.mariadb.jdbc.message.server that return DataType Modifier and Type Method Description DataType
ColumnDefinitionPacket. getType()
Constructors in org.mariadb.jdbc.message.server with parameters of type DataType Constructor Description ColumnDefinitionPacket(ReadableByteBuf buf, int charset, long columnLength, DataType dataType, byte decimals, int flags, int[] stringPos, java.lang.String extTypeName, java.lang.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 DataType Modifier and Type Field Description private static java.util.EnumSet<DataType>
BigDecimalCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
BigIntegerCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
BlobCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
BooleanCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
ByteArrayCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
ByteCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
ClobCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
DateCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
DoubleCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
DurationCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
FloatArrayCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
FloatCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
FloatObjectArrayCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
InstantCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
IntCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
LocalDateCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
LocalDateTimeCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
LocalTimeCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
LongCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
OffsetDateTimeCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
ReaderCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
ShortCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
StreamCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
StringCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
TimeCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
TimestampCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
UuidCodec. COMPATIBLE_TYPES
private static java.util.EnumSet<DataType>
ZonedDateTimeCodec. COMPATIBLE_TYPES
-