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