java.lang.Object
org.jooq.util.access.AccessDataType
Deprecated, for removal: This API element is subject to removal in a future version.
Supported data types for the
SQLDialect.ACCESS
dialect family.
This includes the
SQLDialect.ACCESS2013
dialect
- Author:
- Lukas Eder
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigInteger>
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
BINARY
Deprecated, for removal: This API element is subject to removal in a future version. -
BIT
Deprecated, for removal: This API element is subject to removal in a future version. -
TINYINT
Deprecated, for removal: This API element is subject to removal in a future version. -
REAL
Deprecated, for removal: This API element is subject to removal in a future version. -
FLOAT
Deprecated, for removal: This API element is subject to removal in a future version. -
SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version. -
INTEGER
Deprecated, for removal: This API element is subject to removal in a future version. -
NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version. -
TEXT
Deprecated, for removal: This API element is subject to removal in a future version. -
LONGTEXT
Deprecated, for removal: This API element is subject to removal in a future version. -
LONGCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
CHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
DATETIME
Deprecated, for removal: This API element is subject to removal in a future version. -
__VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version. -
__BIGINT
Deprecated, for removal: This API element is subject to removal in a future version. -
__DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version. -
__DATE
Deprecated, for removal: This API element is subject to removal in a future version. -
__TIME
Deprecated, for removal: This API element is subject to removal in a future version. -
__VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
__NTEXT
Deprecated, for removal: This API element is subject to removal in a future version. -
__BLOB
Deprecated, for removal: This API element is subject to removal in a future version. -
__BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version. -
__DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version. -
__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version. -
__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version. -
__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
__BYTE
Deprecated, for removal: This API element is subject to removal in a future version. -
__JSON
Deprecated, for removal: This API element is subject to removal in a future version. -
__JSONB
Deprecated, for removal: This API element is subject to removal in a future version. -
__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version. -
__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
COUNTER
Deprecated, for removal: This API element is subject to removal in a future version. -
MONEY
Deprecated, for removal: This API element is subject to removal in a future version. -
IMAGE
Deprecated, for removal: This API element is subject to removal in a future version. -
UNIQUEIDENTIFIER
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
AccessDataType
public AccessDataType()Deprecated, for removal: This API element is subject to removal in a future version.
-
SQLDataType
class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataType
instead.