- java.lang.Object
-
- org.jooq.util.mysql.MySQLDataType
-
@Deprecated public class MySQLDataType extends Object
Deprecated.- 3.11.0 - [#7375] - This type is part of jOOQ's internal API. Do not reference this type directly from client code. Referencing this type before theSQLDataTypeclass has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataTypeinstead.Supported data types for theSQLDialect.MYSQLdialect
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<JSONB>__JSONBDeprecated.protected static DataType<String>__LONGNVARCHARDeprecated.protected static DataType<byte[]>__LONGVARBINARYDeprecated.protected static DataType<String>__LONGVARCHARDeprecated.protected static DataType<String>__NCHARDeprecated.protected static DataType<String>__NCLOBDeprecated.protected static DataType<BigDecimal>__NUMERICDeprecated.protected static DataType<String>__NVARCHARDeprecated.protected static DataType<UUID>__UUIDDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<ULong>BIGINTUNSIGNEDDeprecated.static DataType<byte[]>BINARYDeprecated.static DataType<Boolean>BITDeprecated.static DataType<byte[]>BLOBDeprecated.static DataType<Boolean>BOOLDeprecated.static DataType<Boolean>BOOLEANDeprecated.static DataType<String>CHARDeprecated.static DataType<Date>DATEDeprecated.static DataType<Timestamp>DATETIMEDeprecated.static DataType<BigDecimal>DECDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLEDeprecated.static DataType<String>ENUMDeprecated.static DataType<Double>FLOATDeprecated.static DataType<Integer>INTDeprecated.static DataType<Integer>INTEGERDeprecated.static DataType<UInteger>INTEGERUNSIGNEDDeprecated.static DataType<UInteger>INTUNSIGNEDDeprecated.static DataType<JSON>JSONDeprecated.static DataType<byte[]>LONGBLOBDeprecated.static DataType<String>LONGTEXTDeprecated.static DataType<byte[]>MEDIUMBLOBDeprecated.static DataType<Integer>MEDIUMINTDeprecated.static DataType<UInteger>MEDIUMINTUNSIGNEDDeprecated.static DataType<String>MEDIUMTEXTDeprecated.static DataType<Float>REALDeprecated.static DataType<String>SETDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<UShort>SMALLINTUNSIGNEDDeprecated.static DataType<String>TEXTDeprecated.static DataType<Time>TIMEDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<byte[]>TINYBLOBDeprecated.static DataType<Byte>TINYINTDeprecated.static DataType<UByte>TINYINTUNSIGNEDDeprecated.static DataType<String>TINYTEXTDeprecated.static DataType<byte[]>VARBINARYDeprecated.static DataType<String>VARCHARDeprecated.static DataType<Date>YEARDeprecated.
-
Constructor Summary
Constructors Constructor Description MySQLDataType()Deprecated.
-
-
-
Field Detail
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
DEC
public static final DataType<BigDecimal> DEC
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
Deprecated.
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
__NUMERIC
protected static final DataType<BigDecimal> __NUMERIC
Deprecated.
-
__LONGVARBINARY
protected static final DataType<byte[]> __LONGVARBINARY
Deprecated.
-
TINYBLOB
public static final DataType<byte[]> TINYBLOB
Deprecated.
-
MEDIUMBLOB
public static final DataType<byte[]> MEDIUMBLOB
Deprecated.
-
LONGBLOB
public static final DataType<byte[]> LONGBLOB
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
-