Uses of Interface
org.jooq.DataType
-
Packages that use DataType Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.util.access This package contains classes related to theSQLDialect.ACCESSdialect family.org.jooq.util.ase This package contains classes related to theSQLDialect.ASEdialect family.org.jooq.util.auroramysql This package contains classes related to theSQLDialect.AURORA_MYSQLdialect family.org.jooq.util.aurorapostgres This package contains classes related to theSQLDialect.AURORA_POSTGRESdialect family.org.jooq.util.cockroachdb This package contains classes related to theSQLDialect.COCKROACHDBdialect family.org.jooq.util.cubrid This package contains classes related to theSQLDialect.CUBRIDdialect family.org.jooq.util.db2 This package contains classes related to theSQLDialect.DB2dialect family.org.jooq.util.derby This package contains classes related to theSQLDialect.DERBYdialect family.org.jooq.util.firebird This package contains classes related to theSQLDialect.FIREBIRDdialect family.org.jooq.util.h2 This package contains classes related to theSQLDialect.H2dialect family.org.jooq.util.hana This package contains classes related to theSQLDialect.HANAdialect family.org.jooq.util.hsqldb This package contains classes related to theSQLDialect.HSQLDBdialect family.org.jooq.util.informix This package contains classes related to theSQLDialect.INFORMIXdialect family.org.jooq.util.ingres This package contains classes related to theSQLDialect.INGRESdialect family.org.jooq.util.mariadb This package contains classes related to theSQLDialect.MARIADBdialect family.org.jooq.util.memsql This package contains classes related to theSQLDialect.MEMSQLdialect family.org.jooq.util.mysql This package contains classes related to theSQLDialect.MYSQLdialect family.org.jooq.util.oracle This package contains classes related to theSQLDialect.ORACLEdialect family.org.jooq.util.postgres This package contains classes related to theSQLDialect.POSTGRESdialect family.org.jooq.util.redshift This package contains classes related to theSQLDialect.REDSHIFTdialect family.org.jooq.util.sqldatawarehouse This package contains classes related to theSQLDialect.SQLDATAWAREHOUSEdialect family.org.jooq.util.sqlite This package contains classes related to theSQLDialect.SQLITEdialect family.org.jooq.util.sqlserver This package contains classes related to theSQLDialect.SQLSERVERdialect family.org.jooq.util.sybase This package contains classes related to theSQLDialect.SYBASEdialect family.org.jooq.util.teradata This package contains classes related to theSQLDialect.TERADATAdialect family.org.jooq.util.vertica This package contains classes related to theSQLDialect.VERTICAdialect family. -
-
Uses of DataType in org.jooq
Methods in org.jooq that return DataType Modifier and Type Method Description <A extends ArrayRecord<?>>
@NotNull DataType<A>DataType. asArrayDataType(Class<A> arrayDataType)Retrieve the data type for an Oracle-style 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.<E extends EnumType>
@NotNull DataType<E>DataType. asEnumDataType(Class<E> enumDataType)Retrieve the data type for a given enum data type.@NotNull DataType<T>DataType. characterSet(CharacterSet characterSet)Return a new data type like this, with a new character set.@NotNull DataType<T>DataType. collation(Collation collation)Return a new data type like this, with a new collation.@Nullable DataType<?>RecordType. dataType(int fieldIndex)Get the data type for a given field index.@Nullable DataType<?>RecordType. dataType(String fieldName)Get the data type for a given field name.@Nullable DataType<?>RecordType. dataType(Name fieldName)Get the data type for a given field name.@Nullable DataType<?>Row. dataType(int fieldIndex)Get the data type for a given field index.@Nullable DataType<?>Row. dataType(String fieldName)Get the data type for a given field name.@Nullable DataType<?>Row. dataType(Name fieldName)Get the data type for a given field name.@NotNull DataType<?>[]RecordType. dataTypes()Get an array of data types for this record type.@NotNull DataType<?>[]Row. dataTypes()Get an array of data types for this row.@NotNull DataType<T>DataType. default_(Field<T> defaultValue)Specify an expression to be applied as theDEFAULTvalue for this data type.@NotNull DataType<T>DataType. default_(T defaultValue)Specify an expression to be applied as theDEFAULTvalue for this data type.@NotNull DataType<T>DataType. defaulted(boolean defaulted)Deprecated.- [#3852] - 3.8.0 - UsedefaultValue(Field)instead.@NotNull DataType<T>DataType. defaultValue(Field<T> defaultValue)Specify an expression to be applied as theDEFAULTvalue for this data type.@NotNull DataType<T>DataType. defaultValue(T defaultValue)Specify an expression to be applied as theDEFAULTvalue for this data type.@Nullable DataType<?>DataType. getArrayComponentDataType()Retrieve the Java component data type if this is an ARRAY type, ornull, otherwise.@NotNull DataType<T[]>DataType. getArrayDataType()Retrieve the data type for an ARRAY of this data type.DataType<?>ArrayRecord. getArrayType()Get the data type of the array.DataType<E>ArrayRecord. getDataType()Get the data type of the array's base type.@NotNull DataType<T>DataType. getDataType(Configuration configuration)The dialect-specific data type representing this data type.@NotNull DataType<R>Table. getDataType()The table's record type as a UDT data type, in case the underlying database supports table records as UDT records.@NotNull DataType<T>Typed. getDataType()The type of this object (might not be dialect-specific).@NotNull DataType<T>Typed. getDataType(Configuration configuration)The dialect-specific type of this object.@NotNull DataType<R>UDT. getDataType()The UDT's data type as known to the database.@Nullable DataType<T>DataType. getSQLDataType()Get the standard SQL data type of this (dialect-specific) data type if available.@NotNull DataType<T>DataType. identity(boolean identity)Return a new data type like this, with a new identity flag.@NotNull DataType<T>DataType. length(int length)Return a new data type like this, with a new length value.@NotNull DataType<T>DataType. nullability(Nullability nullability)Return a new data type like this, with a new nullability.@NotNull DataType<T>DataType. nullable(boolean nullable)Return a new data type like this, with a new nullability.@NotNull DataType<T>DataType. precision(int precision)Return a new data type like this, with a new precision value.@NotNull DataType<T>DataType. precision(int precision, int scale)Return a new data type like this, with a new precision and scale value.@NotNull DataType<T>DataType. scale(int scale)Return a new data type like this, with a new scale value.Methods in org.jooq with parameters of type DataType Modifier and Type Method Description @NotNull AlterTableAddStepAlterTableStep. add(String field, DataType<?> type)Add anADD COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAlterTableStep. add(Field<T> field, DataType<T> type)Add anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep. add(Name field, DataType<?> type)Add anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep. addColumn(String field, DataType<?> type)Add anADD COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAlterTableStep. addColumn(Field<T> field, DataType<T> type)Add anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep. addColumn(Name field, DataType<?> type)Add 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>CreateDomainAsStep. as(DataType<T> dataType)Add theASclause to theCREATE DOMAINstatement.<Z> @NotNull Field<Z>Field. cast(DataType<Z> type)Cast this field to a dialect-specific data type.<Z> @NotNull Field<Z>Field. coerce(DataType<Z> type)Coerce this field to a dialect-specific data type.@NotNull CreateTableColumnStepCreateTableColumnStep. column(String field, DataType<?> type)Add a column to the column list of theCREATE TABLEstatement.<T> @NotNull CreateTableColumnStepCreateTableColumnStep. column(Field<T> field, DataType<T> type)Add a column to the column list of theCREATE TABLEstatement.@NotNull CreateTableColumnStepCreateTableColumnStep. column(Name field, DataType<?> type)Add a column to the column list of theCREATE TABLEstatement.@NotNull JSONTableColumnPathStepJSONTableColumnsFirstStep. column(String name, DataType<?> type)Add a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepJSONTableColumnsFirstStep. column(Field<?> name, DataType<?> type)Add a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepJSONTableColumnsFirstStep. column(Name name, DataType<?> type)Add a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull XMLTableColumnPathStepXMLTableColumnsFirstStep. column(String name, DataType<?> type)Add a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepXMLTableColumnsFirstStep. column(Field<?> name, DataType<?> type)Add a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepXMLTableColumnsFirstStep. column(Name name, DataType<?> type)Add a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull Result<Record>DSLContext. fetch(ResultSet rs, DataType<?>... types)@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.@NotNull Cursor<Record>DSLContext. fetchLazy(ResultSet rs, DataType<?>... types)@Nullable RecordDSLContext. fetchOne(ResultSet rs, DataType<?>... types)@NotNull Optional<Record>DSLContext. 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)@NotNull Stream<Record>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>RecordType. field(int fieldIndex, DataType<T> dataType)Get a specific field from this record type coerced todataType.<T> @Nullable Field<T>RecordType. field(String fieldName, DataType<T> dataType)Get a specific field from this record type coerced todataType.<T> @Nullable Field<T>RecordType. field(Name fieldName, DataType<T> dataType)Get a specific field from this record type coerced todataType.<T> @Nullable Field<T>Result. field(int index, DataType<T> dataType)Get a specific field from this Result, coerced todataType.<T> @Nullable Field<T>Result. field(String name, DataType<T> dataType)Get a specific field from this Result, coerced todataType.<T> @Nullable Field<T>Result. field(Name name, DataType<T> dataType)Get a specific field from this Result, coerced todataType.<T> @Nullable Field<T>Row. field(int fieldIndex, DataType<T> dataType)Get a specific field from this row and coerce it todataType.<T> @Nullable Field<T>Row. field(String fieldName, DataType<T> dataType)Get a specific field from this row and coerce it todataType.<T> @Nullable Field<T>Row. field(Name fieldName, DataType<T> dataType)Get a specific field from this row and coerce it todataType.<T> @Nullable Field<T>TableLike. field(int index, DataType<T> dataType)Get a specific field from this table and coerce it todataType, if this table knows its field references.<T> @Nullable Field<T>TableLike. field(String name, DataType<T> dataType)Get a specific field from this table and coerce it todataType, if this table knows its field references.<T> @Nullable Field<T>TableLike. field(Name name, DataType<T> dataType)Get a specific field from this table and coerce it todataType, if this table knows its field references.@NotNull AlterTableFinalStepAlterTableAlterStep. set(DataType<?> type)Specify a new column data type. -
Uses of DataType in org.jooq.impl
Classes in org.jooq.impl that implement DataType Modifier and Type Class Description classDefaultDataType<T>A common base class for data types.Fields in org.jooq.impl declared as DataType Modifier and Type Field Description static DataType<Long>SQLDataType. BIGINTTheTypes.BIGINTtype.static DataType<ULong>SQLDataType. BIGINTUNSIGNEDThe unsignedTypes.BIGINTtype.static DataType<byte[]>SQLDataType. BINARYTheTypes.BINARYtype.static DataType<Boolean>SQLDataType. BITTheTypes.BITtype.static DataType<byte[]>SQLDataType. BLOBTheTypes.BLOBtype.static DataType<Boolean>SQLDataType. BOOLEANTheTypes.BOOLEANtype.static DataType<String>SQLDataType. CHARTheTypes.CHARtype.static DataType<String>SQLDataType. CLOBTheTypes.CLOBtype.static DataType<Date>SQLDataType. DATETheTypes.DATEtype.static DataType<BigDecimal>SQLDataType. DECIMALTheTypes.DECIMALtype.static DataType<BigInteger>SQLDataType. DECIMAL_INTEGERThe zero-scaleTypes.DECIMALtype.static DataType<Double>SQLDataType. DOUBLETheTypes.DOUBLEtype.static DataType<Double>SQLDataType. FLOATTheTypes.FLOATtype.static DataType<Instant>SQLDataType. INSTANTATypes.TIMESTAMP_WITH_TIMEZONEtype that uses UTC as time zone.static DataType<Integer>SQLDataType. INTEGERTheTypes.INTEGERtype.static DataType<UInteger>SQLDataType. INTEGERUNSIGNEDThe unsignedTypes.INTEGERtype.static DataType<YearToSecond>SQLDataType. INTERVALA vendor specificINTERVAL YEAR TO SECONDdata type, which combinesSQLDataType.INTERVALYEARTOMONTHandSQLDataType.INTERVALDAYTOSECOND.static DataType<DayToSecond>SQLDataType. INTERVALDAYTOSECONDThe SQL standardINTERVAL DAY TO SECONDdata type.static DataType<YearToMonth>SQLDataType. INTERVALYEARTOMONTHThe SQL standardINTERVAL YEAR TO MONTHdata type.static DataType<JSON>SQLDataType. JSONTheJSONtype.static DataType<JSONB>SQLDataType. JSONBTheJSONBtype.static DataType<LocalDate>SQLDataType. LOCALDATETheTypes.DATEtype.static DataType<LocalDateTime>SQLDataType. LOCALDATETIMETheTypes.TIMESTAMPtype.static DataType<LocalTime>SQLDataType. LOCALTIMETheTypes.TIMEtype.static DataType<String>SQLDataType. LONGNVARCHARTheTypes.LONGNVARCHARtype.static DataType<byte[]>SQLDataType. LONGVARBINARYTheTypes.LONGVARBINARYtype.static DataType<String>SQLDataType. LONGVARCHARTheTypes.LONGVARCHARtype.static DataType<String>SQLDataType. NCHARTheTypes.NCHARtype.static DataType<String>SQLDataType. NCLOBTheTypes.NCLOBtype.static DataType<BigDecimal>SQLDataType. NUMERICTheTypes.NUMERICtype.static DataType<String>SQLDataType. NVARCHARTheTypes.NVARCHARtype.static DataType<OffsetDateTime>SQLDataType. OFFSETDATETIMETheTypes.TIMESTAMP_WITH_TIMEZONEtype.static DataType<OffsetTime>SQLDataType. OFFSETTIMETheTypes.TIME_WITH_TIMEZONEtype.static DataType<Object>SQLDataType. OTHERTheTypes.OTHERtype.static DataType<Float>SQLDataType. REALTheTypes.REALtype.static DataType<Record>SQLDataType. RECORDTheTypes.STRUCTtype.static DataType<Result<Record>>SQLDataType. RESULTTheResultSettype.static DataType<RowId>SQLDataType. ROWIDTheTypes.ROWIDtype.static DataType<Short>SQLDataType. SMALLINTTheTypes.SMALLINTtype.static DataType<UShort>SQLDataType. SMALLINTUNSIGNEDThe unsignedTypes.SMALLINTtype.static DataType<Time>SQLDataType. TIMETheTypes.TIMEtype.static DataType<Timestamp>SQLDataType. TIMESTAMPTheTypes.TIMESTAMPtype.static DataType<OffsetDateTime>SQLDataType. TIMESTAMPWITHTIMEZONETheTypes.TIMESTAMP_WITH_TIMEZONEtype.static DataType<OffsetTime>SQLDataType. TIMEWITHTIMEZONETheTypes.TIME_WITH_TIMEZONEtype.static DataType<Byte>SQLDataType. TINYINTTheTypes.TINYINTtype.static DataType<UByte>SQLDataType. TINYINTUNSIGNEDThe unsignedTypes.TINYINTtype.static DataType<UUID>SQLDataType. UUIDTheUUIDtype.static DataType<byte[]>SQLDataType. VARBINARYTheTypes.VARBINARYtype.static DataType<String>SQLDataType. VARCHARTheTypes.VARCHARtype.static DataType<XML>SQLDataType. XMLTheXMLtype.Methods in org.jooq.impl that return DataType Modifier and Type Method Description static DataType<byte[]>SQLDataType. BINARY(int length)TheTypes.BINARYtype.static DataType<byte[]>SQLDataType. BLOB(int length)TheTypes.BLOBtype.static DataType<String>SQLDataType. CHAR(int length)TheTypes.CHARtype.static DataType<String>SQLDataType. CLOB(int length)TheTypes.CLOBtype.static DataType<BigDecimal>SQLDataType. DECIMAL(int precision)TheTypes.DECIMALtype.static DataType<BigDecimal>SQLDataType. DECIMAL(int precision, int scale)TheTypes.DECIMALtype.static DataType<BigInteger>SQLDataType. DECIMAL_INTEGER(int precision)The zero-scaleTypes.DECIMALtype.DataType<?>ArrayRecordImpl. getArrayType()DataType<T>ArrayRecordImpl. getDataType()DataType<T>DefaultDataType. getDataType(Configuration configuration)static <T> DataType<T>DefaultDataType. getDataType(SQLDialect dialect, Class<T> type)static <T> DataType<T>DefaultDataType. getDataType(SQLDialect dialect, Class<T> type, DataType<T> fallbackDataType)static DataType<?>DefaultDataType. getDataType(SQLDialect dialect, String typeName)static DataType<?>DefaultDataType. getDataType(SQLDialect dialect, String t, int p, int s)Convert a type name (using precision and scale) into a Java classstatic 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 <T> @NotNull DataType<T>DSL. getDataType(Class<T> type)Deprecated.- 3.11.0 - [#7483] - The (indirect) use of the internal static data type registry is not recommended.DataType<R>UDTImpl. getDataType()static DataType<Object>DefaultDataType. getDefaultDataType(String typeName)static DataType<Object>DefaultDataType. getDefaultDataType(SQLDialect dialect, String typeName)DataType<T>DefaultDataType. getSQLDataType()static DataType<Instant>SQLDataType. INSTANT(int precision)ATypes.TIMESTAMP_WITH_TIMEZONEtype that uses UTC as time zone.static DataType<LocalDateTime>SQLDataType. LOCALDATETIME(int precision)TheTypes.TIMESTAMPtype.static DataType<LocalTime>SQLDataType. LOCALTIME(int precision)TheTypes.TIMEtype.static DataType<String>SQLDataType. LONGNVARCHAR(int length)TheTypes.LONGNVARCHARtype.static DataType<byte[]>SQLDataType. LONGVARBINARY(int length)TheTypes.LONGVARBINARYtype.static DataType<String>SQLDataType. LONGVARCHAR(int length)TheTypes.LONGVARCHARtype.static DataType<String>SQLDataType. NCHAR(int length)TheTypes.NCHARtype.static DataType<String>SQLDataType. NCLOB(int length)TheTypes.NCLOBtype.protected static <T> DataType<T>DSL. nullSafeDataType(Field<T> field)Get a default data type if a field is null.static DataType<BigDecimal>SQLDataType. NUMERIC(int precision)TheTypes.NUMERICtype.static DataType<BigDecimal>SQLDataType. NUMERIC(int precision, int scale)TheTypes.NUMERICtype.static DataType<String>SQLDataType. NVARCHAR(int length)TheTypes.NVARCHARtype.static DataType<OffsetDateTime>SQLDataType. OFFSETDATETIME(int precision)TheTypes.TIMESTAMP_WITH_TIMEZONEtype.static DataType<OffsetTime>SQLDataType. OFFSETTIME(int precision)TheTypes.TIME_WITH_TIMEZONEtype.static DataType<Time>SQLDataType. TIME(int precision)TheTypes.TIMEtype.static DataType<Timestamp>SQLDataType. TIMESTAMP(int precision)TheTypes.TIMESTAMPtype.static DataType<OffsetDateTime>SQLDataType. TIMESTAMPWITHTIMEZONE(int precision)TheTypes.TIMESTAMP_WITH_TIMEZONEtype.static DataType<OffsetTime>SQLDataType. TIMEWITHTIMEZONE(int precision)TheTypes.TIME_WITH_TIMEZONEtype.static DataType<byte[]>SQLDataType. VARBINARY(int length)TheTypes.VARBINARYtype.static DataType<String>SQLDataType. VARCHAR(int length)TheTypes.VARCHARtype.Methods in org.jooq.impl with parameters of type DataType Modifier and Type Method Description static <T> @NotNull AggregateFunction<T>DSL. aggregate(String name, DataType<T> type, Field<?>... arguments)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. aggregate(Name name, DataType<T> type, Field<?>... arguments)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 <T> @NotNull Field<T>DSL. cast(Object value, DataType<T> type)Cast a value to another type.static <T> @NotNull Field<T>DSL. cast(Field<?> field, DataType<T> type)Cast a field to another type.static <T> @NotNull Field<T>DSL. castNull(DataType<T> type)Cast null to a type.static <T> @NotNull Field<T>DSL. coerce(Object value, DataType<T> as)Coerce a field to another type.static <T> @NotNull Field<T>DSL. coerce(Field<?> field, DataType<T> as)Coerce a field to another type.static <T,A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A>DSL. collect(Field<T> field, DataType<A> type)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>DSL. convert(DataType<T> type, Object value, int style)Convert a date time value to a string value using the SQL Server styleCONVERT()function.static <T> @NotNull Field<T>DSL. convert(DataType<T> type, Field<?> value, int style)Convert a date time value to a string value using the SQL Server styleCONVERT()function.static <T> @NotNull Domain<T>Internal. createDomain(Schema schema, Name name, DataType<T> type, Check<?>... checks)Factory method for domain specifications.protected static <R extends UDTRecord<R>,T>
UDTField<R,T>UDTImpl. createField(String name, DataType<T> type, UDT<R> udt)Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT)instead.protected static <R extends UDTRecord<R>,T>
UDTField<R,T>UDTImpl. createField(String name, DataType<T> type, UDT<R> udt, String comment)Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT, String)instead.protected static <R extends UDTRecord<R>,T,U>
UDTField<R,U>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.protected static <R extends UDTRecord<R>,T,U>
UDTField<R,U>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.protected static <R extends UDTRecord<R>,T,X,U>
UDTField<R,U>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.protected static <R extends UDTRecord<R>,T>
UDTField<R,T>UDTImpl. createField(Name name, DataType<T> type, UDT<R> udt)Subclasses may call this method to createUDTFieldobjects that are linked to this table.protected static <R extends UDTRecord<R>,T>
UDTField<R,T>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.protected static <R extends UDTRecord<R>,T,U>
UDTField<R,U>UDTImpl. createField(Name name, DataType<T> type, UDT<R> udt, String comment, Binding<T,U> binding)Subclasses may call this method to createUDTFieldobjects that are linked to this table.protected static <R extends UDTRecord<R>,T,U>
UDTField<R,U>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.protected static <R extends UDTRecord<R>,T,X,U>
UDTField<R,U>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 <T> Parameter<T>AbstractRoutine. createParameter(String name, DataType<T> type)Deprecated.- Please, re-generate your routine code.protected static <T> Parameter<T>AbstractRoutine. createParameter(String name, DataType<T> type, boolean isDefaulted)Deprecated.- Please, re-generate your routine code.protected static <T> Parameter<T>AbstractRoutine. createParameter(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed)Deprecated.- Please, re-generate your routine code.protected static <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 <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 <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 <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 <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 <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 <T> @NotNull Parameter<T>Internal. createParameter(String name, DataType<T> type, boolean isDefaulted, boolean isUnnamed)Factory method for parameters.static <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 <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 <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.static <T extends Number>
@NotNull Sequence<T>Internal. createSequence(String name, Schema schema, DataType<T> type)Factory method for sequences.static <T extends Number>
@NotNull Sequence<T>Internal. createSequence(String name, Schema schema, DataType<T> type, Number startWith, Number incrementBy, Number minvalue, Number maxvalue, boolean cycle, Number cache)Factory method for sequences.static <T> @NotNull Field<T>DSL. default_(DataType<T> type)Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static <T> @NotNull Field<T>DSL. defaultValue(DataType<T> type)Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.Result<Record>DefaultDSLContext. fetch(ResultSet rs, DataType<?>... types)CompletionStage<Result<Record>>DefaultDSLContext. fetchAsync(ResultSet rs, DataType<?>... types)CompletionStage<Result<Record>>DefaultDSLContext. fetchAsync(Executor executor, ResultSet rs, DataType<?>... types)Cursor<Record>DefaultDSLContext. fetchLazy(ResultSet rs, DataType<?>... types)RecordDefaultDSLContext. fetchOne(ResultSet rs, DataType<?>... types)Optional<Record>DefaultDSLContext. fetchOptional(ResultSet rs, DataType<?>... types)<T> Optional<T>DefaultDSLContext. fetchOptionalValue(ResultSet rs, DataType<T> type)RecordDefaultDSLContext. fetchSingle(ResultSet rs, DataType<?>... types)Stream<Record>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>DSL. field(String sql, DataType<T> type)Create a "plain SQL" field.static <T> @NotNull Field<T>DSL. field(String sql, DataType<T> type, Object... bindings)Create a "plain SQL" field.static <T> @NotNull Field<T>DSL. field(String sql, DataType<T> type, QueryPart... parts)Create a "plain SQL" field.static <T> @NotNull Field<T>DSL. field(Name name, DataType<T> type)Create a qualified field, given its (qualified) field name.static <T> @NotNull Field<T>DSL. field(Name name, DataType<T> type, Comment comment)Create a qualified field, given its (qualified) field name.static <T> @NotNull Field<T>DSL. field(SQL sql, DataType<T> type)Create a "plain SQL" field.static <T> @NotNull Field<T>DSL. fieldByName(DataType<T> type, String... qualifiedName)Deprecated.- [#3843] - 3.6.0 - useDSL.field(Name, DataType)insteadstatic <T> @NotNull Field<T>DSL. function(String name, DataType<T> type, Field<?>... arguments)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>DSL. function(Name name, DataType<T> type, Field<?>... arguments)function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> DataType<T>DefaultDataType. getDataType(SQLDialect dialect, Class<T> type, DataType<T> fallbackDataType)static <T> @NotNull Param<T>DSL. inline(Object value, DataType<T> type)Create a bind value, that is always inlined.protected static <T> Field<T>DSL. nullSafe(Field<T> field, DataType<?> type)Null-safety of a field.static <T> @NotNull Param<T>DSL. param(String name, DataType<T> type)Create a named parameter with a defined type and no initial value.static <T> @NotNull Param<T>DSL. param(DataType<T> type)Create an unnamed parameter with a defined type and no initial value.static <T> @NotNull Period<T>DSL. period(Name name, DataType<T> type)Create a namedPeriodreference.static <T extends Number>
@NotNull Sequence<T>DSL. sequence(String sql, DataType<T> type)Deprecated.- 3.10 - [#6162] - UseDSL.sequence(Name, DataType)instead.static <T extends Number>
@NotNull Sequence<T>DSL. sequence(Name name, DataType<T> type)Create a qualified sequence, given its sequence name.static <T extends Number>
@NotNull Sequence<T>DSL. sequenceByName(DataType<T> type, String... qualifiedName)Deprecated.- [#3843] - 3.6.0 - useDSL.sequence(Name, DataType)insteadstatic <T> @NotNull Period<T>DSL. systemTime(DataType<T> type)Create aSYSTEM_TIMEPeriodreference.static <T> @NotNull Param<T>DSL. val(Object value, DataType<T> type)Get a bind value with an associated type.static <T> @NotNull Param<T>DSL. value(Object value, DataType<T> type)A synonym forDSL.val(Object, DataType)to be used in Scala and Groovy, wherevalis a reserved keyword.static <T> @NotNull Field<T>DSL. value(DataType<T> type)Create theVALUEpseudo field for usage withDOMAINspecifications.static <T> @NotNull Variable<T>DSL. var(String name, DataType<T> type)Create a local variable reference for use in procedural code.static <T> @NotNull Variable<T>DSL. var(Name name, DataType<T> type)Create a local variable reference for use in procedural code.static <T> @NotNull Variable<T>DSL. variable(String name, DataType<T> type)A synonym forDSL.var(Name, DataType)to be used in Scala and Groovy, wherevaris a reserved keyword.static <T> @NotNull Variable<T>DSL. variable(Name name, DataType<T> type)A synonym forDSL.var(Name, DataType)to be used in Scala and Groovy, wherevaris a reserved keyword.Constructors in org.jooq.impl with parameters of type DataType Constructor Description AbstractRoutine(String name, Schema schema, DataType<T> type)AbstractRoutine(String name, Schema schema, DataType<X> type, Binding<X,T> binding)AbstractRoutine(String name, Schema schema, DataType<X> type, Converter<X,T> converter)AbstractRoutine(String name, Schema schema, DataType<X> type, Converter<Y,T> converter, Binding<X,Y> binding)AbstractRoutine(String name, Schema schema, Package pkg, DataType<T> type)AbstractRoutine(String name, Schema schema, Package pkg, DataType<X> type, Binding<X,T> binding)AbstractRoutine(String name, Schema schema, Package pkg, DataType<X> type, Converter<X,T> converter)AbstractRoutine(String name, Schema schema, Package pkg, DataType<X> type, Converter<Y,T> converter, Binding<X,Y> binding)ArrayRecordImpl(Schema schema, String name, DataType<T> type)Create an empty array recordArrayRecordImpl(Schema schema, String name, DataType<T> type, Configuration configuration)Deprecated.- 3.4.0 - [#3126] - Use theArrayRecordImpl(Schema, String, DataType)constructor insteadArrayRecordImpl(Schema schema, String name, DataType<X> type, Binding<X,Y> binding)Create an empty array recordArrayRecordImpl(Schema schema, String name, DataType<X> type, Configuration configuration, Binding<X,Y> binding)Deprecated.- 3.4.0 - [#3126] - Use theArrayRecordImpl(Schema, String, DataType, Converter)constructor instead.ArrayRecordImpl(Schema schema, String name, DataType<X> type, Configuration configuration, Converter<X,T> converter)Deprecated.- 3.4.0 - [#3126] - Use theArrayRecordImpl(Schema, String, DataType, Converter)constructor instead.ArrayRecordImpl(Schema schema, String name, DataType<X> type, Configuration configuration, Converter<Y,T> converter, Binding<X,Y> binding)Deprecated.- 3.4.0 - [#3126] - Use theArrayRecordImpl(Schema, String, DataType, Converter)constructor instead.ArrayRecordImpl(Schema schema, String name, DataType<X> type, Converter<X,T> converter)Create an empty array recordArrayRecordImpl(Schema schema, String name, DataType<X> type, Converter<Y,T> converter, Binding<X,Y> binding)Create an empty array recordArrayRecordImpl(Schema schema, Package pkg, String name, DataType<T> type)Create an empty array recordArrayRecordImpl(Schema schema, Package pkg, String name, DataType<X> type, Binding<X,Y> binding)Create an empty array recordArrayRecordImpl(Schema schema, Package pkg, String name, DataType<X> type, Converter<X,T> converter)Create an empty array recordArrayRecordImpl(Schema schema, Package pkg, String name, DataType<X> type, Converter<Y,T> converter, Binding<X,Y> binding)Create an empty array recordCustomField(String name, DataType<T> type)CustomField(Name name, DataType<T> type)DefaultDataType(SQLDialect dialect, DataType<T> sqlDataType, String typeName)DefaultDataType(SQLDialect dialect, DataType<T> sqlDataType, String typeName, String castTypeName)SequenceImpl(String name, Schema schema, DataType<T> type)Deprecated. -
Uses of DataType in org.jooq.util.access
Fields in org.jooq.util.access declared as DataType Modifier and Type Field Description protected static DataType<Long>AccessDataType. __BIGINTDeprecated.protected static DataType<BigInteger>AccessDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>AccessDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>AccessDataType. __BLOBDeprecated.protected static DataType<Boolean>AccessDataType. __BOOLEANDeprecated.protected static DataType<Byte>AccessDataType. __BYTEDeprecated.protected static DataType<Date>AccessDataType. __DATEDeprecated.protected static DataType<BigDecimal>AccessDataType. __DECIMALDeprecated.protected static DataType<Double>AccessDataType. __DOUBLEDeprecated.protected static DataType<UInteger>AccessDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>AccessDataType. __JSONDeprecated.protected static DataType<JSONB>AccessDataType. __JSONBDeprecated.protected static DataType<String>AccessDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>AccessDataType. __LONGVARBINARYDeprecated.protected static DataType<String>AccessDataType. __LONGVARCHARDeprecated.protected static DataType<String>AccessDataType. __NCHARDeprecated.protected static DataType<String>AccessDataType. __NCLOBDeprecated.protected static DataType<String>AccessDataType. __NTEXTDeprecated.protected static DataType<String>AccessDataType. __NVARCHARDeprecated.protected static DataType<UShort>AccessDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Time>AccessDataType. __TIMEDeprecated.protected static DataType<byte[]>AccessDataType. __VARBINARYDeprecated.protected static DataType<String>AccessDataType. __VARCHARDeprecated.static DataType<byte[]>AccessDataType. BINARYDeprecated.static DataType<Boolean>AccessDataType. BITDeprecated.static DataType<String>AccessDataType. CHARDeprecated.static DataType<Integer>AccessDataType. COUNTERDeprecated.static DataType<Timestamp>AccessDataType. DATETIMEDeprecated.static DataType<Double>AccessDataType. FLOATDeprecated.static DataType<byte[]>AccessDataType. IMAGEDeprecated.static DataType<Integer>AccessDataType. INTEGERDeprecated.static DataType<String>AccessDataType. LONGCHARDeprecated.static DataType<String>AccessDataType. LONGTEXTDeprecated.static DataType<BigDecimal>AccessDataType. MONEYDeprecated.static DataType<BigDecimal>AccessDataType. NUMERICDeprecated.static DataType<Float>AccessDataType. REALDeprecated.static DataType<Short>AccessDataType. SMALLINTDeprecated.static DataType<String>AccessDataType. TEXTDeprecated.static DataType<UByte>AccessDataType. TINYINTDeprecated.static DataType<UUID>AccessDataType. UNIQUEIDENTIFIERDeprecated. -
Uses of DataType in org.jooq.util.ase
Fields in org.jooq.util.ase declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>ASEDataType. __BIGINTEGERDeprecated.protected static DataType<byte[]>ASEDataType. __BLOBDeprecated.protected static DataType<Boolean>ASEDataType. __BOOLEANDeprecated.protected static DataType<JSON>ASEDataType. __JSONDeprecated.protected static DataType<JSONB>ASEDataType. __JSONBDeprecated.protected static DataType<String>ASEDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>ASEDataType. __LONGVARBINARYDeprecated.protected static DataType<UUID>ASEDataType. __UUIDDeprecated.static DataType<Timestamp>ASEDataType. BIGDATETIMEDeprecated.static DataType<Long>ASEDataType. BIGINTDeprecated.static DataType<Time>ASEDataType. BIGTIMEDeprecated.static DataType<byte[]>ASEDataType. BINARYDeprecated.static DataType<Boolean>ASEDataType. BITDeprecated.static DataType<String>ASEDataType. CHARDeprecated.static DataType<Date>ASEDataType. DATEDeprecated.static DataType<Timestamp>ASEDataType. DATETIMEDeprecated.static DataType<BigDecimal>ASEDataType. DECDeprecated.static DataType<BigDecimal>ASEDataType. DECIMALDeprecated.static DataType<Double>ASEDataType. DOUBLE_PRECISIONDeprecated.static DataType<Double>ASEDataType. FLOATDeprecated.static DataType<byte[]>ASEDataType. IMAGEDeprecated.static DataType<Integer>ASEDataType. INTDeprecated.static DataType<Integer>ASEDataType. INTEGERDeprecated.static DataType<String>ASEDataType. LONGSYSNAMEDeprecated.static DataType<String>ASEDataType. LONGVARCHARDeprecated.static DataType<BigDecimal>ASEDataType. MONEYDeprecated.static DataType<String>ASEDataType. NCHARDeprecated.static DataType<BigDecimal>ASEDataType. NUMERICDeprecated.static DataType<String>ASEDataType. NVARCHARDeprecated.static DataType<Float>ASEDataType. REALDeprecated.static DataType<Timestamp>ASEDataType. SMALLDATETIMEDeprecated.static DataType<Short>ASEDataType. SMALLINTDeprecated.static DataType<BigDecimal>ASEDataType. SMALLMONEYDeprecated.static DataType<String>ASEDataType. SYSNAMEDeprecated.static DataType<String>ASEDataType. TEXTDeprecated.static DataType<Time>ASEDataType. TIMEDeprecated.static DataType<Timestamp>ASEDataType. TIMESTAMPDeprecated.static DataType<Byte>ASEDataType. TINYINTDeprecated.static DataType<String>ASEDataType. UNICHARDeprecated.static DataType<String>ASEDataType. UNITEXTDeprecated.static DataType<String>ASEDataType. UNIVARCHARDeprecated.static DataType<Long>ASEDataType. UNSIGNEDBIGINTDeprecated.static DataType<Integer>ASEDataType. UNSIGNEDINTDeprecated.static DataType<Short>ASEDataType. UNSIGNEDSMALLLINTDeprecated.static DataType<byte[]>ASEDataType. VARBINARYDeprecated.static DataType<String>ASEDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.auroramysql
Fields in org.jooq.util.auroramysql declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>AuroraMySQLDataType. __BIGINTEGERDeprecated.protected static DataType<String>AuroraMySQLDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>AuroraMySQLDataType. __LONGVARBINARYDeprecated.protected static DataType<String>AuroraMySQLDataType. __LONGVARCHARDeprecated.protected static DataType<String>AuroraMySQLDataType. __NCHARDeprecated.protected static DataType<String>AuroraMySQLDataType. __NCLOBDeprecated.protected static DataType<BigDecimal>AuroraMySQLDataType. __NUMERICDeprecated.protected static DataType<String>AuroraMySQLDataType. __NVARCHARDeprecated.protected static DataType<UUID>AuroraMySQLDataType. __UUIDDeprecated.static DataType<Long>AuroraMySQLDataType. BIGINTDeprecated.static DataType<ULong>AuroraMySQLDataType. BIGINTUNSIGNEDDeprecated.static DataType<byte[]>AuroraMySQLDataType. BINARYDeprecated.static DataType<Boolean>AuroraMySQLDataType. BITDeprecated.static DataType<byte[]>AuroraMySQLDataType. BLOBDeprecated.static DataType<Boolean>AuroraMySQLDataType. BOOLDeprecated.static DataType<Boolean>AuroraMySQLDataType. BOOLEANDeprecated.static DataType<String>AuroraMySQLDataType. CHARDeprecated.static DataType<Date>AuroraMySQLDataType. DATEDeprecated.static DataType<Timestamp>AuroraMySQLDataType. DATETIMEDeprecated.static DataType<BigDecimal>AuroraMySQLDataType. DECDeprecated.static DataType<BigDecimal>AuroraMySQLDataType. DECIMALDeprecated.static DataType<Double>AuroraMySQLDataType. DOUBLEDeprecated.static DataType<String>AuroraMySQLDataType. ENUMDeprecated.static DataType<Double>AuroraMySQLDataType. FLOATDeprecated.static DataType<Integer>AuroraMySQLDataType. INTDeprecated.static DataType<Integer>AuroraMySQLDataType. INTEGERDeprecated.static DataType<UInteger>AuroraMySQLDataType. INTEGERUNSIGNEDDeprecated.static DataType<UInteger>AuroraMySQLDataType. INTUNSIGNEDDeprecated.static DataType<byte[]>AuroraMySQLDataType. LONGBLOBDeprecated.static DataType<String>AuroraMySQLDataType. LONGTEXTDeprecated.static DataType<byte[]>AuroraMySQLDataType. MEDIUMBLOBDeprecated.static DataType<Integer>AuroraMySQLDataType. MEDIUMINTDeprecated.static DataType<UInteger>AuroraMySQLDataType. MEDIUMINTUNSIGNEDDeprecated.static DataType<String>AuroraMySQLDataType. MEDIUMTEXTDeprecated.static DataType<Float>AuroraMySQLDataType. REALDeprecated.static DataType<String>AuroraMySQLDataType. SETDeprecated.static DataType<Short>AuroraMySQLDataType. SMALLINTDeprecated.static DataType<UShort>AuroraMySQLDataType. SMALLINTUNSIGNEDDeprecated.static DataType<String>AuroraMySQLDataType. TEXTDeprecated.static DataType<Time>AuroraMySQLDataType. TIMEDeprecated.static DataType<Timestamp>AuroraMySQLDataType. TIMESTAMPDeprecated.static DataType<byte[]>AuroraMySQLDataType. TINYBLOBDeprecated.static DataType<Byte>AuroraMySQLDataType. TINYINTDeprecated.static DataType<UByte>AuroraMySQLDataType. TINYINTUNSIGNEDDeprecated.static DataType<String>AuroraMySQLDataType. TINYTEXTDeprecated.static DataType<byte[]>AuroraMySQLDataType. VARBINARYDeprecated.static DataType<String>AuroraMySQLDataType. VARCHARDeprecated.static DataType<Date>AuroraMySQLDataType. YEARDeprecated. -
Uses of DataType in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>AuroraPostgresDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>AuroraPostgresDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>AuroraPostgresDataType. __BINARYDeprecated.protected static DataType<Boolean>AuroraPostgresDataType. __BITDeprecated.protected static DataType<UInteger>AuroraPostgresDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<String>AuroraPostgresDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>AuroraPostgresDataType. __LONGVARBINARYDeprecated.protected static DataType<String>AuroraPostgresDataType. __LONGVARCHARDeprecated.protected static DataType<String>AuroraPostgresDataType. __NCHARDeprecated.protected static DataType<String>AuroraPostgresDataType. __NCLOBDeprecated.protected static DataType<String>AuroraPostgresDataType. __NVARCHARDeprecated.protected static DataType<UShort>AuroraPostgresDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Byte>AuroraPostgresDataType. __TINYINTDeprecated.protected static DataType<UByte>AuroraPostgresDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<byte[]>AuroraPostgresDataType. __VARBINARYDeprecated.static DataType<String>AuroraPostgresDataType. ACLITEMDeprecated.static DataType<Object>AuroraPostgresDataType. ANYDeprecated.static DataType<Long>AuroraPostgresDataType. BIGINTDeprecated.static DataType<Long>AuroraPostgresDataType. BIGSERIALDeprecated.static DataType<String>AuroraPostgresDataType. BITDeprecated.static DataType<String>AuroraPostgresDataType. BITVARYINGDeprecated.static DataType<Boolean>AuroraPostgresDataType. BOOLDeprecated.static DataType<Boolean>AuroraPostgresDataType. BOOLEANDeprecated.static DataType<String>AuroraPostgresDataType. BPCHARDeprecated.static DataType<byte[]>AuroraPostgresDataType. BYTEADeprecated.static DataType<String>AuroraPostgresDataType. CHARDeprecated.static DataType<String>AuroraPostgresDataType. CHARACTERDeprecated.static DataType<String>AuroraPostgresDataType. CHARACTERVARYINGDeprecated.static DataType<Long>AuroraPostgresDataType. CIDDeprecated.static DataType<Date>AuroraPostgresDataType. DATEDeprecated.static DataType<BigDecimal>AuroraPostgresDataType. DECIMALDeprecated.static DataType<Double>AuroraPostgresDataType. DOUBLEPRECISIONDeprecated.static DataType<Float>AuroraPostgresDataType. FLOAT4Deprecated.static DataType<Double>AuroraPostgresDataType. FLOAT8Deprecated.static DataType<Instant>AuroraPostgresDataType. INSTANTDeprecated.static DataType<Integer>AuroraPostgresDataType. INTDeprecated.static DataType<Short>AuroraPostgresDataType. INT2Deprecated.static DataType<Integer>AuroraPostgresDataType. INT4Deprecated.static DataType<Long>AuroraPostgresDataType. INT8Deprecated.static DataType<Integer>AuroraPostgresDataType. INTEGERDeprecated.static DataType<YearToSecond>AuroraPostgresDataType. INTERVALDeprecated.static DataType<DayToSecond>AuroraPostgresDataType. INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>AuroraPostgresDataType. INTERVALYEARTOMONTHDeprecated.static DataType<Object>AuroraPostgresDataType. JSONDeprecated.static DataType<String>AuroraPostgresDataType. NAMEDeprecated.static DataType<BigDecimal>AuroraPostgresDataType. NUMERICDeprecated.static DataType<Long>AuroraPostgresDataType. OIDDeprecated.static DataType<Long>AuroraPostgresDataType. OIDVECTORDeprecated.static DataType<Float>AuroraPostgresDataType. REALDeprecated.static DataType<Result<Record>>AuroraPostgresDataType. REFCURSORDeprecated.static DataType<String>AuroraPostgresDataType. REGPROCDeprecated.static DataType<Integer>AuroraPostgresDataType. SERIALDeprecated.static DataType<Integer>AuroraPostgresDataType. SERIAL4Deprecated.static DataType<Long>AuroraPostgresDataType. SERIAL8Deprecated.static DataType<Short>AuroraPostgresDataType. SMALLINTDeprecated.static DataType<String>AuroraPostgresDataType. TEXTDeprecated.static DataType<Long>AuroraPostgresDataType. TIDDeprecated.static DataType<Time>AuroraPostgresDataType. TIMEDeprecated.static DataType<Timestamp>AuroraPostgresDataType. TIMESTAMPDeprecated.static DataType<OffsetDateTime>AuroraPostgresDataType. TIMESTAMPTZDeprecated.static DataType<Timestamp>AuroraPostgresDataType. TIMESTAMPWITHOUTTIMEZONEDeprecated.static DataType<OffsetDateTime>AuroraPostgresDataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<OffsetTime>AuroraPostgresDataType. TIMETZDeprecated.static DataType<Time>AuroraPostgresDataType. TIMEWITHOUTTIMEZONEDeprecated.static DataType<OffsetTime>AuroraPostgresDataType. TIMEWITHTIMEZONEDeprecated.static DataType<UUID>AuroraPostgresDataType. UUIDDeprecated.static DataType<String>AuroraPostgresDataType. VARBITDeprecated.static DataType<String>AuroraPostgresDataType. VARCHARDeprecated.static DataType<Object>AuroraPostgresDataType. VOIDDeprecated.static DataType<Long>AuroraPostgresDataType. XIDDeprecated. -
Uses of DataType in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>CockroachDBDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>CockroachDBDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>CockroachDBDataType. __BINARYDeprecated.protected static DataType<Boolean>CockroachDBDataType. __BITDeprecated.protected static DataType<UInteger>CockroachDBDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<String>CockroachDBDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>CockroachDBDataType. __LONGVARBINARYDeprecated.protected static DataType<String>CockroachDBDataType. __LONGVARCHARDeprecated.protected static DataType<String>CockroachDBDataType. __NCHARDeprecated.protected static DataType<String>CockroachDBDataType. __NCLOBDeprecated.protected static DataType<String>CockroachDBDataType. __NVARCHARDeprecated.protected static DataType<UShort>CockroachDBDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Byte>CockroachDBDataType. __TINYINTDeprecated.protected static DataType<UByte>CockroachDBDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<byte[]>CockroachDBDataType. __VARBINARYDeprecated.static DataType<Long>CockroachDBDataType. BIGINTDeprecated.static DataType<Long>CockroachDBDataType. BIGSERIALDeprecated.static DataType<String>CockroachDBDataType. BITDeprecated.static DataType<String>CockroachDBDataType. BITVARYINGDeprecated.static DataType<byte[]>CockroachDBDataType. BLOBDeprecated.static DataType<Boolean>CockroachDBDataType. BOOLDeprecated.static DataType<Boolean>CockroachDBDataType. BOOLEANDeprecated.static DataType<byte[]>CockroachDBDataType. BYTEADeprecated.static DataType<byte[]>CockroachDBDataType. BYTESDeprecated.static DataType<String>CockroachDBDataType. CHARDeprecated.static DataType<String>CockroachDBDataType. CHARACTERDeprecated.static DataType<String>CockroachDBDataType. CHARACTERVARYINGDeprecated.static DataType<String>CockroachDBDataType. CHARVARYINGDeprecated.static DataType<Date>CockroachDBDataType. DATEDeprecated.static DataType<BigDecimal>CockroachDBDataType. DECDeprecated.static DataType<BigDecimal>CockroachDBDataType. DECIMALDeprecated.static DataType<Double>CockroachDBDataType. DOUBLEPRECISIONDeprecated.static DataType<Float>CockroachDBDataType. FLOAT4Deprecated.static DataType<Double>CockroachDBDataType. FLOAT8Deprecated.static DataType<Instant>CockroachDBDataType. INSTANTDeprecated.static DataType<Long>CockroachDBDataType. INTDeprecated.static DataType<Short>CockroachDBDataType. INT2Deprecated.static DataType<Integer>CockroachDBDataType. INT4Deprecated.static DataType<Long>CockroachDBDataType. INT8Deprecated.static DataType<Long>CockroachDBDataType. INTEGERDeprecated.static DataType<YearToSecond>CockroachDBDataType. INTERVALDeprecated.static DataType<DayToSecond>CockroachDBDataType. INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>CockroachDBDataType. INTERVALYEARTOMONTHDeprecated.static DataType<JSON>CockroachDBDataType. JSONDeprecated.static DataType<JSONB>CockroachDBDataType. JSONBDeprecated.static DataType<BigDecimal>CockroachDBDataType. NUMERICDeprecated.static DataType<Float>CockroachDBDataType. REALDeprecated.static DataType<Long>CockroachDBDataType. SERIALDeprecated.static DataType<Short>CockroachDBDataType. SERIAL2Deprecated.static DataType<Integer>CockroachDBDataType. SERIAL4Deprecated.static DataType<Long>CockroachDBDataType. SERIAL8Deprecated.static DataType<Short>CockroachDBDataType. SMALLINTDeprecated.static DataType<Short>CockroachDBDataType. SMALLSERIALDeprecated.static DataType<String>CockroachDBDataType. STRINGDeprecated.static DataType<String>CockroachDBDataType. TEXTDeprecated.static DataType<Time>CockroachDBDataType. TIMEDeprecated.static DataType<Timestamp>CockroachDBDataType. TIMESTAMPDeprecated.static DataType<OffsetDateTime>CockroachDBDataType. TIMESTAMPTZDeprecated.static DataType<Timestamp>CockroachDBDataType. TIMESTAMPWITHOUTTIMEZONEDeprecated.static DataType<OffsetDateTime>CockroachDBDataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<Time>CockroachDBDataType. TIMEWITHOUTTIMEZONEDeprecated.static DataType<UUID>CockroachDBDataType. UUIDDeprecated.static DataType<String>CockroachDBDataType. VARBITDeprecated.static DataType<String>CockroachDBDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.cubrid
Fields in org.jooq.util.cubrid declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>CUBRIDDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>CUBRIDDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<Boolean>CUBRIDDataType. __BITDeprecated.protected static DataType<Boolean>CUBRIDDataType. __BOOLDeprecated.protected static DataType<Double>CUBRIDDataType. __FLOATDeprecated.protected static DataType<UInteger>CUBRIDDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<String>CUBRIDDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>CUBRIDDataType. __LONGVARBINARYDeprecated.protected static DataType<String>CUBRIDDataType. __LONGVARCHARDeprecated.protected static DataType<String>CUBRIDDataType. __NCLOBDeprecated.protected static DataType<BigDecimal>CUBRIDDataType. __NUMERICDeprecated.protected static DataType<String>CUBRIDDataType. __NVARCHARDeprecated.protected static DataType<UShort>CUBRIDDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Byte>CUBRIDDataType. __TINYINTDeprecated.protected static DataType<UByte>CUBRIDDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>CUBRIDDataType. __UUIDDeprecated.static DataType<Long>CUBRIDDataType. BIGINTDeprecated.static DataType<byte[]>CUBRIDDataType. BITDeprecated.static DataType<byte[]>CUBRIDDataType. BITVARYINGDeprecated.static DataType<byte[]>CUBRIDDataType. BLOBDeprecated.static DataType<String>CUBRIDDataType. CHARDeprecated.static DataType<String>CUBRIDDataType. CHARACTERDeprecated.static DataType<String>CUBRIDDataType. CHARACTERVARYINGDeprecated.static DataType<String>CUBRIDDataType. CHARVARYINGDeprecated.static DataType<String>CUBRIDDataType. CLOBDeprecated.static DataType<Date>CUBRIDDataType. DATEDeprecated.static DataType<Timestamp>CUBRIDDataType. DATETIMEDeprecated.static DataType<BigDecimal>CUBRIDDataType. DECDeprecated.static DataType<BigDecimal>CUBRIDDataType. DECIMALDeprecated.static DataType<Double>CUBRIDDataType. DOUBLEDeprecated.static DataType<Double>CUBRIDDataType. DOUBLEPRECISIONDeprecated.static DataType<Object>CUBRIDDataType. ELODeprecated.static DataType<String>CUBRIDDataType. ENUMDeprecated.static DataType<Float>CUBRIDDataType. FLOATDeprecated.static DataType<Integer>CUBRIDDataType. INTDeprecated.static DataType<Integer>CUBRIDDataType. INTEGERDeprecated.static DataType<Double>CUBRIDDataType. MONETARYDeprecated.static DataType<Object>CUBRIDDataType. MULTISETDeprecated.static DataType<String>CUBRIDDataType. NCHARDeprecated.static DataType<BigDecimal>CUBRIDDataType. NUMERICDeprecated.static DataType<Object>CUBRIDDataType. OBJECTDeprecated.static DataType<Object>CUBRIDDataType. OIDDeprecated.static DataType<Float>CUBRIDDataType. REALDeprecated.static DataType<Object>CUBRIDDataType. SEQUENCEDeprecated.static DataType<Object>CUBRIDDataType. SETDeprecated.static DataType<Short>CUBRIDDataType. SHORTDeprecated.static DataType<Short>CUBRIDDataType. SMALLINTDeprecated.static DataType<String>CUBRIDDataType. STRINGDeprecated.static DataType<Time>CUBRIDDataType. TIMEDeprecated.static DataType<Timestamp>CUBRIDDataType. TIMESTAMPDeprecated.static DataType<byte[]>CUBRIDDataType. VARBITDeprecated.static DataType<String>CUBRIDDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.db2
Fields in org.jooq.util.db2 declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>DB2DataType. __BIGINTEGERDeprecated.protected static DataType<byte[]>DB2DataType. __BINARYDeprecated.protected static DataType<Boolean>DB2DataType. __BITDeprecated.protected static DataType<Boolean>DB2DataType. __BOOLEANDeprecated.protected static DataType<JSON>DB2DataType. __JSONDeprecated.protected static DataType<JSONB>DB2DataType. __JSONBDeprecated.protected static DataType<String>DB2DataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>DB2DataType. __LONGVARBINARYDeprecated.protected static DataType<String>DB2DataType. __NCHARDeprecated.protected static DataType<String>DB2DataType. __NCLOBDeprecated.protected static DataType<BigDecimal>DB2DataType. __NUMERICDeprecated.protected static DataType<String>DB2DataType. __NVARCHARDeprecated.protected static DataType<Byte>DB2DataType. __TINYINTDeprecated.protected static DataType<UUID>DB2DataType. __UUIDDeprecated.protected static DataType<byte[]>DB2DataType. __VARBINARYDeprecated.static DataType<Long>DB2DataType. BIGINTDeprecated.static DataType<byte[]>DB2DataType. BLOBDeprecated.static DataType<String>DB2DataType. CHARDeprecated.static DataType<String>DB2DataType. CHARACTERDeprecated.static DataType<byte[]>DB2DataType. CHARFORBITDATADeprecated.static DataType<String>DB2DataType. CLOBDeprecated.static DataType<Date>DB2DataType. DATEDeprecated.static DataType<String>DB2DataType. DBCLOBDeprecated.static DataType<BigDecimal>DB2DataType. DECFLOATDeprecated.static DataType<BigDecimal>DB2DataType. DECIMALDeprecated.static DataType<Double>DB2DataType. DOUBLEDeprecated.static DataType<String>DB2DataType. GRAPHICDeprecated.static DataType<Integer>DB2DataType. INTEGERDeprecated.static DataType<String>DB2DataType. LONGVARCHARDeprecated.static DataType<Float>DB2DataType. REALDeprecated.static DataType<byte[]>DB2DataType. ROWIDDeprecated.static DataType<Short>DB2DataType. SMALLINTDeprecated.static DataType<Time>DB2DataType. TIMEDeprecated.static DataType<Timestamp>DB2DataType. TIMESTAMPDeprecated.static DataType<String>DB2DataType. VARCHARDeprecated.static DataType<byte[]>DB2DataType. VARCHARFORBITDATADeprecated.static DataType<String>DB2DataType. VARGRAPHICDeprecated.static DataType<String>DB2DataType. XMLDeprecated. -
Uses of DataType in org.jooq.util.derby
Fields in org.jooq.util.derby declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>DerbyDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>DerbyDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>DerbyDataType. __BINARYDeprecated.protected static DataType<Boolean>DerbyDataType. __BITDeprecated.protected static DataType<UInteger>DerbyDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>DerbyDataType. __JSONDeprecated.protected static DataType<JSONB>DerbyDataType. __JSONBDeprecated.protected static DataType<String>DerbyDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>DerbyDataType. __LONGVARBINARYDeprecated.protected static DataType<String>DerbyDataType. __NCHARDeprecated.protected static DataType<String>DerbyDataType. __NCLOBDeprecated.protected static DataType<String>DerbyDataType. __NVARCHARDeprecated.protected static DataType<UShort>DerbyDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Byte>DerbyDataType. __TINYINTDeprecated.protected static DataType<UByte>DerbyDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>DerbyDataType. __UUIDDeprecated.protected static DataType<byte[]>DerbyDataType. __VARBINARYDeprecated.static DataType<Long>DerbyDataType. BIGINTDeprecated.static DataType<byte[]>DerbyDataType. BINARYLARGEOBJECTDeprecated.static DataType<byte[]>DerbyDataType. BLOBDeprecated.static DataType<Boolean>DerbyDataType. BOOLEANDeprecated.static DataType<String>DerbyDataType. CHARDeprecated.static DataType<String>DerbyDataType. CHARACTERDeprecated.static DataType<byte[]>DerbyDataType. CHARACTERFORBITDATADeprecated.static DataType<String>DerbyDataType. CHARACTERLARGEOBJECTDeprecated.static DataType<String>DerbyDataType. CHARACTERVARYINGDeprecated.static DataType<byte[]>DerbyDataType. CHARACTERVARYINGFORBITDATADeprecated.static DataType<byte[]>DerbyDataType. CHARFORBITDATADeprecated.static DataType<String>DerbyDataType. CHARVARYINGDeprecated.static DataType<byte[]>DerbyDataType. CHARVARYINGFORBITDATADeprecated.static DataType<String>DerbyDataType. CLOBDeprecated.static DataType<Date>DerbyDataType. DATEDeprecated.static DataType<BigDecimal>DerbyDataType. DECDeprecated.static DataType<BigDecimal>DerbyDataType. DECIMALDeprecated.static DataType<Double>DerbyDataType. DOUBLEDeprecated.static DataType<Double>DerbyDataType. DOUBLEPRECISIONDeprecated.static DataType<Double>DerbyDataType. FLOATDeprecated.static DataType<Integer>DerbyDataType. INTDeprecated.static DataType<Integer>DerbyDataType. INTEGERDeprecated.static DataType<String>DerbyDataType. JAVAIOSERIALIZABLEDeprecated.static DataType<String>DerbyDataType. LONGVARCHARDeprecated.static DataType<byte[]>DerbyDataType. LONGVARCHARFORBITDATADeprecated.static DataType<BigDecimal>DerbyDataType. NUMERICDeprecated.static DataType<String>DerbyDataType. ORGAPACHEDERBYCATALOGINDEXDESCRIPTORDeprecated.static DataType<String>DerbyDataType. ORGAPACHEDERBYCATALOGTYPEDESCRIPTORDeprecated.static DataType<Float>DerbyDataType. REALDeprecated.static DataType<Short>DerbyDataType. SMALLINTDeprecated.static DataType<Time>DerbyDataType. TIMEDeprecated.static DataType<Timestamp>DerbyDataType. TIMESTAMPDeprecated.static DataType<String>DerbyDataType. VARCHARDeprecated.static DataType<byte[]>DerbyDataType. VARCHARFORBITDATADeprecated. -
Uses of DataType in org.jooq.util.firebird
Fields in org.jooq.util.firebird declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>FirebirdDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>FirebirdDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>FirebirdDataType. __BINARYDeprecated.protected static DataType<Double>FirebirdDataType. __FLOATDeprecated.protected static DataType<UInteger>FirebirdDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>FirebirdDataType. __JSONDeprecated.protected static DataType<JSONB>FirebirdDataType. __JSONBDeprecated.protected static DataType<String>FirebirdDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>FirebirdDataType. __LONGVARBINARYDeprecated.protected static DataType<String>FirebirdDataType. __LONGVARCHARDeprecated.protected static DataType<String>FirebirdDataType. __NCHARDeprecated.protected static DataType<String>FirebirdDataType. __NCLOBDeprecated.protected static DataType<String>FirebirdDataType. __NVARCHARDeprecated.protected static DataType<UShort>FirebirdDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Byte>FirebirdDataType. __TINYINTDeprecated.protected static DataType<UByte>FirebirdDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>FirebirdDataType. __UUIDDeprecated.protected static DataType<byte[]>FirebirdDataType. __VARBINARYDeprecated.static DataType<Long>FirebirdDataType. BIGINTDeprecated.static DataType<Boolean>FirebirdDataType. BITDeprecated.static DataType<byte[]>FirebirdDataType. BLOBDeprecated.protected static DataType<byte[]>FirebirdDataType. BLOBSUBTYPE0Deprecated.protected static DataType<String>FirebirdDataType. BLOBSUBTYPE1Deprecated.protected static DataType<byte[]>FirebirdDataType. BLOBSUBTYPEBINARYDeprecated.protected static DataType<String>FirebirdDataType. BLOBSUBTYPETEXTDeprecated.static DataType<Boolean>FirebirdDataType. BOOLEANDeprecated.static DataType<String>FirebirdDataType. CHARDeprecated.static DataType<String>FirebirdDataType. CHARACTERDeprecated.static DataType<String>FirebirdDataType. CHARACTERVARYINGDeprecated.static DataType<String>FirebirdDataType. CLOBDeprecated.static DataType<Double>FirebirdDataType. D_FLOATDeprecated.static DataType<Date>FirebirdDataType. DATEDeprecated.static DataType<BigDecimal>FirebirdDataType. DECIMALDeprecated.static DataType<Double>FirebirdDataType. DOUBLEDeprecated.static DataType<Double>FirebirdDataType. DOUBLEPRECISIONDeprecated.static DataType<Float>FirebirdDataType. FLOATDeprecated.static DataType<Integer>FirebirdDataType. INTDeprecated.static DataType<Long>FirebirdDataType. INT64Deprecated.static DataType<Integer>FirebirdDataType. INTEGERDeprecated.static DataType<YearToSecond>FirebirdDataType. INTERVALDeprecated.static DataType<DayToSecond>FirebirdDataType. INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>FirebirdDataType. INTERVALYEARTOMONTHDeprecated.static DataType<BigDecimal>FirebirdDataType. NUMERICDeprecated.static DataType<Object>FirebirdDataType. OTHERDeprecated.static DataType<Short>FirebirdDataType. SMALLINTDeprecated.static DataType<Time>FirebirdDataType. TIMEDeprecated.static DataType<Timestamp>FirebirdDataType. TIMESTAMPDeprecated.static DataType<String>FirebirdDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.h2
Fields in org.jooq.util.h2 declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>H2DataType. __BIGINTEGERDeprecated.protected static DataType<ULong>H2DataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<UInteger>H2DataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<String>H2DataType. __LONGNVARCHARDeprecated.protected static DataType<Result<Record>>H2DataType. __RESULTDeprecated.protected static DataType<UShort>H2DataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>H2DataType. __TINYINTUNSIGNEDDeprecated.static DataType<Long>H2DataType. BIGINTDeprecated.static DataType<byte[]>H2DataType. BINARYDeprecated.static DataType<Boolean>H2DataType. BITDeprecated.static DataType<byte[]>H2DataType. BLOBDeprecated.static DataType<Boolean>H2DataType. BOOLDeprecated.static DataType<Boolean>H2DataType. BOOLEANDeprecated.static DataType<byte[]>H2DataType. BYTEADeprecated.static DataType<String>H2DataType. CHARDeprecated.static DataType<String>H2DataType. CHARACTERDeprecated.static DataType<String>H2DataType. CLOBDeprecated.static DataType<Date>H2DataType. DATEDeprecated.static DataType<Timestamp>H2DataType. DATETIMEDeprecated.static DataType<BigDecimal>H2DataType. DECDeprecated.static DataType<BigDecimal>H2DataType. DECIMALDeprecated.static DataType<Double>H2DataType. DOUBLEDeprecated.static DataType<Double>H2DataType. FLOATDeprecated.static DataType<Double>H2DataType. FLOAT4Deprecated.static DataType<Double>H2DataType. FLOAT8Deprecated.static DataType<Long>H2DataType. IDENTITYDeprecated.static DataType<byte[]>H2DataType. IMAGEDeprecated.static DataType<Instant>H2DataType. INSTANTDeprecated.static DataType<Integer>H2DataType. INTDeprecated.static DataType<Short>H2DataType. INT2Deprecated.static DataType<Integer>H2DataType. INT4Deprecated.static DataType<Long>H2DataType. INT8Deprecated.static DataType<Integer>H2DataType. INTEGERDeprecated.static DataType<DayToSecond>H2DataType. INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>H2DataType. INTERVALYEARTOMONTHDeprecated.static DataType<JSON>H2DataType. JSONDeprecated.static DataType<JSONB>H2DataType. JSONBDeprecated.static DataType<byte[]>H2DataType. LONGBLOBDeprecated.static DataType<String>H2DataType. LONGTEXTDeprecated.static DataType<byte[]>H2DataType. LONGVARBINARYDeprecated.static DataType<String>H2DataType. LONGVARCHARDeprecated.static DataType<byte[]>H2DataType. MEDIUMBLOBDeprecated.static DataType<Integer>H2DataType. MEDIUMINTDeprecated.static DataType<String>H2DataType. MEDIUMTEXTDeprecated.static DataType<String>H2DataType. NCHARDeprecated.static DataType<String>H2DataType. NCLOBDeprecated.static DataType<String>H2DataType. NTEXTDeprecated.static DataType<BigDecimal>H2DataType. NUMBERDeprecated.static DataType<BigDecimal>H2DataType. NUMERICDeprecated.static DataType<String>H2DataType. NVARCHARDeprecated.static DataType<String>H2DataType. NVARCHAR2Deprecated.static DataType<byte[]>H2DataType. OIDDeprecated.static DataType<Object>H2DataType. OTHERDeprecated.static DataType<byte[]>H2DataType. RAWDeprecated.static DataType<Float>H2DataType. REALDeprecated.static DataType<Integer>H2DataType. SIGNEDDeprecated.static DataType<Timestamp>H2DataType. SMALLDATETIMEDeprecated.static DataType<Short>H2DataType. SMALLINTDeprecated.static DataType<String>H2DataType. TEXTDeprecated.static DataType<Time>H2DataType. TIMEDeprecated.static DataType<Timestamp>H2DataType. TIMESTAMPDeprecated.static DataType<OffsetDateTime>H2DataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<byte[]>H2DataType. TINYBLOBDeprecated.static DataType<Byte>H2DataType. TINYINTDeprecated.static DataType<String>H2DataType. TINYTEXTDeprecated.static DataType<UUID>H2DataType. UUIDDeprecated.static DataType<byte[]>H2DataType. VARBINARYDeprecated.static DataType<String>H2DataType. VARCHARDeprecated.static DataType<String>H2DataType. VARCHAR_CASESENSITIVEDeprecated.static DataType<String>H2DataType. VARCHAR_IGNORECASEDeprecated.static DataType<String>H2DataType. VARCHAR2Deprecated.static DataType<Short>H2DataType. YEARDeprecated. -
Uses of DataType in org.jooq.util.hana
Fields in org.jooq.util.hana declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>HanaDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>HanaDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>HanaDataType. __BINARYDeprecated.protected static DataType<Boolean>HanaDataType. __BITDeprecated.protected static DataType<Boolean>HanaDataType. __BOOLEANDeprecated.protected static DataType<String>HanaDataType. __CHARDeprecated.protected static DataType<Double>HanaDataType. __FLOATDeprecated.protected static DataType<UInteger>HanaDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>HanaDataType. __JSONDeprecated.protected static DataType<JSONB>HanaDataType. __JSONBDeprecated.protected static DataType<String>HanaDataType. __LONGNVARCHARDeprecated.protected static DataType<String>HanaDataType. __LONGVARCHARDeprecated.protected static DataType<String>HanaDataType. __NCHARDeprecated.protected static DataType<String>HanaDataType. __NCLOBDeprecated.protected static DataType<BigDecimal>HanaDataType. __NUMERICDeprecated.protected static DataType<UShort>HanaDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>HanaDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>HanaDataType. __UUIDDeprecated.static DataType<Long>HanaDataType. BIGINTDeprecated.static DataType<byte[]>HanaDataType. BINARYLARGEOBJECTDeprecated.static DataType<byte[]>HanaDataType. BLOBDeprecated.static DataType<String>HanaDataType. CLOBDeprecated.static DataType<Date>HanaDataType. DATEDeprecated.static DataType<BigDecimal>HanaDataType. DECIMALDeprecated.static DataType<Double>HanaDataType. DOUBLEDeprecated.static DataType<Integer>HanaDataType. INTEGERDeprecated.static DataType<String>HanaDataType. NVARCHARDeprecated.static DataType<Float>HanaDataType. REALDeprecated.static DataType<Short>HanaDataType. SMALLINTDeprecated.static DataType<String>HanaDataType. TEXTDeprecated.static DataType<Time>HanaDataType. TIMEDeprecated.static DataType<Timestamp>HanaDataType. TIMESTAMPDeprecated.static DataType<Byte>HanaDataType. TINYINTDeprecated.static DataType<byte[]>HanaDataType. VARBINARYDeprecated.static DataType<String>HanaDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>HSQLDBDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>HSQLDBDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<UInteger>HSQLDBDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>HSQLDBDataType. __JSONDeprecated.protected static DataType<JSONB>HSQLDBDataType. __JSONBDeprecated.protected static DataType<String>HSQLDBDataType. __LONGNVARCHARDeprecated.protected static DataType<String>HSQLDBDataType. __NCHARDeprecated.protected static DataType<String>HSQLDBDataType. __NCLOBDeprecated.protected static DataType<String>HSQLDBDataType. __NVARCHARDeprecated.protected static DataType<UShort>HSQLDBDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>HSQLDBDataType. __TINYINTUNSIGNEDDeprecated.static DataType<Long>HSQLDBDataType. BIGINTDeprecated.static DataType<byte[]>HSQLDBDataType. BINARYDeprecated.static DataType<byte[]>HSQLDBDataType. BINARYLARGEOBJECTDeprecated.static DataType<Boolean>HSQLDBDataType. BITDeprecated.static DataType<byte[]>HSQLDBDataType. BLOBDeprecated.static DataType<Boolean>HSQLDBDataType. BOOLEANDeprecated.static DataType<String>HSQLDBDataType. CHARDeprecated.static DataType<String>HSQLDBDataType. CHARACTERDeprecated.static DataType<String>HSQLDBDataType. CHARACTERLARGEOBJECTDeprecated.static DataType<String>HSQLDBDataType. CHARACTERVARYINGDeprecated.static DataType<String>HSQLDBDataType. CHARLARGEOBJECTDeprecated.static DataType<String>HSQLDBDataType. CLOBDeprecated.static DataType<Date>HSQLDBDataType. DATEDeprecated.static DataType<Timestamp>HSQLDBDataType. DATETIMEDeprecated.static DataType<BigDecimal>HSQLDBDataType. DECIMALDeprecated.static DataType<Double>HSQLDBDataType. DOUBLEDeprecated.static DataType<Double>HSQLDBDataType. DOUBLEPRECISIONDeprecated.static DataType<Double>HSQLDBDataType. FLOATDeprecated.static DataType<Instant>HSQLDBDataType. INSTANTDeprecated.static DataType<Integer>HSQLDBDataType. INTDeprecated.static DataType<Integer>HSQLDBDataType. INTEGERDeprecated.static DataType<YearToSecond>HSQLDBDataType. INTERVALDeprecated.static DataType<DayToSecond>HSQLDBDataType. INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>HSQLDBDataType. INTERVALYEARTOMONTHDeprecated.static DataType<byte[]>HSQLDBDataType. LONGVARBINARYDeprecated.static DataType<String>HSQLDBDataType. LONGVARCHARDeprecated.static DataType<BigDecimal>HSQLDBDataType. NUMERICDeprecated.static DataType<Object>HSQLDBDataType. OBJECTDeprecated.static DataType<Object>HSQLDBDataType. OTHERDeprecated.static DataType<Float>HSQLDBDataType. REALDeprecated.static DataType<Result<Record>>HSQLDBDataType. ROWDeprecated.static DataType<Short>HSQLDBDataType. SMALLINTDeprecated.static DataType<Time>HSQLDBDataType. TIMEDeprecated.static DataType<Timestamp>HSQLDBDataType. TIMESTAMPDeprecated.static DataType<Timestamp>HSQLDBDataType. TIMESTAMPWITHOUTTIMEZONEDeprecated.static DataType<OffsetDateTime>HSQLDBDataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<Time>HSQLDBDataType. TIMEWITHOUTTIMEZONEDeprecated.static DataType<OffsetTime>HSQLDBDataType. TIMEWITHTIMEZONEDeprecated.static DataType<Byte>HSQLDBDataType. TINYINTDeprecated.static DataType<UUID>HSQLDBDataType. UUIDDeprecated.static DataType<byte[]>HSQLDBDataType. VARBINARYDeprecated.static DataType<String>HSQLDBDataType. VARCHARDeprecated.static DataType<String>HSQLDBDataType. VARCHARIGNORECASEDeprecated. -
Uses of DataType in org.jooq.util.informix
Fields in org.jooq.util.informix declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>InformixDataType. __BIGINTEGERDeprecated.protected static DataType<byte[]>InformixDataType. __BINARYDeprecated.protected static DataType<Boolean>InformixDataType. __BITDeprecated.protected static DataType<JSON>InformixDataType. __JSONDeprecated.protected static DataType<JSONB>InformixDataType. __JSONBDeprecated.protected static DataType<String>InformixDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>InformixDataType. __LONGVARBINARYDeprecated.protected static DataType<String>InformixDataType. __NCLOBDeprecated.protected static DataType<BigDecimal>InformixDataType. __NUMERICDeprecated.protected static DataType<Time>InformixDataType. __TIMEDeprecated.protected static DataType<Byte>InformixDataType. __TINYINTDeprecated.protected static DataType<UUID>InformixDataType. __UUIDDeprecated.static DataType<Long>InformixDataType. BIGINTDeprecated.static DataType<byte[]>InformixDataType. BLOBDeprecated.static DataType<Boolean>InformixDataType. BOOLEANDeprecated.static DataType<byte[]>InformixDataType. BYTEDeprecated.static DataType<String>InformixDataType. CHARDeprecated.static DataType<String>InformixDataType. CHARACTERDeprecated.static DataType<String>InformixDataType. CLOBDeprecated.static DataType<Date>InformixDataType. DATEDeprecated.static DataType<Timestamp>InformixDataType. DATETIMEDeprecated.static DataType<BigDecimal>InformixDataType. DECDeprecated.static DataType<BigDecimal>InformixDataType. DECIMALDeprecated.static DataType<Double>InformixDataType. DOUBLE_PRECISIONDeprecated.static DataType<Double>InformixDataType. FLOATDeprecated.static DataType<Integer>InformixDataType. INTDeprecated.static DataType<Long>InformixDataType. INT8Deprecated.static DataType<Integer>InformixDataType. INTEGERDeprecated.static DataType<String>InformixDataType. LONGVARCHARDeprecated.static DataType<String>InformixDataType. LVARCHARDeprecated.static DataType<BigDecimal>InformixDataType. MONEYDeprecated.static DataType<String>InformixDataType. NCHARDeprecated.static DataType<BigDecimal>InformixDataType. NUMERICDeprecated.static DataType<String>InformixDataType. NVARCHARDeprecated.static DataType<Float>InformixDataType. REALDeprecated.static DataType<Integer>InformixDataType. SERIALDeprecated.static DataType<Long>InformixDataType. SERIAL8Deprecated.static DataType<Float>InformixDataType. SMALLFLOATDeprecated.static DataType<Short>InformixDataType. SMALLINTDeprecated.static DataType<String>InformixDataType. TEXTDeprecated.static DataType<String>InformixDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.ingres
Fields in org.jooq.util.ingres declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>IngresDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>IngresDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<UInteger>IngresDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>IngresDataType. __JSONDeprecated.protected static DataType<JSONB>IngresDataType. __JSONBDeprecated.protected static DataType<UShort>IngresDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>IngresDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>IngresDataType. __UUIDDeprecated.static DataType<Date>IngresDataType. ANSIDATEDeprecated.static DataType<Long>IngresDataType. BIGINTDeprecated.static DataType<byte[]>IngresDataType. BINARYDeprecated.static DataType<byte[]>IngresDataType. BINARYLARGEOBJECTDeprecated.static DataType<Boolean>IngresDataType. BITDeprecated.static DataType<byte[]>IngresDataType. BLOBDeprecated.static DataType<Boolean>IngresDataType. BOOLEANDeprecated.static DataType<byte[]>IngresDataType. BYTEDeprecated.static DataType<String>IngresDataType. CDeprecated.static DataType<String>IngresDataType. CHARDeprecated.static DataType<String>IngresDataType. CHARACTERDeprecated.static DataType<String>IngresDataType. CHARACTERLARGEOBJECTDeprecated.static DataType<String>IngresDataType. CHARACTERVARYINGDeprecated.static DataType<String>IngresDataType. CHARLARGEOBJECTDeprecated.static DataType<String>IngresDataType. CLOBDeprecated.static DataType<Date>IngresDataType. DATEDeprecated.static DataType<BigDecimal>IngresDataType. DECIMALDeprecated.static DataType<Double>IngresDataType. DOUBLEPRECISIONDeprecated.static DataType<Double>IngresDataType. FLOATDeprecated.static DataType<Float>IngresDataType. FLOAT4Deprecated.static DataType<Double>IngresDataType. FLOAT8Deprecated.static DataType<Byte>IngresDataType. I1Deprecated.static DataType<Short>IngresDataType. I2Deprecated.static DataType<Integer>IngresDataType. I4Deprecated.static DataType<Long>IngresDataType. I8Deprecated.static DataType<Date>IngresDataType. INGRESDATEDeprecated.static DataType<Integer>IngresDataType. INTEGERDeprecated.static DataType<Byte>IngresDataType. INTEGER1Deprecated.static DataType<Short>IngresDataType. INTEGER2Deprecated.static DataType<Integer>IngresDataType. INTEGER4Deprecated.static DataType<Long>IngresDataType. INTEGER8Deprecated.static DataType<byte[]>IngresDataType. LONGBYTEDeprecated.static DataType<String>IngresDataType. LONGNVARCHARDeprecated.static DataType<String>IngresDataType. LONGVARCHARDeprecated.static DataType<String>IngresDataType. NATIONALCHARACTERLARGEOBJECTDeprecated.static DataType<String>IngresDataType. NCHARDeprecated.static DataType<String>IngresDataType. NCHARLARGEOBJECTDeprecated.static DataType<String>IngresDataType. NCLOBDeprecated.static DataType<BigDecimal>IngresDataType. NUMERICDeprecated.static DataType<String>IngresDataType. NVARCHARDeprecated.static DataType<Float>IngresDataType. REALDeprecated.static DataType<Short>IngresDataType. SMALLINTDeprecated.static DataType<String>IngresDataType. TEXTDeprecated.static DataType<Time>IngresDataType. TIMEDeprecated.static DataType<Timestamp>IngresDataType. TIMESTAMPDeprecated.static DataType<Timestamp>IngresDataType. TIMESTAMPWITHLOCALTIMEZONEDeprecated.static DataType<Timestamp>IngresDataType. TIMESTAMPWITHOUTTIMEZONEDeprecated.static DataType<Timestamp>IngresDataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<Time>IngresDataType. TIMEWITHLOCALTIMEZONEDeprecated.static DataType<Time>IngresDataType. TIMEWITHOUTTIMEZONEDeprecated.static DataType<Time>IngresDataType. TIMEWITHTIMEZONEDeprecated.static DataType<Byte>IngresDataType. TINYINTDeprecated.static DataType<byte[]>IngresDataType. VARBINARYDeprecated.static DataType<byte[]>IngresDataType. VARBYTEDeprecated.static DataType<String>IngresDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.mariadb
Fields in org.jooq.util.mariadb declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>MariaDBDataType. __BIGINTEGERDeprecated.protected static DataType<JSONB>MariaDBDataType. __JSONBDeprecated.protected static DataType<String>MariaDBDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>MariaDBDataType. __LONGVARBINARYDeprecated.protected static DataType<String>MariaDBDataType. __LONGVARCHARDeprecated.protected static DataType<String>MariaDBDataType. __NCHARDeprecated.protected static DataType<String>MariaDBDataType. __NCLOBDeprecated.protected static DataType<BigDecimal>MariaDBDataType. __NUMERICDeprecated.protected static DataType<String>MariaDBDataType. __NVARCHARDeprecated.protected static DataType<UUID>MariaDBDataType. __UUIDDeprecated.static DataType<Long>MariaDBDataType. BIGINTDeprecated.static DataType<ULong>MariaDBDataType. BIGINTUNSIGNEDDeprecated.static DataType<byte[]>MariaDBDataType. BINARYDeprecated.static DataType<Boolean>MariaDBDataType. BITDeprecated.static DataType<byte[]>MariaDBDataType. BLOBDeprecated.static DataType<Boolean>MariaDBDataType. BOOLDeprecated.static DataType<Boolean>MariaDBDataType. BOOLEANDeprecated.static DataType<String>MariaDBDataType. CHARDeprecated.static DataType<Date>MariaDBDataType. DATEDeprecated.static DataType<Timestamp>MariaDBDataType. DATETIMEDeprecated.static DataType<BigDecimal>MariaDBDataType. DECDeprecated.static DataType<BigDecimal>MariaDBDataType. DECIMALDeprecated.static DataType<Double>MariaDBDataType. DOUBLEDeprecated.static DataType<String>MariaDBDataType. ENUMDeprecated.static DataType<Double>MariaDBDataType. FLOATDeprecated.static DataType<Integer>MariaDBDataType. INTDeprecated.static DataType<Integer>MariaDBDataType. INTEGERDeprecated.static DataType<UInteger>MariaDBDataType. INTEGERUNSIGNEDDeprecated.static DataType<UInteger>MariaDBDataType. INTUNSIGNEDDeprecated.static DataType<JSON>MariaDBDataType. JSONDeprecated.static DataType<byte[]>MariaDBDataType. LONGBLOBDeprecated.static DataType<String>MariaDBDataType. LONGTEXTDeprecated.static DataType<byte[]>MariaDBDataType. MEDIUMBLOBDeprecated.static DataType<Integer>MariaDBDataType. MEDIUMINTDeprecated.static DataType<UInteger>MariaDBDataType. MEDIUMINTUNSIGNEDDeprecated.static DataType<String>MariaDBDataType. MEDIUMTEXTDeprecated.static DataType<Float>MariaDBDataType. REALDeprecated.static DataType<String>MariaDBDataType. SETDeprecated.static DataType<Short>MariaDBDataType. SMALLINTDeprecated.static DataType<UShort>MariaDBDataType. SMALLINTUNSIGNEDDeprecated.static DataType<String>MariaDBDataType. TEXTDeprecated.static DataType<Time>MariaDBDataType. TIMEDeprecated.static DataType<Timestamp>MariaDBDataType. TIMESTAMPDeprecated.static DataType<byte[]>MariaDBDataType. TINYBLOBDeprecated.static DataType<Byte>MariaDBDataType. TINYINTDeprecated.static DataType<UByte>MariaDBDataType. TINYINTUNSIGNEDDeprecated.static DataType<String>MariaDBDataType. TINYTEXTDeprecated.static DataType<byte[]>MariaDBDataType. VARBINARYDeprecated.static DataType<String>MariaDBDataType. VARCHARDeprecated.static DataType<Date>MariaDBDataType. YEARDeprecated. -
Uses of DataType in org.jooq.util.memsql
Fields in org.jooq.util.memsql declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>MemSQLDataType. __BIGINTEGERDeprecated.protected static DataType<JSON>MemSQLDataType. __JSONDeprecated.protected static DataType<JSONB>MemSQLDataType. __JSONBDeprecated.protected static DataType<String>MemSQLDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>MemSQLDataType. __LONGVARBINARYDeprecated.protected static DataType<String>MemSQLDataType. __LONGVARCHARDeprecated.protected static DataType<String>MemSQLDataType. __NCHARDeprecated.protected static DataType<String>MemSQLDataType. __NCLOBDeprecated.protected static DataType<BigDecimal>MemSQLDataType. __NUMERICDeprecated.protected static DataType<String>MemSQLDataType. __NVARCHARDeprecated.protected static DataType<UUID>MemSQLDataType. __UUIDDeprecated.static DataType<Long>MemSQLDataType. BIGINTDeprecated.static DataType<ULong>MemSQLDataType. BIGINTUNSIGNEDDeprecated.static DataType<byte[]>MemSQLDataType. BINARYDeprecated.static DataType<Boolean>MemSQLDataType. BITDeprecated.static DataType<byte[]>MemSQLDataType. BLOBDeprecated.static DataType<Boolean>MemSQLDataType. BOOLDeprecated.static DataType<Boolean>MemSQLDataType. BOOLEANDeprecated.static DataType<String>MemSQLDataType. CHARDeprecated.static DataType<Date>MemSQLDataType. DATEDeprecated.static DataType<Timestamp>MemSQLDataType. DATETIMEDeprecated.static DataType<BigDecimal>MemSQLDataType. DECDeprecated.static DataType<BigDecimal>MemSQLDataType. DECIMALDeprecated.static DataType<Double>MemSQLDataType. DOUBLEDeprecated.static DataType<String>MemSQLDataType. ENUMDeprecated.static DataType<Double>MemSQLDataType. FLOATDeprecated.static DataType<Integer>MemSQLDataType. INTDeprecated.static DataType<Integer>MemSQLDataType. INTEGERDeprecated.static DataType<UInteger>MemSQLDataType. INTEGERUNSIGNEDDeprecated.static DataType<UInteger>MemSQLDataType. INTUNSIGNEDDeprecated.static DataType<byte[]>MemSQLDataType. LONGBLOBDeprecated.static DataType<String>MemSQLDataType. LONGTEXTDeprecated.static DataType<byte[]>MemSQLDataType. MEDIUMBLOBDeprecated.static DataType<Integer>MemSQLDataType. MEDIUMINTDeprecated.static DataType<UInteger>MemSQLDataType. MEDIUMINTUNSIGNEDDeprecated.static DataType<String>MemSQLDataType. MEDIUMTEXTDeprecated.static DataType<Float>MemSQLDataType. REALDeprecated.static DataType<String>MemSQLDataType. SETDeprecated.static DataType<Short>MemSQLDataType. SMALLINTDeprecated.static DataType<UShort>MemSQLDataType. SMALLINTUNSIGNEDDeprecated.static DataType<String>MemSQLDataType. TEXTDeprecated.static DataType<Time>MemSQLDataType. TIMEDeprecated.static DataType<Timestamp>MemSQLDataType. TIMESTAMPDeprecated.static DataType<byte[]>MemSQLDataType. TINYBLOBDeprecated.static DataType<Byte>MemSQLDataType. TINYINTDeprecated.static DataType<UByte>MemSQLDataType. TINYINTUNSIGNEDDeprecated.static DataType<String>MemSQLDataType. TINYTEXTDeprecated.static DataType<byte[]>MemSQLDataType. VARBINARYDeprecated.static DataType<String>MemSQLDataType. VARCHARDeprecated.static DataType<Date>MemSQLDataType. YEARDeprecated. -
Uses of DataType in org.jooq.util.mysql
Fields in org.jooq.util.mysql declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>MySQLDataType. __BIGINTEGERDeprecated.protected static DataType<JSONB>MySQLDataType. __JSONBDeprecated.protected static DataType<String>MySQLDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>MySQLDataType. __LONGVARBINARYDeprecated.protected static DataType<String>MySQLDataType. __LONGVARCHARDeprecated.protected static DataType<String>MySQLDataType. __NCHARDeprecated.protected static DataType<String>MySQLDataType. __NCLOBDeprecated.protected static DataType<BigDecimal>MySQLDataType. __NUMERICDeprecated.protected static DataType<String>MySQLDataType. __NVARCHARDeprecated.protected static DataType<UUID>MySQLDataType. __UUIDDeprecated.static DataType<Long>MySQLDataType. BIGINTDeprecated.static DataType<ULong>MySQLDataType. BIGINTUNSIGNEDDeprecated.static DataType<byte[]>MySQLDataType. BINARYDeprecated.static DataType<Boolean>MySQLDataType. BITDeprecated.static DataType<byte[]>MySQLDataType. BLOBDeprecated.static DataType<Boolean>MySQLDataType. BOOLDeprecated.static DataType<Boolean>MySQLDataType. BOOLEANDeprecated.static DataType<String>MySQLDataType. CHARDeprecated.static DataType<Date>MySQLDataType. DATEDeprecated.static DataType<Timestamp>MySQLDataType. DATETIMEDeprecated.static DataType<BigDecimal>MySQLDataType. DECDeprecated.static DataType<BigDecimal>MySQLDataType. DECIMALDeprecated.static DataType<Double>MySQLDataType. DOUBLEDeprecated.static DataType<String>MySQLDataType. ENUMDeprecated.static DataType<Double>MySQLDataType. FLOATDeprecated.static DataType<Integer>MySQLDataType. INTDeprecated.static DataType<Integer>MySQLDataType. INTEGERDeprecated.static DataType<UInteger>MySQLDataType. INTEGERUNSIGNEDDeprecated.static DataType<UInteger>MySQLDataType. INTUNSIGNEDDeprecated.static DataType<JSON>MySQLDataType. JSONDeprecated.static DataType<byte[]>MySQLDataType. LONGBLOBDeprecated.static DataType<String>MySQLDataType. LONGTEXTDeprecated.static DataType<byte[]>MySQLDataType. MEDIUMBLOBDeprecated.static DataType<Integer>MySQLDataType. MEDIUMINTDeprecated.static DataType<UInteger>MySQLDataType. MEDIUMINTUNSIGNEDDeprecated.static DataType<String>MySQLDataType. MEDIUMTEXTDeprecated.static DataType<Float>MySQLDataType. REALDeprecated.static DataType<String>MySQLDataType. SETDeprecated.static DataType<Short>MySQLDataType. SMALLINTDeprecated.static DataType<UShort>MySQLDataType. SMALLINTUNSIGNEDDeprecated.static DataType<String>MySQLDataType. TEXTDeprecated.static DataType<Time>MySQLDataType. TIMEDeprecated.static DataType<Timestamp>MySQLDataType. TIMESTAMPDeprecated.static DataType<byte[]>MySQLDataType. TINYBLOBDeprecated.static DataType<Byte>MySQLDataType. TINYINTDeprecated.static DataType<UByte>MySQLDataType. TINYINTUNSIGNEDDeprecated.static DataType<String>MySQLDataType. TINYTEXTDeprecated.static DataType<byte[]>MySQLDataType. VARBINARYDeprecated.static DataType<String>MySQLDataType. VARCHARDeprecated.static DataType<Date>MySQLDataType. YEARDeprecated. -
Uses of DataType in org.jooq.util.oracle
Fields in org.jooq.util.oracle declared as DataType Modifier and Type Field Description protected static DataType<Long>OracleDataType. __BIGINTDeprecated.protected static DataType<BigInteger>OracleDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>OracleDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>OracleDataType. __BINARYDeprecated.protected static DataType<Boolean>OracleDataType. __BITDeprecated.protected static DataType<Boolean>OracleDataType. __BOOLEANDeprecated.protected static DataType<Double>OracleDataType. __DOUBLEDeprecated.protected static DataType<Double>OracleDataType. __FLOATDeprecated.protected static DataType<Integer>OracleDataType. __INTEGERDeprecated.protected static DataType<UInteger>OracleDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<String>OracleDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>OracleDataType. __LONGVARBINARYDeprecated.protected static DataType<String>OracleDataType. __LONGVARCHARDeprecated.protected static DataType<Float>OracleDataType. __REALDeprecated.protected static DataType<Short>OracleDataType. __SMALLINTDeprecated.protected static DataType<UShort>OracleDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Time>OracleDataType. __TIMEDeprecated.protected static DataType<OffsetDateTime>OracleDataType. __TIMESTAMPWITHTZDeprecated.protected static DataType<OffsetTime>OracleDataType. __TIMEWITHTIMEZONEDeprecated.protected static DataType<Byte>OracleDataType. __TINYINTDeprecated.protected static DataType<UByte>OracleDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>OracleDataType. __UUIDDeprecated.protected static DataType<byte[]>OracleDataType. __VARBINARYDeprecated.static DataType<byte[]>OracleDataType. BFILEDeprecated.static DataType<Double>OracleDataType. BINARY_DOUBLEDeprecated.static DataType<Float>OracleDataType. BINARY_FLOATDeprecated.static DataType<Integer>OracleDataType. BINARY_INTEGERDeprecated.static DataType<byte[]>OracleDataType. BLOBDeprecated.static DataType<Boolean>OracleDataType. BOOLEANDeprecated.static DataType<String>OracleDataType. CHARDeprecated.static DataType<String>OracleDataType. CLOBDeprecated.static DataType<Date>OracleDataType. DATEDeprecated.static DataType<BigDecimal>OracleDataType. DECDeprecated.static DataType<BigDecimal>OracleDataType. DECIMALDeprecated.static DataType<Double>OracleDataType. DOUBLE_PRECISIONDeprecated.static DataType<Double>OracleDataType. FLOATDeprecated.static DataType<Instant>OracleDataType. INSTANTDeprecated.static DataType<BigInteger>OracleDataType. INTDeprecated.static DataType<BigInteger>OracleDataType. INTEGERDeprecated.static DataType<YearToSecond>OracleDataType. INTERVALDeprecated.static DataType<DayToSecond>OracleDataType. INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>OracleDataType. INTERVALYEARTOMONTHDeprecated.static DataType<String>OracleDataType. LONGDeprecated.static DataType<byte[]>OracleDataType. LONGRAWDeprecated.static DataType<Integer>OracleDataType. NATURALDeprecated.static DataType<Integer>OracleDataType. NATURALNDeprecated.static DataType<String>OracleDataType. NCHARDeprecated.static DataType<String>OracleDataType. NCLOBDeprecated.static DataType<BigDecimal>OracleDataType. NUMBERDeprecated.static DataType<BigDecimal>OracleDataType. NUMERICDeprecated.static DataType<String>OracleDataType. NVARCHARDeprecated.static DataType<String>OracleDataType. NVARCHAR2Deprecated.static DataType<Boolean>OracleDataType. PLS_BOOLEANDeprecated.static DataType<Integer>OracleDataType. PLS_INTEGERDeprecated.static DataType<Integer>OracleDataType. POSITIVEDeprecated.static DataType<Integer>OracleDataType. POSITIVENDeprecated.static DataType<byte[]>OracleDataType. RAWDeprecated.static DataType<Double>OracleDataType. REALDeprecated.static DataType<Result<Record>>OracleDataType. REF_CURSORDeprecated.static DataType<Integer>OracleDataType. SIGNTYPEDeprecated.static DataType<BigInteger>OracleDataType. SMALLINTDeprecated.static DataType<Timestamp>OracleDataType. TIMESTAMPDeprecated.static DataType<OffsetDateTime>OracleDataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<String>OracleDataType. VARCHARDeprecated.static DataType<String>OracleDataType. VARCHAR2Deprecated. -
Uses of DataType in org.jooq.util.postgres
Fields in org.jooq.util.postgres declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>PostgresDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>PostgresDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>PostgresDataType. __BINARYDeprecated.protected static DataType<Boolean>PostgresDataType. __BITDeprecated.protected static DataType<UInteger>PostgresDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<String>PostgresDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>PostgresDataType. __LONGVARBINARYDeprecated.protected static DataType<String>PostgresDataType. __LONGVARCHARDeprecated.protected static DataType<String>PostgresDataType. __NCHARDeprecated.protected static DataType<String>PostgresDataType. __NCLOBDeprecated.protected static DataType<String>PostgresDataType. __NVARCHARDeprecated.protected static DataType<UShort>PostgresDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Byte>PostgresDataType. __TINYINTDeprecated.protected static DataType<UByte>PostgresDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<byte[]>PostgresDataType. __VARBINARYDeprecated.static DataType<String>PostgresDataType. ACLITEMDeprecated.static DataType<Object>PostgresDataType. ANYDeprecated.static DataType<Long>PostgresDataType. BIGINTDeprecated.static DataType<Long>PostgresDataType. BIGSERIALDeprecated.static DataType<String>PostgresDataType. BITDeprecated.static DataType<String>PostgresDataType. BITVARYINGDeprecated.static DataType<Boolean>PostgresDataType. BOOLDeprecated.static DataType<Boolean>PostgresDataType. BOOLEANDeprecated.static DataType<String>PostgresDataType. BPCHARDeprecated.static DataType<byte[]>PostgresDataType. BYTEADeprecated.static DataType<String>PostgresDataType. CHARDeprecated.static DataType<String>PostgresDataType. CHARACTERDeprecated.static DataType<String>PostgresDataType. CHARACTERVARYINGDeprecated.static DataType<Long>PostgresDataType. CIDDeprecated.static DataType<Date>PostgresDataType. DATEDeprecated.static DataType<BigDecimal>PostgresDataType. DECIMALDeprecated.static DataType<Double>PostgresDataType. DOUBLEPRECISIONDeprecated.static DataType<Float>PostgresDataType. FLOAT4Deprecated.static DataType<Double>PostgresDataType. FLOAT8Deprecated.static DataType<Instant>PostgresDataType. INSTANTDeprecated.static DataType<Integer>PostgresDataType. INTDeprecated.static DataType<Short>PostgresDataType. INT2Deprecated.static DataType<Integer>PostgresDataType. INT4Deprecated.static DataType<Long>PostgresDataType. INT8Deprecated.static DataType<Integer>PostgresDataType. INTEGERDeprecated.static DataType<YearToSecond>PostgresDataType. INTERVALDeprecated.static DataType<DayToSecond>PostgresDataType. INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>PostgresDataType. INTERVALYEARTOMONTHDeprecated.static DataType<JSON>PostgresDataType. JSONDeprecated.static DataType<JSONB>PostgresDataType. JSONBDeprecated.static DataType<String>PostgresDataType. NAMEDeprecated.static DataType<BigDecimal>PostgresDataType. NUMERICDeprecated.static DataType<Long>PostgresDataType. OIDDeprecated.static DataType<Long>PostgresDataType. OIDVECTORDeprecated.static DataType<Float>PostgresDataType. REALDeprecated.static DataType<Result<Record>>PostgresDataType. REFCURSORDeprecated.static DataType<String>PostgresDataType. REGPROCDeprecated.static DataType<Integer>PostgresDataType. SERIALDeprecated.static DataType<Integer>PostgresDataType. SERIAL4Deprecated.static DataType<Long>PostgresDataType. SERIAL8Deprecated.static DataType<Short>PostgresDataType. SMALLINTDeprecated.static DataType<String>PostgresDataType. TEXTDeprecated.static DataType<Long>PostgresDataType. TIDDeprecated.static DataType<Time>PostgresDataType. TIMEDeprecated.static DataType<Timestamp>PostgresDataType. TIMESTAMPDeprecated.static DataType<OffsetDateTime>PostgresDataType. TIMESTAMPTZDeprecated.static DataType<Timestamp>PostgresDataType. TIMESTAMPWITHOUTTIMEZONEDeprecated.static DataType<OffsetDateTime>PostgresDataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<OffsetTime>PostgresDataType. TIMETZDeprecated.static DataType<Time>PostgresDataType. TIMEWITHOUTTIMEZONEDeprecated.static DataType<OffsetTime>PostgresDataType. TIMEWITHTIMEZONEDeprecated.static DataType<UUID>PostgresDataType. UUIDDeprecated.static DataType<String>PostgresDataType. VARBITDeprecated.static DataType<String>PostgresDataType. VARCHARDeprecated.static DataType<Object>PostgresDataType. VOIDDeprecated.static DataType<Long>PostgresDataType. XIDDeprecated. -
Uses of DataType in org.jooq.util.redshift
Fields in org.jooq.util.redshift declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>RedshiftDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>RedshiftDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>RedshiftDataType. __BINARYDeprecated.protected static DataType<Boolean>RedshiftDataType. __BITDeprecated.protected static DataType<UInteger>RedshiftDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<String>RedshiftDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>RedshiftDataType. __LONGVARBINARYDeprecated.protected static DataType<String>RedshiftDataType. __LONGVARCHARDeprecated.protected static DataType<String>RedshiftDataType. __NCHARDeprecated.protected static DataType<String>RedshiftDataType. __NCLOBDeprecated.protected static DataType<String>RedshiftDataType. __NVARCHARDeprecated.protected static DataType<UShort>RedshiftDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Byte>RedshiftDataType. __TINYINTDeprecated.protected static DataType<UByte>RedshiftDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<byte[]>RedshiftDataType. __VARBINARYDeprecated.static DataType<String>RedshiftDataType. ACLITEMDeprecated.static DataType<Object>RedshiftDataType. ANYDeprecated.static DataType<Long>RedshiftDataType. BIGINTDeprecated.static DataType<Long>RedshiftDataType. BIGSERIALDeprecated.static DataType<String>RedshiftDataType. BITDeprecated.static DataType<String>RedshiftDataType. BITVARYINGDeprecated.static DataType<Boolean>RedshiftDataType. BOOLDeprecated.static DataType<Boolean>RedshiftDataType. BOOLEANDeprecated.static DataType<String>RedshiftDataType. BPCHARDeprecated.static DataType<byte[]>RedshiftDataType. BYTEADeprecated.static DataType<String>RedshiftDataType. CHARDeprecated.static DataType<String>RedshiftDataType. CHARACTERDeprecated.static DataType<String>RedshiftDataType. CHARACTERVARYINGDeprecated.static DataType<Long>RedshiftDataType. CIDDeprecated.static DataType<Date>RedshiftDataType. DATEDeprecated.static DataType<BigDecimal>RedshiftDataType. DECIMALDeprecated.static DataType<Double>RedshiftDataType. DOUBLEPRECISIONDeprecated.static DataType<Float>RedshiftDataType. FLOAT4Deprecated.static DataType<Double>RedshiftDataType. FLOAT8Deprecated.static DataType<Integer>RedshiftDataType. INTDeprecated.static DataType<Short>RedshiftDataType. INT2Deprecated.static DataType<Integer>RedshiftDataType. INT4Deprecated.static DataType<Long>RedshiftDataType. INT8Deprecated.static DataType<Integer>RedshiftDataType. INTEGERDeprecated.static DataType<YearToSecond>RedshiftDataType. INTERVALDeprecated.static DataType<DayToSecond>RedshiftDataType. INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>RedshiftDataType. INTERVALYEARTOMONTHDeprecated.static DataType<Object>RedshiftDataType. JSONDeprecated.static DataType<BigDecimal>RedshiftDataType. MONEYDeprecated.static DataType<String>RedshiftDataType. NAMEDeprecated.static DataType<BigDecimal>RedshiftDataType. NUMERICDeprecated.static DataType<Long>RedshiftDataType. OIDDeprecated.static DataType<Long>RedshiftDataType. OIDVECTORDeprecated.static DataType<Float>RedshiftDataType. REALDeprecated.static DataType<Result<Record>>RedshiftDataType. REFCURSORDeprecated.static DataType<String>RedshiftDataType. REGPROCDeprecated.static DataType<Integer>RedshiftDataType. SERIALDeprecated.static DataType<Integer>RedshiftDataType. SERIAL4Deprecated.static DataType<Long>RedshiftDataType. SERIAL8Deprecated.static DataType<Short>RedshiftDataType. SMALLINTDeprecated.static DataType<String>RedshiftDataType. TEXTDeprecated.static DataType<Long>RedshiftDataType. TIDDeprecated.static DataType<Time>RedshiftDataType. TIMEDeprecated.static DataType<Timestamp>RedshiftDataType. TIMESTAMPDeprecated.static DataType<Timestamp>RedshiftDataType. TIMESTAMPTZDeprecated.static DataType<Timestamp>RedshiftDataType. TIMESTAMPWITHOUTTIMEZONEDeprecated.static DataType<Timestamp>RedshiftDataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<Time>RedshiftDataType. TIMETZDeprecated.static DataType<Time>RedshiftDataType. TIMEWITHOUTTIMEZONEDeprecated.static DataType<Time>RedshiftDataType. TIMEWITHTIMEZONEDeprecated.static DataType<UUID>RedshiftDataType. UUIDDeprecated.static DataType<String>RedshiftDataType. VARBITDeprecated.static DataType<String>RedshiftDataType. VARCHARDeprecated.static DataType<Long>RedshiftDataType. XIDDeprecated. -
Uses of DataType in org.jooq.util.sqldatawarehouse
Fields in org.jooq.util.sqldatawarehouse declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>SQLDataWarehouseDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>SQLDataWarehouseDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>SQLDataWarehouseDataType. __BLOBDeprecated.protected static DataType<Boolean>SQLDataWarehouseDataType. __BOOLEANDeprecated.protected static DataType<Byte>SQLDataWarehouseDataType. __BYTEDeprecated.protected static DataType<Double>SQLDataWarehouseDataType. __DOUBLEDeprecated.protected static DataType<UInteger>SQLDataWarehouseDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<String>SQLDataWarehouseDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>SQLDataWarehouseDataType. __LONGVARBINARYDeprecated.protected static DataType<String>SQLDataWarehouseDataType. __LONGVARCHARDeprecated.protected static DataType<String>SQLDataWarehouseDataType. __NCLOBDeprecated.protected static DataType<UShort>SQLDataWarehouseDataType. __SMALLINTUNSIGNEDDeprecated.static DataType<Long>SQLDataWarehouseDataType. BIGINTDeprecated.static DataType<byte[]>SQLDataWarehouseDataType. BINARYDeprecated.static DataType<Boolean>SQLDataWarehouseDataType. BITDeprecated.static DataType<String>SQLDataWarehouseDataType. CHARDeprecated.static DataType<Date>SQLDataWarehouseDataType. DATEDeprecated.static DataType<Timestamp>SQLDataWarehouseDataType. DATETIMEDeprecated.static DataType<Timestamp>SQLDataWarehouseDataType. DATETIME2Deprecated.static DataType<OffsetDateTime>SQLDataWarehouseDataType. DATETIMEOFFSETDeprecated.static DataType<BigDecimal>SQLDataWarehouseDataType. DECIMALDeprecated.static DataType<Double>SQLDataWarehouseDataType. FLOATDeprecated.static DataType<byte[]>SQLDataWarehouseDataType. IMAGEDeprecated.static DataType<Instant>SQLDataWarehouseDataType. INSTANTDeprecated.static DataType<Integer>SQLDataWarehouseDataType. INTDeprecated.static DataType<BigDecimal>SQLDataWarehouseDataType. MONEYDeprecated.static DataType<String>SQLDataWarehouseDataType. NCHARDeprecated.static DataType<String>SQLDataWarehouseDataType. NTEXTDeprecated.static DataType<BigDecimal>SQLDataWarehouseDataType. NUMERICDeprecated.static DataType<String>SQLDataWarehouseDataType. NVARCHARDeprecated.static DataType<Float>SQLDataWarehouseDataType. REALDeprecated.static DataType<Long>SQLDataWarehouseDataType. ROWVERSIONDeprecated.static DataType<Timestamp>SQLDataWarehouseDataType. SMALLDATETIMEDeprecated.static DataType<Short>SQLDataWarehouseDataType. SMALLINTDeprecated.static DataType<BigDecimal>SQLDataWarehouseDataType. SMALLMONEYDeprecated.static DataType<String>SQLDataWarehouseDataType. TEXTDeprecated.static DataType<Time>SQLDataWarehouseDataType. TIMEDeprecated.static DataType<byte[]>SQLDataWarehouseDataType. TIMESTAMPDeprecated.static DataType<UByte>SQLDataWarehouseDataType. TINYINTDeprecated.static DataType<UUID>SQLDataWarehouseDataType. UNIQUEIDENTIFIERDeprecated.static DataType<byte[]>SQLDataWarehouseDataType. VARBINARYDeprecated.static DataType<String>SQLDataWarehouseDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.sqlite
Fields in org.jooq.util.sqlite declared as DataType Modifier and Type Field Description protected static DataType<ULong>SQLiteDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>SQLiteDataType. __BINARYDeprecated.protected static DataType<Boolean>SQLiteDataType. __BITDeprecated.protected static DataType<Double>SQLiteDataType. __FLOATDeprecated.protected static DataType<UInteger>SQLiteDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>SQLiteDataType. __JSONDeprecated.protected static DataType<JSONB>SQLiteDataType. __JSONBDeprecated.protected static DataType<String>SQLiteDataType. __LONGNVARCHARDeprecated.protected static DataType<String>SQLiteDataType. __NCLOBDeprecated.protected static DataType<UShort>SQLiteDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<Time>SQLiteDataType. __TIMEDeprecated.protected static DataType<UByte>SQLiteDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>SQLiteDataType. __UUIDDeprecated.protected static DataType<byte[]>SQLiteDataType. __VARBINARYDeprecated.static DataType<Long>SQLiteDataType. BIGINTDeprecated.static DataType<byte[]>SQLiteDataType. BLOBDeprecated.static DataType<Boolean>SQLiteDataType. BOOLEANDeprecated.static DataType<String>SQLiteDataType. CHARDeprecated.static DataType<String>SQLiteDataType. CHARACTERDeprecated.static DataType<String>SQLiteDataType. CLOBDeprecated.static DataType<Date>SQLiteDataType. DATEDeprecated.static DataType<Timestamp>SQLiteDataType. DATETIMEDeprecated.static DataType<BigDecimal>SQLiteDataType. DECIMALDeprecated.static DataType<Double>SQLiteDataType. DOUBLEDeprecated.static DataType<Double>SQLiteDataType. DOUBLEPRECISIONDeprecated.static DataType<Float>SQLiteDataType. FLOATDeprecated.static DataType<Integer>SQLiteDataType. INTDeprecated.static DataType<Short>SQLiteDataType. INT2Deprecated.static DataType<Long>SQLiteDataType. INT8Deprecated.static DataType<Integer>SQLiteDataType. INTEGERDeprecated.static DataType<byte[]>SQLiteDataType. LONGVARBINARYDeprecated.static DataType<String>SQLiteDataType. LONGVARCHARDeprecated.static DataType<Integer>SQLiteDataType. MEDIUMINTDeprecated.static DataType<String>SQLiteDataType. NATIVECHARACTERDeprecated.static DataType<String>SQLiteDataType. NCHARDeprecated.static DataType<Object>SQLiteDataType. NULLDeprecated.static DataType<BigDecimal>SQLiteDataType. NUMERICDeprecated.static DataType<String>SQLiteDataType. NVARCHARDeprecated.static DataType<Float>SQLiteDataType. REALDeprecated.static DataType<Short>SQLiteDataType. SMALLINTDeprecated.static DataType<String>SQLiteDataType. TEXTDeprecated.static DataType<Byte>SQLiteDataType. TINYINTDeprecated.static DataType<BigInteger>SQLiteDataType. UNSIGNEDBIGINTDeprecated.static DataType<String>SQLiteDataType. VARCHARDeprecated.static DataType<String>SQLiteDataType. VARYINGCHARACTERDeprecated. -
Uses of DataType in org.jooq.util.sqlserver
Fields in org.jooq.util.sqlserver declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>SQLServerDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>SQLServerDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>SQLServerDataType. __BLOBDeprecated.protected static DataType<Boolean>SQLServerDataType. __BOOLEANDeprecated.protected static DataType<Byte>SQLServerDataType. __BYTEDeprecated.protected static DataType<Double>SQLServerDataType. __DOUBLEDeprecated.protected static DataType<UInteger>SQLServerDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<String>SQLServerDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>SQLServerDataType. __LONGVARBINARYDeprecated.protected static DataType<String>SQLServerDataType. __LONGVARCHARDeprecated.protected static DataType<String>SQLServerDataType. __NCLOBDeprecated.protected static DataType<UShort>SQLServerDataType. __SMALLINTUNSIGNEDDeprecated.static DataType<Long>SQLServerDataType. BIGINTDeprecated.static DataType<byte[]>SQLServerDataType. BINARYDeprecated.static DataType<Boolean>SQLServerDataType. BITDeprecated.static DataType<String>SQLServerDataType. CHARDeprecated.static DataType<Date>SQLServerDataType. DATEDeprecated.static DataType<Timestamp>SQLServerDataType. DATETIMEDeprecated.static DataType<Timestamp>SQLServerDataType. DATETIME2Deprecated.static DataType<OffsetDateTime>SQLServerDataType. DATETIMEOFFSETDeprecated.static DataType<BigDecimal>SQLServerDataType. DECIMALDeprecated.static DataType<Double>SQLServerDataType. FLOATDeprecated.static DataType<byte[]>SQLServerDataType. IMAGEDeprecated.static DataType<Instant>SQLServerDataType. INSTANTDeprecated.static DataType<Integer>SQLServerDataType. INTDeprecated.static DataType<BigDecimal>SQLServerDataType. MONEYDeprecated.static DataType<String>SQLServerDataType. NCHARDeprecated.static DataType<String>SQLServerDataType. NTEXTDeprecated.static DataType<BigDecimal>SQLServerDataType. NUMERICDeprecated.static DataType<String>SQLServerDataType. NVARCHARDeprecated.static DataType<Float>SQLServerDataType. REALDeprecated.static DataType<Long>SQLServerDataType. ROWVERSIONDeprecated.static DataType<Timestamp>SQLServerDataType. SMALLDATETIMEDeprecated.static DataType<Short>SQLServerDataType. SMALLINTDeprecated.static DataType<BigDecimal>SQLServerDataType. SMALLMONEYDeprecated.static DataType<String>SQLServerDataType. SYSNAMEDeprecated.static DataType<String>SQLServerDataType. TEXTDeprecated.static DataType<Time>SQLServerDataType. TIMEDeprecated.static DataType<byte[]>SQLServerDataType. TIMESTAMPDeprecated.static DataType<UByte>SQLServerDataType. TINYINTDeprecated.static DataType<UUID>SQLServerDataType. UNIQUEIDENTIFIERDeprecated.static DataType<byte[]>SQLServerDataType. VARBINARYDeprecated.static DataType<String>SQLServerDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.sybase
Fields in org.jooq.util.sybase declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>SybaseDataType. __BIGINTEGERDeprecated.protected static DataType<byte[]>SybaseDataType. __BLOBDeprecated.protected static DataType<Boolean>SybaseDataType. __BOOLEANDeprecated.protected static DataType<Byte>SybaseDataType. __BYTEDeprecated.protected static DataType<Byte>SybaseDataType. __BYTESIGNEDDeprecated.protected static DataType<JSON>SybaseDataType. __JSONDeprecated.protected static DataType<JSONB>SybaseDataType. __JSONBDeprecated.static DataType<Long>SybaseDataType. BIGINTDeprecated.static DataType<byte[]>SybaseDataType. BINARYDeprecated.static DataType<Boolean>SybaseDataType. BITDeprecated.static DataType<String>SybaseDataType. CHARDeprecated.static DataType<Date>SybaseDataType. DATEDeprecated.static DataType<Timestamp>SybaseDataType. DATETIMEDeprecated.static DataType<Timestamp>SybaseDataType. DATETIMEOFFSETDeprecated.static DataType<BigDecimal>SybaseDataType. DECIMALDeprecated.static DataType<Double>SybaseDataType. DOUBLEDeprecated.static DataType<Double>SybaseDataType. FLOATDeprecated.static DataType<byte[]>SybaseDataType. IMAGEDeprecated.static DataType<Integer>SybaseDataType. INTDeprecated.static DataType<Integer>SybaseDataType. INTEGERDeprecated.static DataType<byte[]>SybaseDataType. LONGBINARYDeprecated.static DataType<String>SybaseDataType. LONGNVARCHARDeprecated.static DataType<byte[]>SybaseDataType. LONGVARBITDeprecated.static DataType<String>SybaseDataType. LONGVARCHARDeprecated.static DataType<BigDecimal>SybaseDataType. MONEYDeprecated.static DataType<String>SybaseDataType. NCHARDeprecated.static DataType<String>SybaseDataType. NTEXTDeprecated.static DataType<BigDecimal>SybaseDataType. NUMERICDeprecated.static DataType<String>SybaseDataType. NVARCHARDeprecated.static DataType<Float>SybaseDataType. REALDeprecated.static DataType<Timestamp>SybaseDataType. SMALLDATETIMEDeprecated.static DataType<Short>SybaseDataType. SMALLINTDeprecated.static DataType<BigDecimal>SybaseDataType. SMALLMONEYDeprecated.static DataType<String>SybaseDataType. TEXTDeprecated.static DataType<Time>SybaseDataType. TIMEDeprecated.static DataType<Timestamp>SybaseDataType. TIMESTAMPDeprecated.static DataType<Timestamp>SybaseDataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<UByte>SybaseDataType. TINYINTDeprecated.static DataType<UUID>SybaseDataType. UNIQUEIDENTIFIERDeprecated.static DataType<String>SybaseDataType. UNIQUEIDENTIFIERSTRDeprecated.static DataType<ULong>SybaseDataType. UNSIGNEDBIGINTDeprecated.static DataType<UInteger>SybaseDataType. UNSIGNEDINTDeprecated.static DataType<UShort>SybaseDataType. UNSIGNEDSMALLLINTDeprecated.static DataType<UByte>SybaseDataType. UNSIGNEDTINYINTDeprecated.static DataType<byte[]>SybaseDataType. VARBINARYDeprecated.static DataType<byte[]>SybaseDataType. VARBITDeprecated.static DataType<String>SybaseDataType. VARCHARDeprecated.static DataType<String>SybaseDataType. XMLDeprecated. -
Uses of DataType in org.jooq.util.teradata
Fields in org.jooq.util.teradata declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>TeradataDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>TeradataDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<Boolean>TeradataDataType. __BITDeprecated.protected static DataType<Boolean>TeradataDataType. __BOOLEANDeprecated.protected static DataType<UInteger>TeradataDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>TeradataDataType. __JSONDeprecated.protected static DataType<JSONB>TeradataDataType. __JSONBDeprecated.protected static DataType<String>TeradataDataType. __LONGNVARCHARDeprecated.protected static DataType<byte[]>TeradataDataType. __LONGVARBINARYDeprecated.protected static DataType<String>TeradataDataType. __LONGVARCHARDeprecated.protected static DataType<String>TeradataDataType. __NCHARDeprecated.protected static DataType<String>TeradataDataType. __NCLOBDeprecated.protected static DataType<String>TeradataDataType. __NTEXTDeprecated.protected static DataType<String>TeradataDataType. __NVARCHARDeprecated.protected static DataType<Float>TeradataDataType. __REALDeprecated.protected static DataType<UShort>TeradataDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>TeradataDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>TeradataDataType. __UUIDDeprecated.static DataType<Long>TeradataDataType. BIGINTDeprecated.static DataType<byte[]>TeradataDataType. BINARYDeprecated.static DataType<byte[]>TeradataDataType. BLOBDeprecated.static DataType<Byte>TeradataDataType. BYTEINTDeprecated.static DataType<String>TeradataDataType. CHARDeprecated.static DataType<String>TeradataDataType. CLOBDeprecated.static DataType<Date>TeradataDataType. DATEDeprecated.static DataType<BigDecimal>TeradataDataType. DECIMALDeprecated.static DataType<Double>TeradataDataType. DOUBLEDeprecated.static DataType<Double>TeradataDataType. FLOATDeprecated.static DataType<Instant>TeradataDataType. INSTANTDeprecated.static DataType<Integer>TeradataDataType. INTDeprecated.static DataType<Integer>TeradataDataType. INTEGERDeprecated.static DataType<BigDecimal>TeradataDataType. NUMBERDeprecated.static DataType<BigDecimal>TeradataDataType. NUMERICDeprecated.static DataType<Double>TeradataDataType. REALDeprecated.static DataType<Short>TeradataDataType. SMALLINTDeprecated.static DataType<Time>TeradataDataType. TIMEDeprecated.static DataType<Timestamp>TeradataDataType. TIMESTAMPDeprecated.static DataType<OffsetDateTime>TeradataDataType. TIMESTAMPWITHTIMEZONEDeprecated.static DataType<OffsetTime>TeradataDataType. TIMEWITHTIMEZONEDeprecated.static DataType<byte[]>TeradataDataType. VARBINARYDeprecated.static DataType<String>TeradataDataType. VARCHARDeprecated. -
Uses of DataType in org.jooq.util.vertica
Fields in org.jooq.util.vertica declared as DataType Modifier and Type Field Description protected static DataType<BigInteger>VerticaDataType. __BIGINTEGERDeprecated.protected static DataType<ULong>VerticaDataType. __BIGINTUNSIGNEDDeprecated.protected static DataType<Boolean>VerticaDataType. __BITDeprecated.protected static DataType<byte[]>VerticaDataType. __BLOBDeprecated.protected static DataType<String>VerticaDataType. __CHARACTERLARGEOBJECTDeprecated.protected static DataType<String>VerticaDataType. __CHARLARGEOBJECTDeprecated.protected static DataType<String>VerticaDataType. __CLOBDeprecated.protected static DataType<UInteger>VerticaDataType. __INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>VerticaDataType. __JSONDeprecated.protected static DataType<JSONB>VerticaDataType. __JSONBDeprecated.protected static DataType<String>VerticaDataType. __LONGNVARCHARDeprecated.protected static DataType<String>VerticaDataType. __NCHARDeprecated.protected static DataType<String>VerticaDataType. __NCLOBDeprecated.protected static DataType<String>VerticaDataType. __NVARCHARDeprecated.protected static DataType<UShort>VerticaDataType. __SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>VerticaDataType. __TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>VerticaDataType. __UUIDDeprecated.static DataType<Long>VerticaDataType. BIGINTDeprecated.static DataType<byte[]>VerticaDataType. BINARYDeprecated.static DataType<Boolean>VerticaDataType. BOOLEANDeprecated.static DataType<byte[]>VerticaDataType. BYTEADeprecated.static DataType<String>VerticaDataType. CHARDeprecated.static DataType<Date>VerticaDataType. DATEDeprecated.static DataType<Timestamp>VerticaDataType. DATETIMEDeprecated.static DataType<BigDecimal>VerticaDataType. DECIMALDeprecated.static DataType<Double>VerticaDataType. DOUBLEPRECISIONDeprecated.static DataType<Double>VerticaDataType. FLOATDeprecated.static DataType<Integer>VerticaDataType. INTDeprecated.static DataType<Integer>VerticaDataType. INTEGERDeprecated.static DataType<byte[]>VerticaDataType. LONGVARBINARYDeprecated.static DataType<String>VerticaDataType. LONGVARCHARDeprecated.static DataType<BigDecimal>VerticaDataType. NUMERICDeprecated.static DataType<Object>VerticaDataType. OBJECTDeprecated.static DataType<Object>VerticaDataType. OTHERDeprecated.static DataType<byte[]>VerticaDataType. RAWDeprecated.static DataType<Float>VerticaDataType. REALDeprecated.static DataType<Result<Record>>VerticaDataType. ROWDeprecated.static DataType<Timestamp>VerticaDataType. SMALLDATETIMEDeprecated.static DataType<Short>VerticaDataType. SMALLINTDeprecated.static DataType<Time>VerticaDataType. TIMEDeprecated.static DataType<Timestamp>VerticaDataType. TIMESTAMPDeprecated.static DataType<Byte>VerticaDataType. TINYINTDeprecated.static DataType<byte[]>VerticaDataType. VARBINARYDeprecated.static DataType<String>VerticaDataType. VARCHARDeprecated.static DataType<String>VerticaDataType. VARCHARIGNORECASEDeprecated.
-