Uses of Interface
org.jooq.DataType
Packages that use 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, ornullif no field is available at the index.@Nullable DataType<?> Get the field data type for a given qualified field name, ornullif no field is known to this type by this name.@Nullable DataType<?> Get the field data type for a given qualified field name, ornullif 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 theDEFAULTvalue for this data type.Specify an expression to be applied as theDEFAULTvalue for this data type.DataType.defaultValue(Field<T> defaultValue) Specify an expression to be applied as theDEFAULTvalue for this data type.DataType.defaultValue(T defaultValue) Specify an expression to be applied as theDEFAULTvalue 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), passingfalseas an argument.DataType.null_()Synonym fornullable(boolean), passingtrueas 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 aDataTypeexpression 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 AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.addColumnIfNotExists(String field, DataType<?> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAlterTableStep.addColumnIfNotExists(Field<T> field, DataType<T> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.addColumnIfNotExists(Name field, DataType<?> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.addIfNotExists(String field, DataType<?> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAlterTableStep.addIfNotExists(Field<T> field, DataType<T> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.addIfNotExists(Name field, DataType<?> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.<T> @NotNull CreateDomainDefaultStep<T> Add theASclause to theCREATE DOMAINstatement.<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 CreateTableElementListStepAdd theCOLUMNclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theCOLUMNclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theCOLUMNclause to theCREATE TABLEstatement.@NotNull JSONTableColumnPathStepAdd a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepAdd a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepAdd a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@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 newCompletionStagethat is asynchronously completed by a task running in the given executor.@Nullable RecordDSLContext.fetchOptional(ResultSet rs, DataType<?>... types) <T> @NotNull Optional<T> DSLContext.fetchOptionalValue(ResultSet rs, DataType<T> type) Fetch a record from a JDBCResultSetand return the only contained value.@NotNull RecordDSLContext.fetchSingle(ResultSet rs, DataType<?>... types) DSLContext.fetchStream(ResultSet rs, DataType<?>... types) <T> TDSLContext.fetchValue(ResultSet rs, DataType<T> type) Fetch a record from a JDBCResultSetand return the only contained value.<T> @NotNull List<T> DSLContext.fetchValues(ResultSet rs, DataType<T> type) Fetch a result from a JDBCResultSetand return the only contained column's values.<T> @Nullable Field<T> Get a field known to this type by index coerced todataTypeusingField.coerce(DataType), ornullif no field is available at the index.<T> @Nullable Field<T> Get a field known to this type by unqualified name coerced todataTypeusingField.coerce(DataType), ornullif 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 todataTypeusingField.coerce(DataType), ornullif no field is known to this type by this name.@NotNull AggregateFilterStep<T> Add aRETURNINGclause to theJSON_ARRAYAGGfunction.Add theRETURNINGclause to theJSON ARRAYfunction.@NotNull AggregateFilterStep<T> Add aRETURNINGclause to theJSON_ARRAYAGGfunction.Add theRETURNINGclause to theJSON OBJECTfunction.Add theRETURNINGclause to theJSON VALUEfunction.@NotNull CreateFunctionCharacteristicsStepAdd theRETURNSclause to theCREATE FUNCTIONstatement.@NotNull AlterTableFinalStepSpecify a new column data type. -
Uses of DataType in org.jooq.impl
Classes in org.jooq.impl that implement DataTypeModifier and TypeClassDescriptionclassAn internal marker subtype ofDefaultDataType, to be used only by built-in data types inSQLDataTypeand dialect specific data type classes, such as e.g.classA common base class for data types.Fields in org.jooq.impl declared as DataTypeModifier and TypeFieldDescriptionSQLDataType.BIGINTTheTypes.BIGINTtype.SQLDataType.BIGINTUNSIGNEDThe unsignedTypes.BIGINTtype.static final DataType<byte[]> SQLDataType.BINARYTheTypes.BINARYtype.SQLDataType.BITTheTypes.BITtype.static final DataType<byte[]> SQLDataType.BLOBTheTypes.BLOBtype.SQLDataType.BOOLEANTheTypes.BOOLEANtype.SQLDataType.CHARTheTypes.CHARtype.SQLDataType.CLOBTheTypes.CLOBtype.SQLDataType.DATETheTypes.DATEtype.static final DataType<BigDecimal> SQLDataType.DECIMALTheTypes.DECIMALtype.static final DataType<BigInteger> SQLDataType.DECIMAL_INTEGERThe zero-scaleTypes.DECIMALtype.SQLDataType.DOUBLETheTypes.DOUBLEtype.SQLDataType.FLOATTheTypes.FLOATtype.SQLDataType.GEOGRAPHYTheGeographytype.SQLDataType.GEOMETRYTheGeometrytype.SQLDataType.INSTANTATypes.TIMESTAMP_WITH_TIMEZONEtype that uses UTC as time zone.SQLDataType.INTEGERTheTypes.INTEGERtype.SQLDataType.INTEGERUNSIGNEDThe unsignedTypes.INTEGERtype.static final DataType<YearToSecond> SQLDataType.INTERVALA vendor specificINTERVAL YEAR TO SECONDdata type, which combinesSQLDataType.INTERVALYEARTOMONTHandSQLDataType.INTERVALDAYTOSECOND.static final DataType<DayToSecond> SQLDataType.INTERVALDAYTOSECONDThe SQL standardINTERVAL DAY TO SECONDdata type.static final DataType<YearToMonth> SQLDataType.INTERVALYEARTOMONTHThe SQL standardINTERVAL YEAR TO MONTHdata type.SQLDataType.JSONTheJSONtype.SQLDataType.JSONBTheJSONBtype.SQLDataType.LOCALDATETheTypes.DATEtype.static final DataType<LocalDateTime> SQLDataType.LOCALDATETIMETheTypes.TIMESTAMPtype.SQLDataType.LOCALTIMETheTypes.TIMEtype.SQLDataType.LONGNVARCHARTheTypes.LONGNVARCHARtype.static final DataType<byte[]> SQLDataType.LONGVARBINARYTheTypes.LONGVARBINARYtype.SQLDataType.LONGVARCHARTheTypes.LONGVARCHARtype.SQLDataType.NCHARTheTypes.NCHARtype.SQLDataType.NCLOBTheTypes.NCLOBtype.static final DataType<BigDecimal> SQLDataType.NUMERICTheTypes.NUMERICtype.SQLDataType.NVARCHARTheTypes.NVARCHARtype.static final DataType<OffsetDateTime> SQLDataType.OFFSETDATETIMETheTypes.TIMESTAMP_WITH_TIMEZONEtype.static final DataType<OffsetTime> SQLDataType.OFFSETTIMETheTypes.TIME_WITH_TIMEZONEtype.SQLDataType.OTHERTheTypes.OTHERtype.SQLDataType.REALTheTypes.REALtype.SQLDataType.RECORDTheTypes.STRUCTtype.SQLDataType.RESULTTheResultSettype.SQLDataType.ROWIDTheTypes.ROWIDtype.SQLDataType.SMALLINTTheTypes.SMALLINTtype.SQLDataType.SMALLINTUNSIGNEDThe unsignedTypes.SMALLINTtype.SQLDataType.TIMETheTypes.TIMEtype.SQLDataType.TIMESTAMPTheTypes.TIMESTAMPtype.static final DataType<OffsetDateTime> SQLDataType.TIMESTAMPWITHTIMEZONETheTypes.TIMESTAMP_WITH_TIMEZONEtype.static final DataType<OffsetTime> SQLDataType.TIMEWITHTIMEZONETheTypes.TIME_WITH_TIMEZONEtype.SQLDataType.TINYINTTheTypes.TINYINTtype.SQLDataType.TINYINTUNSIGNEDThe unsignedTypes.TINYINTtype.SQLDataType.UUIDTheUUIDtype.static final DataType<byte[]> SQLDataType.VARBINARYTheTypes.VARBINARYtype.SQLDataType.VARCHARTheTypes.VARCHARtype.SQLDataType.XMLTheXMLtype.SQLDataType.YEARATypes.SMALLINTtype that represents a year.Methods in org.jooq.impl that return DataTypeModifier and TypeMethodDescriptionQOM.CreateDomain.$dataType()QOM.TryCast.$dataType()The data type to try to cast the value todefault @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.BINARYtype.static final DataType<byte[]> SQLDataType.BLOB(int length) TheTypes.BLOBtype.SQLDataType.CHAR(int length) TheTypes.CHARtype.SQLDataType.CLOB(int length) TheTypes.CLOBtype.static final DataType<BigDecimal> SQLDataType.DECIMAL(int precision) TheTypes.DECIMALtype.static final DataType<BigDecimal> SQLDataType.DECIMAL(int precision, int scale) TheTypes.DECIMALtype.static final DataType<BigInteger> SQLDataType.DECIMAL_INTEGER(int precision) The zero-scaleTypes.DECIMALtype.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_TIMEZONEtype that uses UTC as time zone.static final DataType<LocalDateTime> SQLDataType.LOCALDATETIME(int precision) TheTypes.TIMESTAMPtype.SQLDataType.LOCALTIME(int precision) TheTypes.TIMEtype.SQLDataType.LONGNVARCHAR(int length) TheTypes.LONGNVARCHARtype.static final DataType<byte[]> SQLDataType.LONGVARBINARY(int length) TheTypes.LONGVARBINARYtype.SQLDataType.LONGVARCHAR(int length) TheTypes.LONGVARCHARtype.SQLDataType.NCHAR(int length) TheTypes.NCHARtype.SQLDataType.NCLOB(int length) TheTypes.NCLOBtype.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.NUMERICtype.static final DataType<BigDecimal> SQLDataType.NUMERIC(int precision, int scale) TheTypes.NUMERICtype.SQLDataType.NVARCHAR(int length) TheTypes.NVARCHARtype.static final DataType<OffsetDateTime> SQLDataType.OFFSETDATETIME(int precision) TheTypes.TIMESTAMP_WITH_TIMEZONEtype.static final DataType<OffsetTime> SQLDataType.OFFSETTIME(int precision) TheTypes.TIME_WITH_TIMEZONEtype.SQLDataType.TIME(int precision) TheTypes.TIMEtype.SQLDataType.TIMESTAMP(int precision) TheTypes.TIMESTAMPtype.static final DataType<OffsetDateTime> SQLDataType.TIMESTAMPWITHTIMEZONE(int precision) TheTypes.TIMESTAMP_WITH_TIMEZONEtype.static final DataType<OffsetTime> SQLDataType.TIMEWITHTIMEZONE(int precision) TheTypes.TIME_WITH_TIMEZONEtype.static final DataType<byte[]> SQLDataType.VARBINARY(int length) TheTypes.VARBINARYtype.SQLDataType.VARCHAR(int length) TheTypes.VARCHARtype.Methods in org.jooq.impl with parameters of type DataTypeModifier and TypeMethodDescription@NotNull QOM.CreateDomain<T> default @NotNull QOM.TryCast<T> The data type to try to cast the value todefault @NotNull QOM.JSONArray<T> QOM.JSONArray.$returning(DataType<?> newReturning) default @NotNull QOM.JSONObject<T> QOM.JSONObject.$returning(DataType<?> newReturning) @NotNull QOM.CreateFunctiondefault @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 createUDTFieldobjects that are linked to this table.UDTImpl.createField(Name name, DataType<T> type, UDT<R> udt, String comment) Subclasses may call this method to createUDTFieldobjects that are linked to this table.Subclasses may call this method to createUDTFieldobjects 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 createUDTFieldobjects 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 createUDTFieldobjects 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 final <T,P extends UDTField<?, T>>
PInternal.createUDTPathField(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, Class<P> returnType) static final <T,P extends UDTField<?, T>>
PInternal.createUDTPathField(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, String comment, Class<P> returnType) static final <T,U, P extends UDTField<?, U>>
PInternal.createUDTPathField(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, String comment, Class<P> returnType, Binding<T, U> binding) static final <T,U, P extends UDTField<?, U>>
PInternal.createUDTPathField(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, String comment, Class<P> returnType, Converter<T, U> converter) static final <T,X, U, P extends UDTField<?, U>>
PInternal.createUDTPathField(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, String comment, Class<P> returnType, Converter<X, U> converter, Binding<T, X> binding) static final <R extends Record,T, P extends UDTPathTableField<R, ?, T>>
PInternal.createUDTPathTableField(Name name, DataType<T> type, Table<R> table, Class<P> returnType) static final <R extends Record,T, P extends UDTPathTableField<R, ?, T>>
PInternal.createUDTPathTableField(Name name, DataType<T> type, Table<R> table, String comment, Class<P> returnType) static final <R extends Record,T, U, P extends UDTPathTableField<R, ?, U>>
PInternal.createUDTPathTableField(Name name, DataType<T> type, Table<R> table, String comment, Class<P> returnType, Binding<T, U> binding) static final <R extends Record,T, U, P extends UDTPathTableField<R, ?, U>>
PInternal.createUDTPathTableField(Name name, DataType<T> type, Table<R> table, String comment, Class<P> returnType, Converter<T, U> converter) static final <R extends Record,T, X, U, P extends UDTPathTableField<R, ?, U>>
PInternal.createUDTPathTableField(Name name, DataType<T> type, Table<R> table, String comment, Class<P> returnType, Converter<X, U> converter, Binding<T, X> binding) static final <R extends Record,TR extends Table<R>, T, U, P extends UDTPathTableField<R, ?, U>>
PInternal.createUDTPathTableField(Name name, DataType<T> type, TR table, String comment, Class<P> returnType, Binding<T, U> binding, Generator<R, TR, U> generator) static final <R extends Record,TR extends Table<R>, T, U, P extends UDTPathTableField<R, ?, U>>
PInternal.createUDTPathTableField(Name name, DataType<T> type, TR table, String comment, Class<P> returnType, Converter<T, U> converter, Generator<R, TR, U> generator) static final <R extends Record,TR extends Table<R>, T, X, U, P extends UDTPathTableField<R, ?, U>>
PInternal.createUDTPathTableField(Name name, DataType<T> type, TR table, String comment, Class<P> returnType, Converter<X, U> converter, Binding<T, X> binding, Generator<R, TR, U> generator) static final <R extends Record,TR extends Table<R>, T, P extends UDTPathTableField<R, ?, T>>
PInternal.createUDTPathTableField(Name name, DataType<T> type, TR table, String comment, Class<P> returnType, Generator<R, TR, T> generator) static <T> @NotNull Field<T> Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static <T> @NotNull Field<T> DSL.defaultValue(DataType<T> type) Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static <T> @NotNull Domain<T> Create aDOMAINreference.static <T> @NotNull Domain<T> Create aDOMAINreference.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> TDefaultDSLContext.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 anINparameter.static <T> @NotNull Parameter<T> Create anINparameter.static <T> @NotNull Param<T> Create a bind value, that is always inlined.static <T> @NotNull Parameter<T> Create anIN OUTparameter.static <T> @NotNull Parameter<T> Create anIN OUTparameter.static <T> @NotNull Field<T> Return aFieldthat 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 aCustomFieldfrom a lambda expression.static final <T> CustomField<T> Create aCustomFieldfrom a lambda expression.static <T> @NotNull Parameter<T> Create anOUTparameter.static <T> @NotNull Parameter<T> Create anOUTparameter.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 namedPeriodreference.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_TIMEPeriodreference.static <T> @NotNull Field<T> TheTRY_CASTfunction.static <T> @NotNull Field<T> TheTRY_CASTfunction.static <T> @NotNull Type<T> Create a qualified type, given its type name.static <T> @NotNull Type<T> Create a qualified type, given its type name.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, wherevalis a reserved keyword.static <T> @NotNull Field<T> Create theVALUEpseudo field for usage withDOMAINspecifications.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, wherevaris a reserved keyword.static <T> @NotNull Variable<T> A synonym forDSL.var(Name, DataType)to be used in Scala and Groovy, wherevaris a reserved keyword.static <T> @NotNull Field<T> DSL.xmlserializeContent(Field<XML> value, DataType<T> type) TheXMLSERIALIZE_CONTENTfunction.static <T> @NotNull Field<T> DSL.xmlserializeContent(XML value, DataType<T> type) TheXMLSERIALIZE_CONTENTfunction.static <T> @NotNull Field<T> DSL.xmlserializeDocument(Field<XML> value, DataType<T> type) TheXMLSERIALIZEfunction.static <T> @NotNull Field<T> DSL.xmlserializeDocument(XML value, DataType<T> type) TheXMLSERIALIZEfunction.Constructors in org.jooq.impl with parameters of type DataTypeModifierConstructorDescriptionprotectedAbstractRoutine(String name, Schema schema, DataType<T> type) protectedprotectedprotectedAbstractRoutine(String name, Schema schema, DataType<X> type, Converter<Y, T> converter, Binding<X, Y> binding) protectedprotectedprotectedAbstractRoutine(String name, Schema schema, Package pkg, DataType<X> type, Converter<X, T> converter) protectedAbstractRoutine(String name, Schema schema, Package pkg, DataType<X> type, Converter<Y, T> converter, Binding<X, Y> binding) protectedArrayRecordImpl(Schema schema, String name, DataType<T> type) Create an empty array recordprotectedArrayRecordImpl(Schema schema, String name, DataType<X> type, Binding<X, Y> binding) Create an empty array recordprotectedCreate an empty array recordprotectedArrayRecordImpl(Schema schema, String name, DataType<X> type, Converter<Y, T> converter, Binding<X, Y> binding) Create an empty array recordprotectedCreate an empty array recordprotectedCreate an empty array recordprotectedArrayRecordImpl(Schema schema, Package pkg, String name, DataType<X> type, Converter<X, T> converter) Create an empty array recordprotectedArrayRecordImpl(Schema schema, Package pkg, String name, DataType<X> type, Converter<Y, T> converter, Binding<X, Y> binding) Create an empty array recordprotectedCreate an empty array recordprotectedAssociativeArrayRecordImpl(Schema schema, String name, DataType<X> type, DataType<K> indexDataType, Binding<X, Y> binding) Create an empty array recordprotectedAssociativeArrayRecordImpl(Schema schema, String name, DataType<X> type, DataType<K> indexDataType, Converter<X, V> converter) Create an empty array recordprotectedAssociativeArrayRecordImpl(Schema schema, String name, DataType<X> type, DataType<K> indexDataType, Converter<Y, V> converter, Binding<X, Y> binding) Create an empty array recordprotectedAssociativeArrayRecordImpl(Schema schema, Package pkg, String name, DataType<V> type, DataType<K> indexDataType) Create an empty array recordprotectedAssociativeArrayRecordImpl(Schema schema, Package pkg, String name, DataType<X> type, DataType<K> indexDataType, Binding<X, Y> binding) Create an empty array recordprotectedAssociativeArrayRecordImpl(Schema schema, Package pkg, String name, DataType<X> type, DataType<K> indexDataType, Converter<X, V> converter) Create an empty array recordprotectedAssociativeArrayRecordImpl(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.protectedCustomField(String name, DataType<T> type) protectedCustomField(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.UDTPathTableFieldImpl(Name name, DataType<T> type, RecordQualifier<R> qualifier, UDT<U> udt, Comment comment, Binding<?, T> binding) -
Uses of DataType in org.jooq.util.access
Fields in org.jooq.util.access declared as DataTypeModifier and TypeFieldDescriptionAccessDataType.__BIGINTDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigInteger> AccessDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> AccessDataType.__BLOBDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__BYTEDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__DATEDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> AccessDataType.__DECIMALDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> AccessDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__NTEXTDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__TIMEDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> AccessDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__VARCHARDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> AccessDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.COUNTERDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> AccessDataType.IMAGEDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.LONGCHARDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.LONGTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> AccessDataType.MONEYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> AccessDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.AccessDataType.UNIQUEIDENTIFIERDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.ase
Fields in org.jooq.util.ase declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> ASEDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> ASEDataType.__BLOBDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> ASEDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.BIGDATETIMEDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.BIGTIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ASEDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> ASEDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> ASEDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.DOUBLE_PRECISIONDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ASEDataType.IMAGEDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.LONGSYSNAMEDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> ASEDataType.MONEYDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> ASEDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.SMALLDATETIMEDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> ASEDataType.SMALLMONEYDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.SYSNAMEDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNICHARDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNITEXTDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNIVARCHARDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNSIGNEDBIGINTDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNSIGNEDINTDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.UNSIGNEDSMALLLINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ASEDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.ASEDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.auroramysql
Fields in org.jooq.util.auroramysql declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> AuroraMySQLDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> AuroraMySQLDataType.__DECIMALUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__DOUBLEUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__FLOATUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> AuroraMySQLDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> AuroraMySQLDataType.__NUMERICDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__REALUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> AuroraMySQLDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> AuroraMySQLDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> AuroraMySQLDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> AuroraMySQLDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.ENUMDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> AuroraMySQLDataType.LONGBLOBDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.LONGTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> AuroraMySQLDataType.MEDIUMBLOBDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.MEDIUMINTDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.MEDIUMINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.MEDIUMTEXTDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.SETDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> AuroraMySQLDataType.TINYBLOBDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.TINYTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> AuroraMySQLDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.YEARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> AuroraPostgresDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> AuroraPostgresDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> AuroraPostgresDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> AuroraPostgresDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.ACLITEMDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.ANYDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BIGSERIALDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BITVARYINGDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.BPCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> AuroraPostgresDataType.BYTEADeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.CIDDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> AuroraPostgresDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.FLOAT4Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.FLOAT8Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INT2Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INT4Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INT8Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond> AuroraPostgresDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> AuroraPostgresDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> AuroraPostgresDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.NAMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> AuroraPostgresDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.OIDDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.OIDVECTORDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.REFCURSORDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.REGPROCDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SERIALDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SERIAL2Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SERIAL4Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SERIAL8Deprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.SMALLSERIALDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TIDDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> AuroraPostgresDataType.TIMESTAMPTZDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TIMESTAMPWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> AuroraPostgresDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime> AuroraPostgresDataType.TIMETZDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.TIMEWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime> AuroraPostgresDataType.TIMEWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.UUIDDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.VARBITDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.VOIDDeprecated, for removal: This API element is subject to removal in a future version.AuroraPostgresDataType.XIDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.bigquery
Fields in org.jooq.util.bigquery declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> BigQueryDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__CHARDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__CLOBDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> BigQueryDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> BigQueryDataType.__NUMERICDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> BigQueryDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> BigQueryDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> BigQueryDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> BigQueryDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.BigQueryDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> CockroachDBDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> CockroachDBDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> CockroachDBDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> CockroachDBDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BIGSERIALDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BITVARYINGDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> CockroachDBDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> CockroachDBDataType.BYTEADeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> CockroachDBDataType.BYTESDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.CHARVARYINGDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> CockroachDBDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> CockroachDBDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.FLOAT4Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.FLOAT8Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INT2Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INT4Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INT8Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond> CockroachDBDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> CockroachDBDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> CockroachDBDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.JSONBDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> CockroachDBDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SERIALDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SERIAL2Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SERIAL4Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SERIAL8Deprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.SMALLSERIALDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.STRINGDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> CockroachDBDataType.TIMESTAMPTZDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TIMESTAMPWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> CockroachDBDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.TIMEWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.UUIDDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.VARBITDeprecated, for removal: This API element is subject to removal in a future version.CockroachDBDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.cubrid
Fields in org.jooq.util.cubrid declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> CUBRIDDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__BOOLDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__FLOATDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> CUBRIDDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> CUBRIDDataType.__NUMERICDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> CUBRIDDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> CUBRIDDataType.BITVARYINGDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> CUBRIDDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CHARVARYINGDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> CUBRIDDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> CUBRIDDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.ELODeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.ENUMDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.MONETARYDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.MULTISETDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> CUBRIDDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.OBJECTDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.OIDDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.SEQUENCEDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.SETDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.SHORTDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.STRINGDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> CUBRIDDataType.VARBITDeprecated, for removal: This API element is subject to removal in a future version.CUBRIDDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.db2
Fields in org.jooq.util.db2 declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> DB2DataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> DB2DataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> DB2DataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> DB2DataType.__NUMERICDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> DB2DataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DB2DataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DB2DataType.CHARFORBITDATADeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.DBCLOBDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> DB2DataType.DECFLOATDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> DB2DataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.GRAPHICDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.REALDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DB2DataType.VARCHARFORBITDATADeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.VARGRAPHICDeprecated, for removal: This API element is subject to removal in a future version.DB2DataType.XMLDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.derby
Fields in org.jooq.util.derby declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> DerbyDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> DerbyDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> DerbyDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> DerbyDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DerbyDataType.BINARYLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DerbyDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DerbyDataType.CHARACTERFORBITDATADeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHARACTERLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DerbyDataType.CHARACTERVARYINGFORBITDATADeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DerbyDataType.CHARFORBITDATADeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CHARVARYINGDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DerbyDataType.CHARVARYINGFORBITDATADeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> DerbyDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> DerbyDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.JAVAIOSERIALIZABLEDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DerbyDataType.LONGVARCHARFORBITDATADeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> DerbyDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.ORGAPACHEDERBYCATALOGINDEXDESCRIPTORDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.ORGAPACHEDERBYCATALOGTYPEDESCRIPTORDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.DerbyDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> DerbyDataType.VARCHARFORBITDATADeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.exasol
Fields in org.jooq.util.exasol declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> ExasolDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__RESULTDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.BYTEADeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> ExasolDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> ExasolDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.FLOAT4Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.FLOAT8Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.IDENTITYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.IMAGEDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INT2Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INT4Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INT8Deprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> ExasolDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> ExasolDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.JSONBDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.LONGBLOBDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.LONGTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.MEDIUMBLOBDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.MEDIUMINTDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.MEDIUMTEXTDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NCLOBDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> ExasolDataType.NUMBERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> ExasolDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.NVARCHAR2Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.OIDDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.OTHERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.RAWDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.SIGNEDDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.SMALLDATETIMEDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> ExasolDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.TINYBLOBDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.TINYTEXTDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.UUIDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> ExasolDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.VARCHAR_CASESENSITIVEDeprecated, for removal: This API element is subject to removal in a future version.ExasolDataType.VARCHAR_IGNORECASEDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.firebird
Fields in org.jooq.util.firebird declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> FirebirdDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> FirebirdDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__FLOATDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> FirebirdDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> FirebirdDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> FirebirdDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> FirebirdDataType.BLOBSUBTYPE0Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BLOBSUBTYPE1Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> FirebirdDataType.BLOBSUBTYPEBINARYDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BLOBSUBTYPETEXTDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.D_FLOATDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> FirebirdDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.INT64Deprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond> FirebirdDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> FirebirdDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> FirebirdDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> FirebirdDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.OTHERDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.FirebirdDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.h2
Fields in org.jooq.util.h2 declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> H2DataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.__RESULTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.BINARYLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.BINARYVARYINGDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.BYTEADeprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARACTERLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.CHARVARYINGDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> H2DataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> H2DataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.FLOAT4Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.FLOAT8Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.IDENTITYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.IMAGEDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.INTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.INT2Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.INT4Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.INT8Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> H2DataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> H2DataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.JAVAOBJECTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.JSONBDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.LONGBLOBDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.LONGTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.MEDIUMBLOBDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.MEDIUMINTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.MEDIUMTEXTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARACTERDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARACTERLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NATIONALCHARVARYINGDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NCHARLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NCLOBDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> H2DataType.NUMBERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> H2DataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.NVARCHAR2Deprecated, for removal: This API element is subject to removal in a future version.H2DataType.OTHERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.RAWDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.REALDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.SIGNEDDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.SMALLDATETIMEDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> H2DataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.TINYBLOBDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.TINYTEXTDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.UUIDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> H2DataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.VARCHAR_CASESENSITIVEDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.VARCHAR_IGNORECASEDeprecated, for removal: This API element is subject to removal in a future version.H2DataType.VARCHAR2Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.hana
Fields in org.jooq.util.hana declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> HanaDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> HanaDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__CHARDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__FLOATDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> HanaDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> HanaDataType.__NUMERICDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> HanaDataType.BINARYLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> HanaDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> HanaDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> HanaDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.HanaDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> HSQLDBDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> HSQLDBDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> HSQLDBDataType.BINARYLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> HSQLDBDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHARACTERLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CHARLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> HSQLDBDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond> HSQLDBDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> HSQLDBDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> HSQLDBDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> HSQLDBDataType.LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> HSQLDBDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.OBJECTDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.OTHERDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.ROWDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TIMESTAMPWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> HSQLDBDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TIMEWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime> HSQLDBDataType.TIMEWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.UUIDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> HSQLDBDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.HSQLDBDataType.VARCHARIGNORECASEDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.ignite
Fields in org.jooq.util.ignite declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> IgniteDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IgniteDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IgniteDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> IgniteDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IgniteDataType.LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> IgniteDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.OTHERDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.UUIDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IgniteDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.IgniteDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.informix
Fields in org.jooq.util.informix declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> InformixDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> InformixDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> InformixDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> InformixDataType.__NUMERICDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__TIMEDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> InformixDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> InformixDataType.BYTEDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> InformixDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> InformixDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.DOUBLE_PRECISIONDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.INT8Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.LVARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> InformixDataType.MONEYDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> InformixDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.SERIALDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.SERIAL8Deprecated, for removal: This API element is subject to removal in a future version.InformixDataType.SMALLFLOATDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.InformixDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.ingres
Fields in org.jooq.util.ingres declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> IngresDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.ANSIDATEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IngresDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IngresDataType.BINARYLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IngresDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IngresDataType.BYTEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHARACTERLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CHARLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> IngresDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.FLOAT4Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.FLOAT8Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.I1Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.I2Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.I4Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.I8Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INGRESDATEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGER1Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGER2Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGER4Deprecated, for removal: This API element is subject to removal in a future version.IngresDataType.INTEGER8Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IngresDataType.LONGBYTEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NATIONALCHARACTERLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NCHARLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NCLOBDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> IngresDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMESTAMPWITHLOCALTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMESTAMPWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMEWITHLOCALTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMEWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TIMEWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IngresDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> IngresDataType.VARBYTEDeprecated, for removal: This API element is subject to removal in a future version.IngresDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.mariadb
Fields in org.jooq.util.mariadb declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> MariaDBDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> MariaDBDataType.__DECIMALUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__DOUBLEUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__FLOATUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> MariaDBDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> MariaDBDataType.__NUMERICDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__REALUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MariaDBDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MariaDBDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> MariaDBDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> MariaDBDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.ENUMDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MariaDBDataType.LONGBLOBDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.LONGTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MariaDBDataType.MEDIUMBLOBDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.MEDIUMINTDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.MEDIUMINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.MEDIUMTEXTDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.SETDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MariaDBDataType.TINYBLOBDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.TINYTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MariaDBDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.YEARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.memsql
Fields in org.jooq.util.memsql declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> MemSQLDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> MemSQLDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> MemSQLDataType.__NUMERICDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MemSQLDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MemSQLDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> MemSQLDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> MemSQLDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.ENUMDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MemSQLDataType.LONGBLOBDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.LONGTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MemSQLDataType.MEDIUMBLOBDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.MEDIUMINTDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.MEDIUMINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.MEDIUMTEXTDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.SETDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MemSQLDataType.TINYBLOBDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.TINYTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MemSQLDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.YEARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.mysql
Fields in org.jooq.util.mysql declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> MySQLDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> MySQLDataType.__DECIMALUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__DOUBLEUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__FLOATUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> MySQLDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> MySQLDataType.__NUMERICDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__REALUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MySQLDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MySQLDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> MySQLDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> MySQLDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.ENUMDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MySQLDataType.LONGBLOBDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.LONGTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MySQLDataType.MEDIUMBLOBDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.MEDIUMINTDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.MEDIUMINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.MEDIUMTEXTDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.SETDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MySQLDataType.TINYBLOBDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.TINYTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> MySQLDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.YEARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.oracle
Fields in org.jooq.util.oracle declared as DataTypeModifier and TypeFieldDescriptionOracleDataType.__BIGINTDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigInteger> OracleDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> OracleDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__FLOATDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__INTEGERDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> OracleDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__REALDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__TIMEDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<OffsetDateTime> OracleDataType.__TIMESTAMPWITHTZDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<OffsetTime> OracleDataType.__TIMEWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> OracleDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__XMLTYPEDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> OracleDataType.BFILEDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.BINARY_DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.BINARY_FLOATDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.BINARY_INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> OracleDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> OracleDataType.DECDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> OracleDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.DOUBLE_PRECISIONDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigInteger> OracleDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigInteger> OracleDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond> OracleDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> OracleDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> OracleDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.LONGDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> OracleDataType.LONGRAWDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.NATURALDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.NATURALNDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.NCLOBDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> OracleDataType.NUMBERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> OracleDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.NVARCHAR2Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.PLS_BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.PLS_INTEGERDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.POSITIVEDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.POSITIVENDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> OracleDataType.RAWDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.REF_CURSORDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.SDO_GEOMETRYDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.SIGNTYPEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigInteger> OracleDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> OracleDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.OracleDataType.VARCHAR2Deprecated, for removal: This API element is subject to removal in a future version.OracleDataType.XMLTYPEDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.postgres
Fields in org.jooq.util.postgres declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> PostgresDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> PostgresDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> PostgresDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> PostgresDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.ACLITEMDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.ANYDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.BIGSERIALDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.BITVARYINGDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.BPCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> PostgresDataType.BYTEADeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.CIDDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> PostgresDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.FLOAT4Deprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.FLOAT8Deprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.INT2Deprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.INT4Deprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.INT8Deprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond> PostgresDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> PostgresDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> PostgresDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.JSONBDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.NAMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> PostgresDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.OIDDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.OIDVECTORDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.RECORDDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.REFCURSORDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.REGPROCDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.SERIALDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.SERIAL2Deprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.SERIAL4Deprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.SERIAL8Deprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.SMALLSERIALDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.TIDDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> PostgresDataType.TIMESTAMPTZDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.TIMESTAMPWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> PostgresDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime> PostgresDataType.TIMETZDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.TIMEWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime> PostgresDataType.TIMEWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.UUIDDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.VARBITDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.VOIDDeprecated, for removal: This API element is subject to removal in a future version.PostgresDataType.XIDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.redshift
Fields in org.jooq.util.redshift declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> RedshiftDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> RedshiftDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> RedshiftDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> RedshiftDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.ACLITEMDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.ANYDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.BIGSERIALDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.BITVARYINGDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.BPCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> RedshiftDataType.BYTEADeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.CIDDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> RedshiftDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.FLOAT4Deprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.FLOAT8Deprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.INT2Deprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.INT4Deprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.INT8Deprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond> RedshiftDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> RedshiftDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> RedshiftDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> RedshiftDataType.MONEYDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.NAMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> RedshiftDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.OIDDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.OIDVECTORDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.REFCURSORDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.REGPROCDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.SERIALDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.SERIAL4Deprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.SERIAL8Deprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TIDDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TIMESTAMPTZDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TIMESTAMPWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TIMETZDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TIMEWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.TIMEWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.UUIDDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.VARBITDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.RedshiftDataType.XIDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.snowflake
Fields in org.jooq.util.snowflake declared as DataTypeModifier and TypeFieldDescriptionSnowflakeDataType.__BIGINTDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigInteger> SnowflakeDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> SnowflakeDataType.__BLOBDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__INTEGERDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> SnowflakeDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__REALDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__TIMEDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.ARRAYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SnowflakeDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SnowflakeDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.GEOGRAPHYDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.GEOMETRYDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SnowflakeDataType.NUMBERDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.OBJECTDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> SnowflakeDataType.TIMESTAMP_LTZDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> SnowflakeDataType.TIMESTAMP_TZDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> SnowflakeDataType.TIMESTAMPLTZDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.TIMESTAMPNTZDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> SnowflakeDataType.TIMESTAMPTZDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.TIMESTAMPWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> SnowflakeDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.TIMEWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SnowflakeDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.SnowflakeDataType.VARIANTDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.sqldatawarehouse
Fields in org.jooq.util.sqldatawarehouse declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> SQLDataWarehouseDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> SQLDataWarehouseDataType.__BLOBDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__BYTEDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> SQLDataWarehouseDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLDataWarehouseDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.DATETIME2Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> SQLDataWarehouseDataType.DATETIMEOFFSETDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLDataWarehouseDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLDataWarehouseDataType.IMAGEDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLDataWarehouseDataType.MONEYDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.NTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLDataWarehouseDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.ROWVERSIONDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.SMALLDATETIMEDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLDataWarehouseDataType.SMALLMONEYDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLDataWarehouseDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.UNIQUEIDENTIFIERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLDataWarehouseDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.SQLDataWarehouseDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.sqlite
Fields in org.jooq.util.sqlite declared as DataTypeModifier and TypeFieldDescriptionSQLiteDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> SQLiteDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__FLOATDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__TIMEDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> SQLiteDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLiteDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLiteDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.INT2Deprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.INT8Deprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLiteDataType.LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.MEDIUMINTDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.NATIVECHARACTERDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.NULLDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLiteDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigInteger> SQLiteDataType.UNSIGNEDBIGINTDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLiteDataType.VARYINGCHARACTERDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.sqlserver
Fields in org.jooq.util.sqlserver declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> SQLServerDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> SQLServerDataType.__BLOBDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__BYTEDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> SQLServerDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLServerDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.DATETIME2Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> SQLServerDataType.DATETIMEOFFSETDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLServerDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLServerDataType.IMAGEDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLServerDataType.MONEYDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.NTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLServerDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.ROWVERSIONDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.SMALLDATETIMEDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SQLServerDataType.SMALLMONEYDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.SYSNAMEDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLServerDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.UNIQUEIDENTIFIERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SQLServerDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.SQLServerDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.sybase
Fields in org.jooq.util.sybase declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> SybaseDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> SybaseDataType.__BLOBDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.__BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.__BYTEDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.__BYTESIGNEDDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SybaseDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.DATETIMEOFFSETDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SybaseDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SybaseDataType.IMAGEDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SybaseDataType.LONGBINARYDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SybaseDataType.LONGVARBITDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SybaseDataType.MONEYDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.NCHARDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.NTEXTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SybaseDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.SMALLDATETIMEDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> SybaseDataType.SMALLMONEYDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.UNIQUEIDENTIFIERDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.UNIQUEIDENTIFIERSTRDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.UNSIGNEDBIGINTDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.UNSIGNEDINTDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.UNSIGNEDSMALLLINTDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.UNSIGNEDTINYINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SybaseDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> SybaseDataType.VARBITDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.XMLDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.teradata
Fields in org.jooq.util.teradata declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> TeradataDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> TeradataDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__NTEXTDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__REALDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> TeradataDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> TeradataDataType.BLOBDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.BYTEINTDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.CLOBDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> TeradataDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> TeradataDataType.NUMBERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> TeradataDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> TeradataDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime> TeradataDataType.TIMEWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> TeradataDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.TeradataDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.vertica
Fields in org.jooq.util.vertica declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> VerticaDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> VerticaDataType.__BLOBDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__CHARACTERLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__CHARLARGEOBJECTDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__CLOBDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__JSONDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__JSONBDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__UUIDDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> VerticaDataType.BINARYDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> VerticaDataType.BYTEADeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.DATETIMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> VerticaDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> VerticaDataType.LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> VerticaDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.OBJECTDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.OTHERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> VerticaDataType.RAWDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.ROWDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.SMALLDATETIMEDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.TINYINTDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> VerticaDataType.VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.VerticaDataType.VARCHARIGNORECASEDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataType in org.jooq.util.yugabytedb
Fields in org.jooq.util.yugabytedb declared as DataTypeModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> YugabyteDBDataType.__BIGINTEGERDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__BIGINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> YugabyteDBDataType.__BINARYDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__BITDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__LONGNVARCHARDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> YugabyteDBDataType.__LONGVARBINARYDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__LONGVARCHARDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__NCHARDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__NCLOBDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__NVARCHARDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__SMALLINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__TINYINTDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__TINYINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> YugabyteDBDataType.__VARBINARYDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.__YEARDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.ACLITEMDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.ANYDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.BIGINTDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.BIGSERIALDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.BITDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.BITVARYINGDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.BOOLDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.BOOLEANDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.BPCHARDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> YugabyteDBDataType.BYTEADeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.CHARDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.CHARACTERDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.CHARACTERVARYINGDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.CIDDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.DATEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> YugabyteDBDataType.DECIMALDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.DOUBLEPRECISIONDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.FLOAT4Deprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.FLOAT8Deprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.INSTANTDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.INTDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.INT2Deprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.INT4Deprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.INT8Deprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToSecond> YugabyteDBDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<DayToSecond> YugabyteDBDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<YearToMonth> YugabyteDBDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.JSONDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.JSONBDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.NAMEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> YugabyteDBDataType.NUMERICDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.OIDDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.OIDVECTORDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.REALDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.REFCURSORDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.REGPROCDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.SERIALDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.SERIAL2Deprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.SERIAL4Deprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.SERIAL8Deprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.SMALLINTDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.SMALLSERIALDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.TEXTDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.TIDDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.TIMEDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.TIMESTAMPDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> YugabyteDBDataType.TIMESTAMPTZDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.TIMESTAMPWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetDateTime> YugabyteDBDataType.TIMESTAMPWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime> YugabyteDBDataType.TIMETZDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.TIMEWITHOUTTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.static final DataType<OffsetTime> YugabyteDBDataType.TIMEWITHTIMEZONEDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.UUIDDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.VARBITDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.VARCHARDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.VOIDDeprecated, for removal: This API element is subject to removal in a future version.YugabyteDBDataType.XIDDeprecated, for removal: This API element is subject to removal in a future version.