- 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 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.ACCESSdialect family.This includes the
SQLDialect.ACCESS2013dialect
- 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>__BIGINTDeprecated.protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<ULong>__BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>__BLOBDeprecated.protected static DataType<Boolean>__BOOLEANDeprecated.protected static DataType<Byte>__BYTEDeprecated.protected static DataType<Date>__DATEDeprecated.protected static DataType<BigDecimal>__DECIMALDeprecated.protected static DataType<Double>__DOUBLEDeprecated.protected static DataType<UInteger>__INTEGERUNSIGNEDDeprecated.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<String>__NTEXTDeprecated.protected static DataType<String>__NVARCHARDeprecated.protected static DataType<UShort>__SMALLINTUNSIGNEDDeprecated.protected static DataType<Time>__TIMEDeprecated.protected static DataType<byte[]>__VARBINARYDeprecated.protected static DataType<String>__VARCHARDeprecated.static DataType<byte[]>BINARYDeprecated.static DataType<Boolean>BITDeprecated.static DataType<String>CHARDeprecated.static DataType<Integer>COUNTERDeprecated.static DataType<Timestamp>DATETIMEDeprecated.static DataType<Double>FLOATDeprecated.static DataType<byte[]>IMAGEDeprecated.static DataType<Integer>INTEGERDeprecated.static DataType<String>LONGCHARDeprecated.static DataType<String>LONGTEXTDeprecated.static DataType<BigDecimal>MONEYDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<Float>REALDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<String>TEXTDeprecated.static DataType<UByte>TINYINTDeprecated.static DataType<UUID>UNIQUEIDENTIFIERDeprecated.
-
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.
-
-