Uses of Interface
org.jooq.DataType
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains classes related to the
SQLDialect.ACCESS
dialect family.This package contains classes related to the
SQLDialect.ASE
dialect family.This package contains classes related to the
SQLDialect.AURORA_MYSQL
dialect family.This package contains classes related to the
SQLDialect.AURORA_POSTGRES
dialect family.This package contains classes related to the
SQLDialect.BIGQUERY
dialect family.This package contains classes related to the
SQLDialect.COCKROACHDB
dialect family.This package contains classes related to the
SQLDialect.CUBRID
dialect family.This package contains classes related to the
SQLDialect.DB2
dialect family.This package contains classes related to the
SQLDialect.DERBY
dialect family.This package contains classes related to the
SQLDialect.EXASOL
dialect family.This package contains classes related to the
SQLDialect.FIREBIRD
dialect family.This package contains classes related to the
SQLDialect.H2
dialect family.This package contains classes related to the
SQLDialect.HANA
dialect family.This package contains classes related to the
SQLDialect.HSQLDB
dialect family.This package contains classes related to the
SQLDialect.IGNITE
dialect family.This package contains classes related to the
SQLDialect.INFORMIX
dialect family.This package contains classes related to the
SQLDialect.INGRES
dialect family.This package contains classes related to the
SQLDialect.MARIADB
dialect family.This package contains classes related to the
SQLDialect.MEMSQL
dialect family.This package contains classes related to the
SQLDialect.MYSQL
dialect family.This package contains classes related to the
SQLDialect.ORACLE
dialect family.This package contains classes related to the
SQLDialect.POSTGRES
dialect family.This package contains classes related to the
SQLDialect.REDSHIFT
dialect family.This package contains classes related to the
SQLDialect.SNOWFLAKE
dialect family.This package contains classes related to the
SQLDialect.SQLDATAWAREHOUSE
dialect family.This package contains classes related to the
SQLDialect.SQLITE
dialect family.This package contains classes related to the
SQLDialect.SQLSERVER
dialect family.This package contains classes related to the
SQLDialect.SYBASE
dialect family.This package contains classes related to the
SQLDialect.TERADATA
dialect family.This package contains classes related to the
SQLDialect.VERTICA
dialect family.This package contains classes related to the
SQLDialect.YUGABYTEDB
dialect family.-
Uses of DataType in org.jooq
Modifier and TypeMethodDescriptionTyped.$dataType()
Experimental query object model accessor method, see alsoQOM
.DataType.array()
A convenient short for formgetArrayDataType()
for DSL usage<A extends ArrayRecord<?>>
@NotNull DataType<A>DataType.asArrayDataType
(Class<A> arrayDataType) Retrieve the data type for an Oracle-style ARRAY of this data type.<A extends AssociativeArrayRecord<?,
?>>
@NotNull DataType<A>DataType.asAssociativeArrayDataType
(Class<A> arrayDataType) Retrieve the data type for an Oracle-style associative array of this data type.default <U> @NotNull DataType<U>
DataType.asConvertedDataType
(Class<U> toType, Function<? super T, ? extends U> from, Function<? super U, ? extends T> to) Convenience method for converting this type usingConverter.of(Class, Class, Function, Function)
.<U> @NotNull DataType<U>
DataType.asConvertedDataType
(Binding<? super T, U> binding) Retrieve the data type for a given binding.<U> @NotNull DataType<U>
DataType.asConvertedDataType
(Converter<? super T, U> converter) Retrieve the data type for a given converter.default <U> @NotNull DataType<U>
DataType.asConvertedDataTypeFrom
(Class<U> toType, Function<? super T, ? extends U> from) Convenience method for converting this type to a read-only type usingConverter.from(Class, Class, Function)
.default <U> @NotNull DataType<U>
DataType.asConvertedDataTypeFrom
(Function<? super T, ? extends U> from) Convenience method for converting this type to a read-only type usingConverter.from(Class, Class, Function)
.default <U> @NotNull DataType<U>
DataType.asConvertedDataTypeTo
(Class<U> toType, Function<? super U, ? extends T> to) Convenience method for converting this type to a write-only type usingConverter.to(Class, Class, Function)
.default <U> @NotNull DataType<U>
DataType.asConvertedDataTypeTo
(Function<? super U, ? extends T> to) Convenience method for converting this type to a write-only type usingConverter.to(Class, Class, Function)
.DataType.asEnumDataType
(Class<E> enumDataType) Retrieve the data type for a given enum data type.DataType.characterSet
(CharacterSet characterSet) Return a new data type like this, with a new character set.Return a new data type like this, with a new collation.@Nullable DataType<?>
Fields.dataType
(int index) Get the field data type for a given field index, ornull
if no field is available at the index.@Nullable DataType<?>
Get the field data type for a given qualified field name, ornull
if no field is known to this type by this name.@Nullable DataType<?>
Get the field data type for a given qualified field name, ornull
if no field is known to this type by this name.@NotNull DataType<?> @NotNull []
Fields.dataTypes()
Get an array of field data types for this type.Specify an expression to be applied as theDEFAULT
value for this data type.Specify an expression to be applied as theDEFAULT
value for this data type.DataType.defaulted
(boolean defaulted) Deprecated, for removal: This API element is subject to removal in a future version.DataType.defaultValue
(Field<T> defaultValue) Specify an expression to be applied as theDEFAULT
value for this data type.DataType.defaultValue
(T defaultValue) Specify an expression to be applied as theDEFAULT
value for this data type.DataType.generatedAlwaysAs
(Field<T> generatedAlwaysAsValue) Set the computed column expression of this data type to a constant expression.DataType.generatedAlwaysAs
(Generator<?, ?, T> generatedAlwaysAsValue) Set the computed column expression of this data type to a dynamic expression.DataType.generatedAlwaysAs
(T generatedAlwaysAsValue) Set the computed column expression of this data type to a constant value.DataType.generationLocation
(QOM.GenerationLocation generationOption) Set thegenerationLocation()
of the computed column expression.DataType.generationOption
(QOM.GenerationOption generationOption) Set thegenerationOption()
of the computed column expression.@NotNull DataType<?>
DataType.getArrayBaseDataType()
Retrieve the Java component data type if this is an ARRAY type, orthis
, otherwise.@Nullable DataType<?>
DataType.getArrayComponentDataType()
Retrieve the Java component data type if this is an ARRAY type, ornull
, otherwise.DataType.getArrayDataType()
Retrieve the data type for an ARRAY of this data type.DataType<?>
ArrayOrAssociativeArrayRecord.getArrayType()
Get the data type of the array.ArrayOrAssociativeArrayRecord.getDataType()
Get the data type of the array's base type.DataType.getDataType
(Configuration configuration) The dialect-specific data type representing this data type.RecordQualifier.getDataType()
Typed.getDataType()
The type of this object (might not be dialect-specific).Typed.getDataType
(Configuration configuration) The dialect-specific type of this object.AssociativeArrayRecord.getIndexDataType()
Get the data type of the array's index type.DataType.getSQLDataType()
Get the standard SQL data type of this (dialect-specific) data type if available.DataType.identity
(boolean identity) Return a new data type like this, with a new identity flag.DataType.length
(int length) Return a new data type like this, with a new length value.DataType.notNull()
Synonym fornullable(boolean)
, passingfalse
as an argument.DataType.null_()
Synonym fornullable(boolean)
, passingtrue
as an argument.DataType.nullability
(Nullability nullability) Return a new data type like this, with a new nullability.DataType.nullable
(boolean nullable) Return a new data type like this, with a new nullability.@NotNull DataType<?>
ParseContext.parseDataType()
Parse aDataType
expression or fail if the current expression is not a data type.DataType.precision
(int precision) Return a new data type like this, with a new precision value.DataType.precision
(int precision, int scale) Return a new data type like this, with a new precision and scale value.DataType.readonly
(boolean readonly) Return a new data type like this, with a new readonly attribute.DataType.scale
(int scale) Return a new data type like this, with a new scale value.DataType.stored()
Set thegenerationOption()
of the computed column expression toQOM.GenerationOption.STORED
.DataType.virtual()
Set thegenerationOption()
of the computed column expression toQOM.GenerationOption.VIRTUAL
.Modifier and TypeMethodDescription@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.<T> @NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.<T> @NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addColumnIfNotExists
(String field, DataType<?> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.<T> @NotNull AlterTableAddStep
AlterTableStep.addColumnIfNotExists
(Field<T> field, DataType<T> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addColumnIfNotExists
(Name field, DataType<?> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addIfNotExists
(String field, DataType<?> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.<T> @NotNull AlterTableAddStep
AlterTableStep.addIfNotExists
(Field<T> field, DataType<T> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addIfNotExists
(Name field, DataType<?> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.<T> @NotNull CreateDomainDefaultStep<T>
Add theAS
clause to theCREATE DOMAIN
statement.<Z> @NotNull Field<Z>
Cast this field to a dialect-specific data type.<Z> @NotNull Field<Z>
Coerce this field to a dialect-specific data type.@NotNull CreateTableElementListStep
Add theCOLUMN
clause to theCREATE TABLE
statement.@NotNull CreateTableElementListStep
Add theCOLUMN
clause to theCREATE TABLE
statement.@NotNull CreateTableElementListStep
Add theCOLUMN
clause to theCREATE TABLE
statement.@NotNull JSONTableColumnPathStep
Add a column to theCOLUMNS
clause of theJSON_TABLE
expression.@NotNull JSONTableColumnPathStep
Add a column to theCOLUMNS
clause of theJSON_TABLE
expression.@NotNull JSONTableColumnPathStep
Add a column to theCOLUMNS
clause of theJSON_TABLE
expression.@NotNull XMLTableColumnPathStep
Add a column to theCOLUMNS
clause of theXMLTABLE
expression.@NotNull XMLTableColumnPathStep
Add a column to theCOLUMNS
clause of theXMLTABLE
expression.@NotNull XMLTableColumnPathStep
Add a column to theCOLUMNS
clause of theXMLTABLE
expression.@NotNull CompletionStage<Result<Record>>
DSLContext.fetchAsync
(ResultSet rs, DataType<?>... types) Fetch results in a newCompletionStage
.@NotNull CompletionStage<Result<Record>>
DSLContext.fetchAsync
(Executor executor, ResultSet rs, DataType<?>... types) Fetch results in a newCompletionStage
that is asynchronously completed by a task running in the given executor.@Nullable Record
DSLContext.fetchOptional
(ResultSet rs, DataType<?>... types) <T> @NotNull Optional<T>
DSLContext.fetchOptionalValue
(ResultSet rs, DataType<T> type) Fetch a record from a JDBCResultSet
and return the only contained value.@NotNull Record
DSLContext.fetchSingle
(ResultSet rs, DataType<?>... types) DSLContext.fetchStream
(ResultSet rs, DataType<?>... types) <T> T
DSLContext.fetchValue
(ResultSet rs, DataType<T> type) Fetch a record from a JDBCResultSet
and return the only contained value.<T> @NotNull List<T>
DSLContext.fetchValues
(ResultSet rs, DataType<T> type) Fetch a result from a JDBCResultSet
and return the only contained column's values.<T> @Nullable Field<T>
Get a field known to this type by index coerced todataType
usingField.coerce(DataType)
, ornull
if no field is available at the index.<T> @Nullable Field<T>
Get a field known to this type by unqualified name coerced todataType
usingField.coerce(DataType)
, ornull
if no field is known to this type by this name.<T> @Nullable Field<T>
Get a field known to this type by qualified name coerced todataType
usingField.coerce(DataType)
, ornull
if no field is known to this type by this name.@NotNull AggregateFilterStep<T>
Add aRETURNING
clause to theJSON_ARRAYAGG
function.Add theRETURNING
clause to theJSON ARRAY
function.@NotNull AggregateFilterStep<T>
Add aRETURNING
clause to theJSON_ARRAYAGG
function.Add theRETURNING
clause to theJSON OBJECT
function.Add theRETURNING
clause to theJSON VALUE
function.@NotNull CreateFunctionCharacteristicsStep
Add theRETURNS
clause to theCREATE FUNCTION
statement.@NotNull AlterTableFinalStep
Specify a new column data type. -
Uses of DataType in org.jooq.impl
Modifier and TypeClassDescriptionclass
An internal marker subtype ofDefaultDataType
, to be used only by built-in data types inSQLDataType
and dialect specific data type classes, such as e.g.class
A common base class for data types.Modifier and TypeFieldDescriptionSQLDataType.BIGINT
TheTypes.BIGINT
type.SQLDataType.BIGINTUNSIGNED
The unsignedTypes.BIGINT
type.static final DataType<byte[]>
SQLDataType.BINARY
TheTypes.BINARY
type.SQLDataType.BIT
TheTypes.BIT
type.static final DataType<byte[]>
SQLDataType.BLOB
TheTypes.BLOB
type.SQLDataType.BOOLEAN
TheTypes.BOOLEAN
type.SQLDataType.CHAR
TheTypes.CHAR
type.SQLDataType.CLOB
TheTypes.CLOB
type.SQLDataType.DATE
TheTypes.DATE
type.static final DataType<BigDecimal>
SQLDataType.DECIMAL
TheTypes.DECIMAL
type.static final DataType<BigInteger>
SQLDataType.DECIMAL_INTEGER
The zero-scaleTypes.DECIMAL
type.SQLDataType.DOUBLE
TheTypes.DOUBLE
type.SQLDataType.FLOAT
TheTypes.FLOAT
type.SQLDataType.GEOGRAPHY
TheGeography
type.SQLDataType.GEOMETRY
TheGeometry
type.SQLDataType.INSTANT
ATypes.TIMESTAMP_WITH_TIMEZONE
type that uses UTC as time zone.SQLDataType.INTEGER
TheTypes.INTEGER
type.SQLDataType.INTEGERUNSIGNED
The unsignedTypes.INTEGER
type.static final DataType<YearToSecond>
SQLDataType.INTERVAL
A vendor specificINTERVAL YEAR TO SECOND
data type, which combinesSQLDataType.INTERVALYEARTOMONTH
andSQLDataType.INTERVALDAYTOSECOND
.static final DataType<DayToSecond>
SQLDataType.INTERVALDAYTOSECOND
The SQL standardINTERVAL DAY TO SECOND
data type.static final DataType<YearToMonth>
SQLDataType.INTERVALYEARTOMONTH
The SQL standardINTERVAL YEAR TO MONTH
data type.SQLDataType.JSON
TheJSON
type.SQLDataType.JSONB
TheJSONB
type.SQLDataType.LOCALDATE
TheTypes.DATE
type.static final DataType<LocalDateTime>
SQLDataType.LOCALDATETIME
TheTypes.TIMESTAMP
type.SQLDataType.LOCALTIME
TheTypes.TIME
type.SQLDataType.LONGNVARCHAR
TheTypes.LONGNVARCHAR
type.static final DataType<byte[]>
SQLDataType.LONGVARBINARY
TheTypes.LONGVARBINARY
type.SQLDataType.LONGVARCHAR
TheTypes.LONGVARCHAR
type.SQLDataType.NCHAR
TheTypes.NCHAR
type.SQLDataType.NCLOB
TheTypes.NCLOB
type.static final DataType<BigDecimal>
SQLDataType.NUMERIC
TheTypes.NUMERIC
type.SQLDataType.NVARCHAR
TheTypes.NVARCHAR
type.static final DataType<OffsetDateTime>
SQLDataType.OFFSETDATETIME
TheTypes.TIMESTAMP_WITH_TIMEZONE
type.static final DataType<OffsetTime>
SQLDataType.OFFSETTIME
TheTypes.TIME_WITH_TIMEZONE
type.SQLDataType.OTHER
TheTypes.OTHER
type.SQLDataType.REAL
TheTypes.REAL
type.SQLDataType.RECORD
TheTypes.STRUCT
type.SQLDataType.RESULT
TheResultSet
type.SQLDataType.ROWID
TheTypes.ROWID
type.SQLDataType.SMALLINT
TheTypes.SMALLINT
type.SQLDataType.SMALLINTUNSIGNED
The unsignedTypes.SMALLINT
type.SQLDataType.TIME
TheTypes.TIME
type.SQLDataType.TIMESTAMP
TheTypes.TIMESTAMP
type.static final DataType<OffsetDateTime>
SQLDataType.TIMESTAMPWITHTIMEZONE
TheTypes.TIMESTAMP_WITH_TIMEZONE
type.static final DataType<OffsetTime>
SQLDataType.TIMEWITHTIMEZONE
TheTypes.TIME_WITH_TIMEZONE
type.SQLDataType.TINYINT
TheTypes.TINYINT
type.SQLDataType.TINYINTUNSIGNED
The unsignedTypes.TINYINT
type.SQLDataType.UUID
TheUUID
type.static final DataType<byte[]>
SQLDataType.VARBINARY
TheTypes.VARBINARY
type.SQLDataType.VARCHAR
TheTypes.VARCHAR
type.SQLDataType.XML
TheXML
type.SQLDataType.YEAR
ATypes.SMALLINT
type that represents a year.Modifier and TypeMethodDescriptionQOM.CreateDomain.$dataType()
default @Nullable DataType<?>
QOM.JSONArray.$returning()
@Nullable DataType<?>
QOM.JSONArrayAgg.$returning()
default @Nullable DataType<?>
QOM.JSONObject.$returning()
@Nullable DataType<?>
QOM.JSONObjectAgg.$returning()
@Nullable DataType<?>
QOM.CreateFunction.$returns()
QOM.JSONArray.$type()
QOM.JSONObject.$type()
QOM.XMLSerialize.$type()
static final DataType<byte[]>
SQLDataType.BINARY
(int length) TheTypes.BINARY
type.static final DataType<byte[]>
SQLDataType.BLOB
(int length) TheTypes.BLOB
type.SQLDataType.CHAR
(int length) TheTypes.CHAR
type.SQLDataType.CLOB
(int length) TheTypes.CLOB
type.static final DataType<BigDecimal>
SQLDataType.DECIMAL
(int precision) TheTypes.DECIMAL
type.static final DataType<BigDecimal>
SQLDataType.DECIMAL
(int precision, int scale) TheTypes.DECIMAL
type.static final DataType<BigInteger>
SQLDataType.DECIMAL_INTEGER
(int precision) The zero-scaleTypes.DECIMAL
type.final DataType<?>
ArrayRecordImpl.getArrayType()
final DataType<?>
AssociativeArrayRecordImpl.getArrayType()
ArrayRecordImpl.getDataType()
AssociativeArrayRecordImpl.getDataType()
DefaultDataType.getDataType
(Configuration configuration) static final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, int sqlType) static final <T> DataType<T>
DefaultDataType.getDataType
(SQLDialect dialect, Class<T> type) static final <T> DataType<T>
DefaultDataType.getDataType
(SQLDialect dialect, Class<T> type, DataType<T> fallbackDataType) static final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, String typeName) static final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, String t, int p, int s) Convert a type name (using precision and scale) into a Java classstatic final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, String t, int p, int s, boolean forceIntegerTypesOnZeroScaleDecimals) Convert a type name (using precision and scale) into a Java classstatic final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, SQLType sqlType) static <T> @NotNull DataType<T>
DSL.getDataType
(Class<T> type) Deprecated, for removal: This API element is subject to removal in a future version.- 3.11.0 - [#7483] - The (indirect) use of the internal static data type registry is not recommended.UDTImpl.getDataType()
DefaultDataType.getDefaultDataType
(String typeName) DefaultDataType.getDefaultDataType
(SQLDialect dialect, String typeName) AssociativeArrayRecordImpl.getIndexDataType()
DefaultDataType.getSQLDataType()
SQLDataType.INSTANT
(int precision) ATypes.TIMESTAMP_WITH_TIMEZONE
type that uses UTC as time zone.static final DataType<LocalDateTime>
SQLDataType.LOCALDATETIME
(int precision) TheTypes.TIMESTAMP
type.SQLDataType.LOCALTIME
(int precision) TheTypes.TIME
type.SQLDataType.LONGNVARCHAR
(int length) TheTypes.LONGNVARCHAR
type.static final DataType<byte[]>
SQLDataType.LONGVARBINARY
(int length) TheTypes.LONGVARBINARY
type.SQLDataType.LONGVARCHAR
(int length) TheTypes.LONGVARCHAR
type.SQLDataType.NCHAR
(int length) TheTypes.NCHAR
type.SQLDataType.NCLOB
(int length) TheTypes.NCLOB
type.BuiltInDataType.nullability
(Nullability n) protected static <T> DataType<T>
DSL.nullSafeDataType
(Field<T> field) Deprecated, for removal: This API element is subject to removal in a future version.- [#11092] - 3.15.0 - This method will be removed without public replacement.static final DataType<BigDecimal>
SQLDataType.NUMERIC
(int precision) TheTypes.NUMERIC
type.static final DataType<BigDecimal>
SQLDataType.NUMERIC
(int precision, int scale) TheTypes.NUMERIC
type.SQLDataType.NVARCHAR
(int length) TheTypes.NVARCHAR
type.static final DataType<OffsetDateTime>
SQLDataType.OFFSETDATETIME
(int precision) TheTypes.TIMESTAMP_WITH_TIMEZONE
type.static final DataType<OffsetTime>
SQLDataType.OFFSETTIME
(int precision) TheTypes.TIME_WITH_TIMEZONE
type.SQLDataType.TIME
(int precision) TheTypes.TIME
type.SQLDataType.TIMESTAMP
(int precision) TheTypes.TIMESTAMP
type.static final DataType<OffsetDateTime>
SQLDataType.TIMESTAMPWITHTIMEZONE
(int precision) TheTypes.TIMESTAMP_WITH_TIMEZONE
type.static final DataType<OffsetTime>
SQLDataType.TIMEWITHTIMEZONE
(int precision) TheTypes.TIME_WITH_TIMEZONE
type.static final DataType<byte[]>
SQLDataType.VARBINARY
(int length) TheTypes.VARBINARY
type.SQLDataType.VARCHAR
(int length) TheTypes.VARCHAR
type.Modifier and TypeMethodDescription@NotNull QOM.CreateDomain<T>
default @NotNull QOM.JSONArray<T>
QOM.JSONArray.$returning
(DataType<?> newReturning) default @NotNull QOM.JSONObject<T>
QOM.JSONObject.$returning
(DataType<?> newReturning) @NotNull QOM.CreateFunction
default @NotNull QOM.JSONArray<T>
default @NotNull QOM.JSONObject<T>
default @NotNull QOM.XMLSerialize<T>
static <T> @NotNull AggregateFunction<T>
aggregate()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T>
aggregate()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T>
DSL.aggregateDistinct
(String name, DataType<T> type, Field<?>... arguments) aggregateDistinct()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T>
DSL.aggregateDistinct
(Name name, DataType<T> type, Field<?>... arguments) aggregateDistinct()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static final <T> Binding<T,
T> Get the internal default binding for aDataType
.static <T> @NotNull Field<T>
Cast a value to another type.static <T> @NotNull Field<T>
Cast a field to another type.static <T> @NotNull Field<T>
Cast null to a type.static <T> @NotNull Field<T>
Coerce a field to another type.static <T> @NotNull Field<T>
Coerce a field to another type.static <T,
A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A>Get thecollect()
aggregate function.static <T,
A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A>DSL.collectDistinct
(Field<T> field, DataType<A> type) Get thecollect()
aggregate function.static <T> @NotNull Field<T>
Convert a date time value to a string value using the SQL Server styleCONVERT()
function.static <T> @NotNull Field<T>
Convert a date time value to a string value using the SQL Server styleCONVERT()
function.static final <T,
U> @NotNull Domain<U> Internal.createDomain
(Schema schema, Name name, DataType<T> type, Binding<T, U> binding, Check<?>... checks) Factory method for domain specifications.static final <T> @NotNull Domain<T>
Internal.createDomain
(Schema schema, Name name, DataType<T> type, Check<?>... checks) Factory method for domain specifications.static final <T,
U> @NotNull Domain<U> Internal.createDomain
(Schema schema, Name name, DataType<T> type, Converter<T, U> converter, Check<?>... checks) Factory method for domain specifications.static final <T,
X, U> @NotNull Domain<U> Internal.createDomain
(Schema schema, Name name, DataType<T> type, Converter<X, U> converter, Binding<T, X> binding, Check<?>... checks) Factory method for domain specifications.UDTImpl.createField
(String name, DataType<T> type, UDT<R> udt) Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT)
instead.UDTImpl.createField
(String name, DataType<T> type, UDT<R> udt, String comment) Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT, String)
instead.UDTImpl.createField
(String name, DataType<T> type, UDT<R> udt, String comment, Binding<T, U> binding) Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT, String, Binding)
instead.UDTImpl.createField
(String name, DataType<T> type, UDT<R> udt, String comment, Converter<T, U> converter) Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT, String, Converter)
instead.UDTImpl.createField
(String name, DataType<T> type, UDT<R> udt, String comment, Converter<X, U> converter, Binding<T, X> binding) Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT, String, Converter, Binding)
instead.UDTImpl.createField
(Name name, DataType<T> type, UDT<R> udt) Subclasses may call this method to createUDTField
objects that are linked to this table.UDTImpl.createField
(Name name, DataType<T> type, UDT<R> udt, String comment) Subclasses may call this method to createUDTField
objects that are linked to this table.Subclasses may call this method to createUDTField
objects that are linked to this table.UDTImpl.createField
(Name name, DataType<T> type, UDT<R> udt, String comment, Converter<T, U> converter) Subclasses may call this method to createUDTField
objects that are linked to this table.UDTImpl.createField
(Name name, DataType<T> type, UDT<R> udt, String comment, Converter<X, U> converter, Binding<T, X> binding) Subclasses may call this method to createUDTField
objects that are linked to this table.protected static final <T> Parameter<T>
AbstractRoutine.createParameter
(String name, DataType<T> type) Deprecated.- Please, re-generate your routine code.protected static final <T> Parameter<T>
AbstractRoutine.createParameter
(String name, DataType<T> type, boolean isDefaulted) Deprecated.- Please, re-generate your routine code.protected static final <T> Parameter<T>
AbstractRoutine.createParameter
(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed) Deprecated.- Please, re-generate your routine code.protected static final <T,
U> Parameter<U> AbstractRoutine.createParameter
(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed, Binding<T, U> binding) Deprecated.- Please, re-generate your routine code.protected static final <T,
U> Parameter<U> AbstractRoutine.createParameter
(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed, Converter<T, U> converter) Deprecated.- Please, re-generate your routine code.protected static final <T,
X, U> Parameter<U> AbstractRoutine.createParameter
(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed, Converter<X, U> converter, Binding<T, X> binding) Deprecated.- Please, re-generate your routine code.protected static final <T,
U> Parameter<U> AbstractRoutine.createParameter
(String name, DataType<T> type, boolean isDefaulted, Binding<T, U> binding) Deprecated.- Please, re-generate your routine code.protected static final <T,
U> Parameter<U> AbstractRoutine.createParameter
(String name, DataType<T> type, boolean isDefaulted, Converter<T, U> converter) Deprecated.- Please, re-generate your routine code.protected static final <T,
X, U> Parameter<U> AbstractRoutine.createParameter
(String name, DataType<T> type, boolean isDefaulted, Converter<X, U> converter, Binding<T, X> binding) Deprecated.- Please, re-generate your routine code.static final <T> @NotNull Parameter<T>
Internal.createParameter
(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed) Factory method for parameters.static final <T,
U> @NotNull Parameter<U> Internal.createParameter
(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed, Binding<T, U> binding) Factory method for parameters.static final <T,
U> @NotNull Parameter<U> Internal.createParameter
(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed, Converter<T, U> converter) Factory method for parameters.static final <T,
X, U> @NotNull Parameter<U> Internal.createParameter
(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed, Converter<X, U> converter, Binding<T, X> binding) Factory method for parameters.Internal.createSequence
(String name, Schema schema, DataType<T> type) Factory method for sequences.Internal.createSequence
(String name, Schema schema, DataType<T> type, Number startWith, Number incrementBy, Number minvalue, Number maxvalue, boolean cycle, Number cache) Factory method for sequences.static <T> @NotNull Field<T>
Create aDEFAULT
keyword for use withINSERT
,UPDATE
, orMERGE
statements.static <T> @NotNull Field<T>
DSL.defaultValue
(DataType<T> type) Create aDEFAULT
keyword for use withINSERT
,UPDATE
, orMERGE
statements.DefaultDSLContext.fetchAsync
(ResultSet rs, DataType<?>... types) DefaultDSLContext.fetchAsync
(Executor executor, ResultSet rs, DataType<?>... types) DefaultDSLContext.fetchOptional
(ResultSet rs, DataType<?>... types) <T> Optional<T>
DefaultDSLContext.fetchOptionalValue
(ResultSet rs, DataType<T> type) DefaultDSLContext.fetchSingle
(ResultSet rs, DataType<?>... types) DefaultDSLContext.fetchStream
(ResultSet rs, DataType<?>... types) <T> T
DefaultDSLContext.fetchValue
(ResultSet rs, DataType<T> type) <T> List<T>
DefaultDSLContext.fetchValues
(ResultSet rs, DataType<T> type) static <T> @NotNull Field<T>
Create a "plain SQL" field.static <T> @NotNull Field<T>
Create a "plain SQL" field.static <T> @NotNull Field<T>
Create a "plain SQL" field.static <T> @NotNull Field<T>
Create a qualified field, given its (qualified) field name.static <T> @NotNull Field<T>
Create a qualified field, given its (qualified) field name.static <T> @NotNull Field<T>
Create a "plain SQL" field.<T> Field<T>
<T> Field<T>
static <T> @NotNull Field<T>
function()
can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T>
function()
can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static final <T> DataType<T>
DefaultDataType.getDataType
(SQLDialect dialect, Class<T> type, DataType<T> fallbackDataType) static <T> @NotNull Parameter<T>
Create anIN
parameter.static <T> @NotNull Parameter<T>
Create anIN
parameter.static <T> @NotNull Param<T>
Create a bind value, that is always inlined.static <T> @NotNull Parameter<T>
Create anIN OUT
parameter.static <T> @NotNull Parameter<T>
Create anIN OUT
parameter.static <T> @NotNull Field<T>
Return aField
that behaves like no field being present.protected static Field<?>[]
Deprecated, for removal: This API element is subject to removal in a future version.- [#11092] - 3.15.0 - This method will be removed without public replacement.protected static <T> Field<T>
Deprecated, for removal: This API element is subject to removal in a future version.- [#11092] - 3.15.0 - This method will be removed without public replacement.DSL.nullSafeList
(Field<?>[] fields, DataType<?> type) Deprecated, for removal: This API element is subject to removal in a future version.- [#11092] - 3.15.0 - This method will be removed without public replacement.static final <T> CustomField<T>
Create aCustomField
from a lambda expression.static final <T> CustomField<T>
Create aCustomField
from a lambda expression.static <T> @NotNull Parameter<T>
Create anOUT
parameter.static <T> @NotNull Parameter<T>
Create anOUT
parameter.static <T> @NotNull Param<T>
Create a named parameter with a defined type and no initial value.static <T> @NotNull Param<T>
Create an unnamed parameter with a defined type and no initial value.static <T> @NotNull Period<T>
Create a namedPeriod
reference.Deprecated, for removal: This API element is subject to removal in a future version.- 3.10 - [#6162] - UseDSL.sequence(Name, DataType)
instead.Create a qualified sequence, given its sequence name.static <T> @NotNull Period<T>
DSL.systemTime
(DataType<T> type) Create aSYSTEM_TIME
Period
reference.static <T> @NotNull Param<T>
Get a bind value with an associated type.static <T> @NotNull Param<T>
A synonym forDSL.val(Object, DataType)
to be used in Scala and Groovy, whereval
is a reserved keyword.static <T> @NotNull Field<T>
Create theVALUE
pseudo field for usage withDOMAIN
specifications.static <T> @NotNull Variable<T>
Create a local variable reference for use in procedural code.static <T> @NotNull Variable<T>
Create a local variable reference for use in procedural code.static <T> @NotNull Variable<T>
A synonym forDSL.var(Name, DataType)
to be used in Scala and Groovy, wherevar
is a reserved keyword.static <T> @NotNull Variable<T>
A synonym forDSL.var(Name, DataType)
to be used in Scala and Groovy, wherevar
is a reserved keyword.static <T> @NotNull Field<T>
DSL.xmlserializeContent
(Field<XML> value, DataType<T> type) TheXMLSERIALIZE_CONTENT
function.static <T> @NotNull Field<T>
DSL.xmlserializeContent
(XML value, DataType<T> type) TheXMLSERIALIZE_CONTENT
function.static <T> @NotNull Field<T>
DSL.xmlserializeDocument
(Field<XML> value, DataType<T> type) TheXMLSERIALIZE
function.static <T> @NotNull Field<T>
DSL.xmlserializeDocument
(XML value, DataType<T> type) TheXMLSERIALIZE
function.ModifierConstructorDescriptionprotected
AbstractRoutine
(String name, Schema schema, DataType<T> type) protected
protected
protected
AbstractRoutine
(String name, Schema schema, DataType<X> type, Converter<Y, T> converter, Binding<X, Y> binding) protected
protected
protected
AbstractRoutine
(String name, Schema schema, Package pkg, DataType<X> type, Converter<X, T> converter) protected
AbstractRoutine
(String name, Schema schema, Package pkg, DataType<X> type, Converter<Y, T> converter, Binding<X, Y> binding) protected
ArrayRecordImpl
(Schema schema, String name, DataType<T> type) Create an empty array recordprotected
ArrayRecordImpl
(Schema schema, String name, DataType<X> type, Binding<X, Y> binding) Create an empty array recordprotected
Create an empty array recordprotected
ArrayRecordImpl
(Schema schema, String name, DataType<X> type, Converter<Y, T> converter, Binding<X, Y> binding) Create an empty array recordprotected
Create an empty array recordprotected
Create an empty array recordprotected
ArrayRecordImpl
(Schema schema, Package pkg, String name, DataType<X> type, Converter<X, T> converter) Create an empty array recordprotected
ArrayRecordImpl
(Schema schema, Package pkg, String name, DataType<X> type, Converter<Y, T> converter, Binding<X, Y> binding) Create an empty array recordprotected
Create an empty array recordprotected
AssociativeArrayRecordImpl
(Schema schema, String name, DataType<X> type, DataType<K> indexDataType, Binding<X, Y> binding) Create an empty array recordprotected
AssociativeArrayRecordImpl
(Schema schema, String name, DataType<X> type, DataType<K> indexDataType, Converter<X, V> converter) Create an empty array recordprotected
AssociativeArrayRecordImpl
(Schema schema, String name, DataType<X> type, DataType<K> indexDataType, Converter<Y, V> converter, Binding<X, Y> binding) Create an empty array recordprotected
AssociativeArrayRecordImpl
(Schema schema, Package pkg, String name, DataType<V> type, DataType<K> indexDataType) Create an empty array recordprotected
AssociativeArrayRecordImpl
(Schema schema, Package pkg, String name, DataType<X> type, DataType<K> indexDataType, Binding<X, Y> binding) Create an empty array recordprotected
AssociativeArrayRecordImpl
(Schema schema, Package pkg, String name, DataType<X> type, DataType<K> indexDataType, Converter<X, V> converter) Create an empty array recordprotected
AssociativeArrayRecordImpl
(Schema schema, Package pkg, String name, DataType<X> type, DataType<K> indexDataType, Converter<Y, V> converter, Binding<X, Y> binding) Create an empty array recordBuiltInDataType
(SQLDialect dialect, DataType<T> sqlDataType, String typeName) Constructor for dialect specific data types.BuiltInDataType
(SQLDialect dialect, DataType<T> sqlDataType, String typeName, String castTypeName) Constructor for dialect specific data types.protected
CustomField
(String name, DataType<T> type) protected
CustomField
(Name name, DataType<T> type) DefaultDataType
(SQLDialect dialect, DataType<T> sqlDataType, String typeName) DefaultDataType
(SQLDialect dialect, DataType<T> sqlDataType, String typeName, String castTypeName) SequenceImpl
(String name, Schema schema, DataType<T> type) Deprecated. -
Uses of DataType in org.jooq.util.access
Modifier and TypeFieldDescriptionAccessDataType.__BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigInteger>
AccessDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
AccessDataType.__BLOB
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__BYTE
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__DATE
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
AccessDataType.__DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
AccessDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__NTEXT
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__TIME
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
AccessDataType.__VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
AccessDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.COUNTER
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
AccessDataType.IMAGE
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.LONGCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.LONGTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
AccessDataType.MONEY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
AccessDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.AccessDataType.UNIQUEIDENTIFIER
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.ase
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
ASEDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
ASEDataType.__BLOB
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
ASEDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.BIGDATETIME
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.BIGTIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ASEDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
ASEDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
ASEDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.DOUBLE_PRECISION
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ASEDataType.IMAGE
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.LONGSYSNAME
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
ASEDataType.MONEY
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
ASEDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.SMALLDATETIME
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
ASEDataType.SMALLMONEY
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.SYSNAME
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNICHAR
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNITEXT
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNIVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNSIGNEDBIGINT
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNSIGNEDINT
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNSIGNEDSMALLLINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ASEDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.ASEDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.auroramysql
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
AuroraMySQLDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
AuroraMySQLDataType.__DECIMALUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__DOUBLEUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__FLOATUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
AuroraMySQLDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
AuroraMySQLDataType.__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__REALUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
AuroraMySQLDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
AuroraMySQLDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BOOL
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
AuroraMySQLDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
AuroraMySQLDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.ENUM
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
AuroraMySQLDataType.LONGBLOB
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.LONGTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
AuroraMySQLDataType.MEDIUMBLOB
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.MEDIUMINT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.MEDIUMINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.MEDIUMTEXT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.SET
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
AuroraMySQLDataType.TINYBLOB
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TINYTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
AuroraMySQLDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.YEAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.aurorapostgres
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
AuroraPostgresDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
AuroraPostgresDataType.__BINARY
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__BIT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
AuroraPostgresDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
AuroraPostgresDataType.__VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.ACLITEM
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.ANY
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BIGSERIAL
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BITVARYING
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BOOL
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BPCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
AuroraPostgresDataType.BYTEA
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.CHARACTERVARYING
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.CID
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
AuroraPostgresDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.DOUBLEPRECISION
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.FLOAT4
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.FLOAT8
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INSTANT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INT2
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INT4
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INT8
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond>
AuroraPostgresDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond>
AuroraPostgresDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth>
AuroraPostgresDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.JSON
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.NAME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
AuroraPostgresDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.OID
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.OIDVECTOR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.REFCURSOR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.REGPROC
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SERIAL
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SERIAL2
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SERIAL4
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SERIAL8
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SMALLSERIAL
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TID
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime>
AuroraPostgresDataType.TIMESTAMPTZ
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TIMESTAMPWITHOUTTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime>
AuroraPostgresDataType.TIMESTAMPWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime>
AuroraPostgresDataType.TIMETZ
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TIMEWITHOUTTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime>
AuroraPostgresDataType.TIMEWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.UUID
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.VARBIT
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.VOID
Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.XID
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.bigquery
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
BigQueryDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__CHAR
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
BigQueryDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
BigQueryDataType.__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
BigQueryDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
BigQueryDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
BigQueryDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
BigQueryDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.cockroachdb
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
CockroachDBDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
CockroachDBDataType.__BINARY
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__BIT
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
CockroachDBDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
CockroachDBDataType.__VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BIGSERIAL
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BITVARYING
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
CockroachDBDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BOOL
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
CockroachDBDataType.BYTEA
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
CockroachDBDataType.BYTES
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.CHARACTERVARYING
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.CHARVARYING
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
CockroachDBDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
CockroachDBDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.DOUBLEPRECISION
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.FLOAT4
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.FLOAT8
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INSTANT
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INT2
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INT4
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INT8
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond>
CockroachDBDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond>
CockroachDBDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth>
CockroachDBDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.JSON
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.JSONB
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
CockroachDBDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SERIAL
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SERIAL2
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SERIAL4
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SERIAL8
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SMALLSERIAL
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.STRING
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime>
CockroachDBDataType.TIMESTAMPTZ
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TIMESTAMPWITHOUTTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime>
CockroachDBDataType.TIMESTAMPWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TIMEWITHOUTTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.UUID
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.VARBIT
Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.cubrid
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
CUBRIDDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__BIT
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__BOOL
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
CUBRIDDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
CUBRIDDataType.__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
CUBRIDDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
CUBRIDDataType.BITVARYING
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
CUBRIDDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CHARACTERVARYING
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CHARVARYING
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
CUBRIDDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
CUBRIDDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.DOUBLEPRECISION
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.ELO
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.ENUM
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.MONETARY
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.MULTISET
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
CUBRIDDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.OBJECT
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.OID
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.SEQUENCE
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.SET
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.SHORT
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.STRING
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
CUBRIDDataType.VARBIT
Deprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.db2
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
DB2DataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
DB2DataType.__BINARY
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__BIT
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
DB2DataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
DB2DataType.__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
DB2DataType.__VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DB2DataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DB2DataType.CHARFORBITDATA
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.DBCLOB
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
DB2DataType.DECFLOAT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
DB2DataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.GRAPHIC
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DB2DataType.VARCHARFORBITDATA
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.VARGRAPHIC
Deprecated, for removal: This API element is subject to removal in a future version.DB2DataType.XML
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.derby
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
DerbyDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
DerbyDataType.__BINARY
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__BIT
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
DerbyDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
DerbyDataType.__VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DerbyDataType.BINARYLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DerbyDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DerbyDataType.CHARACTERFORBITDATA
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHARACTERLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHARACTERVARYING
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DerbyDataType.CHARACTERVARYINGFORBITDATA
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DerbyDataType.CHARFORBITDATA
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHARVARYING
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DerbyDataType.CHARVARYINGFORBITDATA
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
DerbyDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
DerbyDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.DOUBLEPRECISION
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.JAVAIOSERIALIZABLE
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DerbyDataType.LONGVARCHARFORBITDATA
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
DerbyDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.ORGAPACHEDERBYCATALOGINDEXDESCRIPTOR
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.ORGAPACHEDERBYCATALOGTYPEDESCRIPTOR
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
DerbyDataType.VARCHARFORBITDATA
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.exasol
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
ExasolDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__RESULT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.BOOL
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.BYTEA
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
ExasolDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
ExasolDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.DOUBLEPRECISION
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.FLOAT4
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.FLOAT8
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.IDENTITY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.IMAGE
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INSTANT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INT2
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INT4
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INT8
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond>
ExasolDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth>
ExasolDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.JSON
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.JSONB
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.LONGBLOB
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.LONGTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.MEDIUMBLOB
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.MEDIUMINT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.MEDIUMTEXT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
ExasolDataType.NUMBER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
ExasolDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NVARCHAR2
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.OID
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.OTHER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.RAW
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.SIGNED
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.SMALLDATETIME
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime>
ExasolDataType.TIMESTAMPWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.TINYBLOB
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TINYTEXT
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.UUID
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
ExasolDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.VARCHAR_CASESENSITIVE
Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.VARCHAR_IGNORECASE
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.firebird
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
FirebirdDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
FirebirdDataType.__BINARY
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
FirebirdDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
FirebirdDataType.__VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
FirebirdDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
FirebirdDataType.BLOBSUBTYPE0
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BLOBSUBTYPE1
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
FirebirdDataType.BLOBSUBTYPEBINARY
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BLOBSUBTYPETEXT
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.CHARACTERVARYING
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.D_FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
FirebirdDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.DOUBLEPRECISION
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.INT64
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond>
FirebirdDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond>
FirebirdDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth>
FirebirdDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
FirebirdDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.OTHER
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.h2
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
H2DataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.__RESULT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.BINARYLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.BINARYVARYING
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.BOOL
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.BYTEA
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARACTERLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARACTERVARYING
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARVARYING
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
H2DataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
H2DataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.DOUBLEPRECISION
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.FLOAT4
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.FLOAT8
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.IDENTITY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.IMAGE
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.INSTANT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.INT2
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.INT4
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.INT8
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond>
H2DataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth>
H2DataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.JAVAOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.JSON
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.JSONB
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.LONGBLOB
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.LONGTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.MEDIUMBLOB
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.MEDIUMINT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.MEDIUMTEXT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHAR
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARACTERLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARACTERVARYING
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARVARYING
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NCHARLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
H2DataType.NUMBER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
H2DataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.NVARCHAR2
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.OTHER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.RAW
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.SIGNED
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.SMALLDATETIME
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime>
H2DataType.TIMESTAMPWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.TINYBLOB
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.TINYTEXT
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.UUID
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
H2DataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.VARCHAR_CASESENSITIVE
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.VARCHAR_IGNORECASE
Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.VARCHAR2
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.hana
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
HanaDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
HanaDataType.__BINARY
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__BIT
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__CHAR
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
HanaDataType.__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
HanaDataType.BINARYLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
HanaDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
HanaDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
HanaDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.HanaDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.hsqldb
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
HSQLDBDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
HSQLDBDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
HSQLDBDataType.BINARYLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
HSQLDBDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHARACTERLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHARACTERVARYING
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHARLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
HSQLDBDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.DOUBLEPRECISION
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.INSTANT
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond>
HSQLDBDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond>
HSQLDBDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth>
HSQLDBDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
HSQLDBDataType.LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
HSQLDBDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.OBJECT
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.OTHER
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.ROW
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TIMESTAMPWITHOUTTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime>
HSQLDBDataType.TIMESTAMPWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TIMEWITHOUTTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime>
HSQLDBDataType.TIMEWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.UUID
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
HSQLDBDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.VARCHARIGNORECASE
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.ignite
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
IgniteDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IgniteDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IgniteDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
IgniteDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IgniteDataType.LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
IgniteDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.OTHER
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.UUID
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IgniteDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.informix
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
InformixDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
InformixDataType.__BINARY
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__BIT
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
InformixDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
InformixDataType.__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__TIME
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
InformixDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
InformixDataType.BYTE
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
InformixDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
InformixDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.DOUBLE_PRECISION
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.INT8
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.LVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
InformixDataType.MONEY
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
InformixDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.SERIAL
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.SERIAL8
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.SMALLFLOAT
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.ingres
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
IngresDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.ANSIDATE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IngresDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IngresDataType.BINARYLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IngresDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IngresDataType.BYTE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.C
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHARACTER
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHARACTERLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHARACTERVARYING
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHARLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
IngresDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.DOUBLEPRECISION
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.FLOAT4
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.FLOAT8
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.I1
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.I2
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.I4
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.I8
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INGRESDATE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGER1
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGER2
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGER4
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGER8
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IngresDataType.LONGBYTE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NATIONALCHARACTERLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NCHARLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
IngresDataType.NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMESTAMPWITHLOCALTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMESTAMPWITHOUTTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMESTAMPWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMEWITHLOCALTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMEWITHOUTTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMEWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IngresDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
IngresDataType.VARBYTE
Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.mariadb
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
MariaDBDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
MariaDBDataType.__DECIMALUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__DOUBLEUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__FLOATUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
MariaDBDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
MariaDBDataType.__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__REALUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MariaDBDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MariaDBDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BOOL
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
MariaDBDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
MariaDBDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.ENUM
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.JSON
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MariaDBDataType.LONGBLOB
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.LONGTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MariaDBDataType.MEDIUMBLOB
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.MEDIUMINT
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.MEDIUMINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.MEDIUMTEXT
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.SET
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MariaDBDataType.TINYBLOB
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TINYTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MariaDBDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.YEAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.memsql
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
MemSQLDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__JSON
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
MemSQLDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
MemSQLDataType.__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MemSQLDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MemSQLDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BOOL
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
MemSQLDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
MemSQLDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.ENUM
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MemSQLDataType.LONGBLOB
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.LONGTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MemSQLDataType.MEDIUMBLOB
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.MEDIUMINT
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.MEDIUMINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.MEDIUMTEXT
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.SET
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MemSQLDataType.TINYBLOB
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TINYTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MemSQLDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.YEAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.mysql
Modifier and TypeFieldDescriptionprotected static final DataType<BigInteger>
MySQLDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
MySQLDataType.__DECIMALUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__DOUBLEUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__FLOATUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
MySQLDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal>
MySQLDataType.__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__REALUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MySQLDataType.BINARY
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BIT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MySQLDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BOOL
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.DATETIME
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
MySQLDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
MySQLDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.ENUM
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.JSON
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MySQLDataType.LONGBLOB
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.LONGTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MySQLDataType.MEDIUMBLOB
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.MEDIUMINT
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.MEDIUMINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.MEDIUMTEXT
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.REAL
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.SET
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TEXT
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TIME
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MySQLDataType.TINYBLOB
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TINYTEXT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
MySQLDataType.VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.YEAR
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.oracle
Modifier and TypeFieldDescriptionOracleDataType.__BIGINT
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigInteger>
OracleDataType.__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
OracleDataType.__BINARY
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__BIT
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__JSONB
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
OracleDataType.__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__REAL
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__TIME
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<OffsetDateTime>
OracleDataType.__TIMESTAMPWITHTZ
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<OffsetTime>
OracleDataType.__TIMEWITHTIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__UUID
Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]>
OracleDataType.__VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__XMLTYPE
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__YEAR
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
OracleDataType.BFILE
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.BINARY_DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.BINARY_FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.BINARY_INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]>
OracleDataType.BLOB
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.CHAR
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.CLOB
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.DATE
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
OracleDataType.DEC
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal>
OracleDataType.DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.DOUBLE_PRECISION
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.FLOAT
Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.INSTANT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigInteger>
OracleDataType.INT
Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigInteger>
OracleDataType.INTEGER
Deprecated, for removal: This API element is subject to removal in a future version. 
defaultValue(Field)
instead.