Uses of Enum
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 DataTypeDataType.of(int typeValue) static DataTypeReturns 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 DataTypeModifier and TypeMethodDescriptionstatic ColumnDecoderCreate 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 ResultSetCompleteResult.createResultSet(String[] columnNames, DataType[] columnTypes, String[][] data, Context context, int flags, int resultSetType) Create a result set from given data.static ResultSetCompleteResult.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 DataTypeColumnDefinitionPacket.dataTypedata 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_TYPESBigIntegerCodec.COMPATIBLE_TYPESBlobCodec.COMPATIBLE_TYPESBooleanCodec.COMPATIBLE_TYPESByteArrayCodec.COMPATIBLE_TYPESByteCodec.COMPATIBLE_TYPESClobCodec.COMPATIBLE_TYPESDateCodec.COMPATIBLE_TYPESDoubleCodec.COMPATIBLE_TYPESDurationCodec.COMPATIBLE_TYPESFloatArrayCodec.COMPATIBLE_TYPESFloatCodec.COMPATIBLE_TYPESFloatObjectArrayCodec.COMPATIBLE_TYPESInstantCodec.COMPATIBLE_TYPESIntCodec.COMPATIBLE_TYPESLocalDateCodec.COMPATIBLE_TYPESLocalDateTimeCodec.COMPATIBLE_TYPESLocalTimeCodec.COMPATIBLE_TYPESLongCodec.COMPATIBLE_TYPESOffsetDateTimeCodec.COMPATIBLE_TYPESReaderCodec.COMPATIBLE_TYPESShortCodec.COMPATIBLE_TYPESStreamCodec.COMPATIBLE_TYPESStringCodec.COMPATIBLE_TYPESTimeCodec.COMPATIBLE_TYPESTimestampCodec.COMPATIBLE_TYPESUuidCodec.COMPATIBLE_TYPESZonedDateTimeCodec.COMPATIBLE_TYPES