- java.lang.Object
-
- org.jooq.util.memsql.MemSQLDataType
-
@Deprecated public class MemSQLDataType 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 theSQLDataType
class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataType
instead.Supported data types for theSQLDialect.MEMSQL
dialect- Author:
- Knut Wannheden
- See Also:
- https://docs.memsql.com/sql-reference/v6.7/datatypes/
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>
__BIGINTEGER
Deprecated.protected static DataType<String>
__LONGNVARCHAR
Deprecated.protected static DataType<byte[]>
__LONGVARBINARY
Deprecated.protected static DataType<String>
__LONGVARCHAR
Deprecated.protected static DataType<String>
__NCHAR
Deprecated.protected static DataType<String>
__NCLOB
Deprecated.protected static DataType<BigDecimal>
__NUMERIC
Deprecated.protected static DataType<String>
__NVARCHAR
Deprecated.protected static DataType<UUID>
__UUID
Deprecated.static DataType<Long>
BIGINT
Deprecated.static DataType<ULong>
BIGINTUNSIGNED
Deprecated.static DataType<byte[]>
BINARY
Deprecated.static DataType<Boolean>
BIT
Deprecated.static DataType<byte[]>
BLOB
Deprecated.static DataType<Boolean>
BOOL
Deprecated.static DataType<Boolean>
BOOLEAN
Deprecated.static DataType<String>
CHAR
Deprecated.static DataType<Date>
DATE
Deprecated.static DataType<Timestamp>
DATETIME
Deprecated.static DataType<BigDecimal>
DEC
Deprecated.static DataType<BigDecimal>
DECIMAL
Deprecated.static DataType<Double>
DOUBLE
Deprecated.static DataType<String>
ENUM
Deprecated.static DataType<Double>
FLOAT
Deprecated.static DataType<Integer>
INT
Deprecated.static DataType<Integer>
INTEGER
Deprecated.static DataType<UInteger>
INTEGERUNSIGNED
Deprecated.static DataType<UInteger>
INTUNSIGNED
Deprecated.static DataType<byte[]>
LONGBLOB
Deprecated.static DataType<String>
LONGTEXT
Deprecated.static DataType<byte[]>
MEDIUMBLOB
Deprecated.static DataType<Integer>
MEDIUMINT
Deprecated.static DataType<UInteger>
MEDIUMINTUNSIGNED
Deprecated.static DataType<String>
MEDIUMTEXT
Deprecated.static DataType<Float>
REAL
Deprecated.static DataType<String>
SET
Deprecated.static DataType<Short>
SMALLINT
Deprecated.static DataType<UShort>
SMALLINTUNSIGNED
Deprecated.static DataType<String>
TEXT
Deprecated.static DataType<Time>
TIME
Deprecated.static DataType<Timestamp>
TIMESTAMP
Deprecated.static DataType<byte[]>
TINYBLOB
Deprecated.static DataType<Byte>
TINYINT
Deprecated.static DataType<UByte>
TINYINTUNSIGNED
Deprecated.static DataType<String>
TINYTEXT
Deprecated.static DataType<byte[]>
VARBINARY
Deprecated.static DataType<String>
VARCHAR
Deprecated.static DataType<Date>
YEAR
Deprecated.
-
Constructor Summary
Constructors Constructor Description MemSQLDataType()
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.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
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.
-
-