- java.lang.Object
-
- org.jooq.util.access.AccessDataType
-
@Deprecated public class AccessDataType 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.ACCESS
dialect family.This includes the
SQLDialect.ACCESS2013
dialect
- Author:
- Lukas Eder
- See Also:
- http://msdn.microsoft.com/en-us/library/office/ff193793.aspx
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<Long>
__BIGINT
Deprecated.protected static DataType<BigInteger>
__BIGINTEGER
Deprecated.protected static DataType<ULong>
__BIGINTUNSIGNED
Deprecated.protected static DataType<byte[]>
__BLOB
Deprecated.protected static DataType<Boolean>
__BOOLEAN
Deprecated.protected static DataType<Byte>
__BYTE
Deprecated.protected static DataType<Date>
__DATE
Deprecated.protected static DataType<BigDecimal>
__DECIMAL
Deprecated.protected static DataType<Double>
__DOUBLE
Deprecated.protected static DataType<UInteger>
__INTEGERUNSIGNED
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<String>
__NTEXT
Deprecated.protected static DataType<String>
__NVARCHAR
Deprecated.protected static DataType<UShort>
__SMALLINTUNSIGNED
Deprecated.protected static DataType<Time>
__TIME
Deprecated.protected static DataType<byte[]>
__VARBINARY
Deprecated.protected static DataType<String>
__VARCHAR
Deprecated.static DataType<byte[]>
BINARY
Deprecated.static DataType<Boolean>
BIT
Deprecated.static DataType<String>
CHAR
Deprecated.static DataType<Integer>
COUNTER
Deprecated.static DataType<Timestamp>
DATETIME
Deprecated.static DataType<Double>
FLOAT
Deprecated.static DataType<byte[]>
IMAGE
Deprecated.static DataType<Integer>
INTEGER
Deprecated.static DataType<String>
LONGCHAR
Deprecated.static DataType<String>
LONGTEXT
Deprecated.static DataType<BigDecimal>
MONEY
Deprecated.static DataType<BigDecimal>
NUMERIC
Deprecated.static DataType<Float>
REAL
Deprecated.static DataType<Short>
SMALLINT
Deprecated.static DataType<String>
TEXT
Deprecated.static DataType<UByte>
TINYINT
Deprecated.static DataType<UUID>
UNIQUEIDENTIFIER
Deprecated.
-
Constructor Summary
Constructors Constructor Description AccessDataType()
Deprecated.
-
-
-
Field Detail
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
__VARBINARY
protected static final DataType<byte[]> __VARBINARY
Deprecated.
-
__DECIMAL
protected static final DataType<BigDecimal> __DECIMAL
Deprecated.
-
__BLOB
protected static final DataType<byte[]> __BLOB
Deprecated.
-
__LONGVARBINARY
protected static final DataType<byte[]> __LONGVARBINARY
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
MONEY
public static final DataType<BigDecimal> MONEY
Deprecated.
-
IMAGE
public static final DataType<byte[]> IMAGE
Deprecated.
-
-