Uses of Enum
org.mariadb.jdbc.client.DataType
Packages that use DataType
-
Uses of DataType in org.mariadb.jdbc.client
Subclasses with type arguments of type DataType in org.mariadb.jdbc.clientMethods 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)