Index
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form
A
- abbreviate(String, int) - Static method in class org.jooq.tools.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, int, int) - Static method in class org.jooq.tools.StringUtils
-
Abbreviates a String using ellipses.
- abort(Executor) - Method in class org.jooq.tools.jdbc.DefaultConnection
- abort(Executor) - Method in class org.jooq.tools.jdbc.JDBC41Connection
-
Deprecated.
- abs() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.
- abs() - Method in class org.jooq.impl.CustomField
-
Deprecated.
- abs() - Method in class org.jooq.types.DayToSecond
- abs() - Method in interface org.jooq.types.Interval
-
Get the absolute value of the interval (set its sign to positive)
- abs() - Method in class org.jooq.types.YearToMonth
- abs() - Method in class org.jooq.types.YearToSecond
- abs(Field<T>) - Static method in class org.jooq.impl.DSL
-
The
ABS
function. - abs(T) - Static method in class org.jooq.impl.DSL
-
The
ABS
function. - absentOnNull() - Method in interface org.jooq.JSONArrayAggNullStep
-
Exclude
NULL
values in output JSON. - absentOnNull() - Method in interface org.jooq.JSONArrayNullStep
-
Add the
ABSENT ON NULL
clause to theJSON ARRAY
function. - absentOnNull() - Method in interface org.jooq.JSONObjectAggNullStep
-
Exclude
NULL
values in output JSON. - absentOnNull() - Method in interface org.jooq.JSONObjectNullStep
-
Add the
ABSENT ON NULL
clause to theJSON OBJECT
function. - absolute(int) - Method in class org.jooq.tools.jdbc.DefaultResultSet
- absolute(int) - Method in class org.jooq.tools.jdbc.MockResultSet
- AbstractBinding<T,U> - Class in org.jooq.impl
-
A convenient base implementation for custom bindings, simplifies the implementation.
- AbstractBinding() - Constructor for class org.jooq.impl.AbstractBinding
- AbstractConfiguration - Class in org.jooq.impl
-
A base implementation for
Configuration
classes, implementing the usual convenience API. - AbstractConfiguration() - Constructor for class org.jooq.impl.AbstractConfiguration
- AbstractConverter<T,U> - Class in org.jooq.impl
- AbstractConverter(Class<T>, Class<U>) - Constructor for class org.jooq.impl.AbstractConverter
- AbstractKeys - Class in org.jooq.impl
-
Deprecated.- [#6875] [#7158] - 3.11.0 - Please re-generate your code
- AbstractKeys() - Constructor for class org.jooq.impl.AbstractKeys
-
Deprecated.
- AbstractRoutine<T> - Class in org.jooq.impl
-
A common base class for stored procedures
- AbstractRoutine(String, Schema) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractRoutine(String, Schema, DataType<T>) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractRoutine(String, Schema, DataType<X>, Binding<X, T>) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractRoutine(String, Schema, DataType<X>, Converter<X, T>) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractRoutine(String, Schema, DataType<X>, Converter<Y, T>, Binding<X, Y>) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractRoutine(String, Schema, Package) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractRoutine(String, Schema, Package, DataType<T>) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractRoutine(String, Schema, Package, DataType<X>, Binding<X, T>) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractRoutine(String, Schema, Package, DataType<X>, Converter<X, T>) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractRoutine(String, Schema, Package, DataType<X>, Converter<Y, T>, Binding<X, Y>) - Constructor for class org.jooq.impl.AbstractRoutine
- AbstractXMLasObjectBinding<T> - Class in org.jooq.impl
- AbstractXMLasObjectBinding(Class<T>) - Constructor for class org.jooq.impl.AbstractXMLasObjectBinding
- accept(Context<?>) - Method in class org.jooq.impl.BuiltInDataType
- accept(Context<?>) - Method in class org.jooq.impl.AbstractRoutine
- accept(Context<?>) - Method in class org.jooq.impl.CatalogImpl
- accept(Context<?>) - Method in class org.jooq.impl.CustomCondition
-
Subclasses must implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.CustomField
-
Subclasses must implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.CustomQueryPart
-
Subclasses must implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.CustomStatement
-
Subclasses must implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.LazyCatalog
- accept(Context<?>) - Method in class org.jooq.impl.LazySchema
- accept(Context<?>) - Method in class org.jooq.impl.PackageImpl
- accept(Context<?>) - Method in class org.jooq.impl.SchemaImpl
- accept(Context<?>) - Method in class org.jooq.impl.SequenceImpl
- accept(Context<?>) - Method in class org.jooq.impl.TableImpl
- accept(Context<?>) - Method in class org.jooq.impl.UDTImpl
- accept(Context<?>) - Method in interface org.jooq.QueryPartInternal
-
Deprecated.- Calling
QueryPartInternal.accept(Context)
directly on aQueryPart
is almost always a mistake. Instead,Context.visit(QueryPart)
should be called. - accept(R) - Method in interface org.jooq.RecordHandler
-
Deprecated.
- ACCESS - Enum constant in enum class org.jooq.SQLDialect
-
The MS Access dialect family.
- ACCESS2013 - Enum constant in enum class org.jooq.SQLDialect
-
The MS Access 2013 dialect.
- AccessDataType - Class in org.jooq.util.access
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11.0 - [#7375] - This type is part of jOOQ's internal API. Do not reference this type directly from client code. Referencing this type before the
SQLDataType
class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataType
instead. - AccessDataType() - Constructor for class org.jooq.util.access.AccessDataType
-
Deprecated.
- AccessDSL - Class in org.jooq.util.access
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#10796] - This class will be removed, soon, no more vendor specific DSL API will be added.
- AccessDSL() - Constructor for class org.jooq.util.access.AccessDSL
-
Deprecated.No instances
- accessible(T) - Static method in class org.jooq.tools.reflect.Reflect
-
Conveniently render an
AccessibleObject
accessible. - ACLITEM - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- ACLITEM - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- ACLITEM - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- acos() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - Use
DSL.acos(Field)
instead. - acos() - Method in class org.jooq.impl.CustomField
-
Deprecated.
- acos(Number) - Static method in class org.jooq.impl.DSL
-
The
ACOS
function. - acos(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
The
ACOS
function. - acquire() - Method in interface org.jooq.ConnectionProvider
-
Acquire a connection from the connection lifecycle handler.
- acquire() - Method in class org.jooq.impl.DataSourceConnectionProvider
- acquire() - Method in class org.jooq.impl.DefaultConnectionProvider
- acquire() - Method in class org.jooq.impl.NoConnectionProvider
-
This method will always return
null
. - acquire() - Method in class org.jooq.tools.jdbc.MockConnectionProvider
- actualStatement() - Method in interface org.jooq.DiagnosticsContext
-
The actual statement that is being executed.
- add(int) - Method in class org.jooq.types.UByte
- add(int) - Method in class org.jooq.types.UInteger
- add(int) - Method in class org.jooq.types.ULong
- add(int) - Method in class org.jooq.types.UShort
- add(int, T) - Method in class org.jooq.impl.ArrayRecordImpl
- add(long) - Method in class org.jooq.types.ULong
- add(Number) - Method in interface org.jooq.Field
-
An arithmetic expression adding this to value.
- add(Number) - Method in class org.jooq.impl.CustomField
- add(String, String) - Method in class org.jooq.SchemaMapping
-
Deprecated.Add schemata to this mapping
- add(String, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN
clause to theALTER TABLE
statement. - add(String, Schema) - Method in class org.jooq.SchemaMapping
-
Deprecated.Add schemata to this mapping
- add(Collection<? extends FieldOrConstraint>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD
clause with multiple columns or constraints to theALTER TABLE
statement. - add(Commit) - Method in interface org.jooq.Commits
-
Add a commit to the graph.
- add(Constraint) - Method in interface org.jooq.AlterDomainStep
-
Add the
ADD
clause to theALTER DOMAIN
statement. - add(Constraint) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD CONSTRAINT
clause to theALTER TABLE
statement. - add(Field<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN
clause to theALTER TABLE
statement. - add(Field<?>) - Method in interface org.jooq.Field
-
An arithmetic expression to add value to this.
- add(Field<?>) - Method in class org.jooq.impl.CustomField
- add(Field<T>, DataType<T>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN
clause to theALTER TABLE
statement. - add(FieldOrConstraint...) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD
clause with multiple columns or constraints to theALTER TABLE
statement. - add(Name, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN
clause to theALTER TABLE
statement. - add(Schema, String) - Method in class org.jooq.SchemaMapping
-
Deprecated.Add schemata to this mapping
- add(Schema, Schema) - Method in class org.jooq.SchemaMapping
-
Deprecated.Add schemata to this mapping
- add(Table<?>, String) - Method in class org.jooq.SchemaMapping
-
Deprecated.Add tables to this mapping
- add(Table<?>, Table<?>) - Method in class org.jooq.SchemaMapping
-
Deprecated.Add tables to this mapping
- add(UByte) - Method in class org.jooq.types.UByte
- add(UInteger) - Method in class org.jooq.types.UInteger
- add(ULong) - Method in class org.jooq.types.ULong
- add(UShort) - Method in class org.jooq.types.UShort
- add(T) - Method in class org.jooq.impl.ArrayRecordImpl
- ADD - Enum constant in enum class org.jooq.migrations.xml.jaxb.ChangeType
- addAll(int, Collection<? extends T>) - Method in class org.jooq.impl.ArrayRecordImpl
- addAll(Collection<? extends Commit>) - Method in interface org.jooq.Commits
-
Add all commits to the graph.
- addAll(Collection<? extends T>) - Method in class org.jooq.impl.ArrayRecordImpl
- addAll(Commit...) - Method in interface org.jooq.Commits
-
Add all commits to the graph.
- addBatch() - Method in class org.jooq.tools.jdbc.BatchedPreparedStatement
- addBatch() - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
- addBatch() - Method in class org.jooq.tools.jdbc.MockStatement
- addBatch(String) - Method in class org.jooq.tools.jdbc.BatchedPreparedStatement
- addBatch(String) - Method in class org.jooq.tools.jdbc.DefaultStatement
- addBatch(String) - Method in class org.jooq.tools.jdbc.LoggingStatement
- addBatch(String) - Method in class org.jooq.tools.jdbc.MockStatement
- addColumn(String, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN
clause to theALTER TABLE
statement. - addColumn(Field<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN
clause to theALTER TABLE
statement. - addColumn(Field<T>, DataType<T>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN
clause to theALTER TABLE
statement. - addColumn(Name, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN
clause to theALTER TABLE
statement. - addColumnIfNotExists(String, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement. - addColumnIfNotExists(Field<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement. - addColumnIfNotExists(Field<T>, DataType<T>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement. - addColumnIfNotExists(Name, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement. - addConditions(Collection<? extends Condition>) - Method in interface org.jooq.ConditionProvider
-
Deprecated.Adds new conditions to the query, connecting them to existing conditions with
Operator.AND
. - addConditions(Collection<? extends Condition>) - Method in interface org.jooq.DeleteQuery
- addConditions(Collection<? extends Condition>) - Method in interface org.jooq.InsertQuery
-
Adds new conditions to the query, connecting them to existing conditions with
Operator.AND
. - addConditions(Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
- addConditions(Collection<? extends Condition>) - Method in interface org.jooq.UpdateQuery
- addConditions(Condition) - Method in interface org.jooq.ConditionProvider
-
Deprecated.Adds a new condition to the query, connecting them to existing conditions with
Operator.AND
. - addConditions(Condition) - Method in interface org.jooq.DeleteQuery
- addConditions(Condition) - Method in interface org.jooq.InsertQuery
-
Adds a new condition to the query, connecting it to existing conditions with
Operator.AND
. - addConditions(Condition) - Method in interface org.jooq.SelectQuery
- addConditions(Condition) - Method in interface org.jooq.UpdateQuery
- addConditions(Condition...) - Method in interface org.jooq.ConditionProvider
-
Deprecated.Adds new conditions to the query, connecting them to existing conditions with
Operator.AND
. - addConditions(Condition...) - Method in interface org.jooq.DeleteQuery
- addConditions(Condition...) - Method in interface org.jooq.InsertQuery
-
Adds new conditions to the query, connecting them to existing conditions with
Operator.AND
. - addConditions(Condition...) - Method in interface org.jooq.SelectQuery
- addConditions(Condition...) - Method in interface org.jooq.UpdateQuery
- addConditions(Operator, Collection<? extends Condition>) - Method in interface org.jooq.ConditionProvider
-
Deprecated.Adds new conditions to the query, connecting them to existing conditions with the provided operator.
- addConditions(Operator, Collection<? extends Condition>) - Method in interface org.jooq.DeleteQuery
- addConditions(Operator, Collection<? extends Condition>) - Method in interface org.jooq.InsertQuery
-
Adds new conditions to the query, connecting them to existing conditions with the provided operator.
- addConditions(Operator, Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
- addConditions(Operator, Collection<? extends Condition>) - Method in interface org.jooq.UpdateQuery
- addConditions(Operator, Condition) - Method in interface org.jooq.ConditionProvider
-
Deprecated.Adds a new condition to the query, connecting them to existing conditions with the provided operator.
- addConditions(Operator, Condition) - Method in interface org.jooq.DeleteQuery
- addConditions(Operator, Condition) - Method in interface org.jooq.InsertQuery
-
Adds a new condition to the query, connecting it to existing conditions with the provided operator.
- addConditions(Operator, Condition) - Method in interface org.jooq.SelectQuery
- addConditions(Operator, Condition) - Method in interface org.jooq.UpdateQuery
- addConditions(Operator, Condition...) - Method in interface org.jooq.ConditionProvider
-
Deprecated.Adds new conditions to the query, connecting them to existing conditions with the provided operator.
- addConditions(Operator, Condition...) - Method in interface org.jooq.DeleteQuery
- addConditions(Operator, Condition...) - Method in interface org.jooq.InsertQuery
-
Adds new conditions to the query, connecting them to existing conditions with the provided operator.
- addConditions(Operator, Condition...) - Method in interface org.jooq.SelectQuery
- addConditions(Operator, Condition...) - Method in interface org.jooq.UpdateQuery
- addConnectBy(Condition) - Method in interface org.jooq.SelectQuery
-
Add an Oracle-specific
CONNECT BY
clause to the query. - addConnectByNoCycle(Condition) - Method in interface org.jooq.SelectQuery
-
Add an Oracle-specific
CONNECT BY NOCYCLE
clause to the query. - addDistinctOn(Collection<? extends SelectFieldOrAsterisk>) - Method in interface org.jooq.SelectQuery
-
Add a PostgreSQL-specific
DISTINCT ON (fields...)
clause. - addDistinctOn(SelectFieldOrAsterisk...) - Method in interface org.jooq.SelectQuery
-
Add a PostgreSQL-specific
DISTINCT ON (fields...)
clause. - addFrom(Collection<? extends TableLike<?>>) - Method in interface org.jooq.SelectQuery
-
Add tables to the table product.
- addFrom(Collection<? extends TableLike<?>>) - Method in interface org.jooq.UpdateQuery
-
Add tables to the table product.
- addFrom(TableLike<?>) - Method in interface org.jooq.SelectQuery
-
Add tables to the table product.
- addFrom(TableLike<?>) - Method in interface org.jooq.UpdateQuery
-
Add tables to the table product.
- addFrom(TableLike<?>...) - Method in interface org.jooq.SelectQuery
-
Add tables to the table product.
- addFrom(TableLike<?>...) - Method in interface org.jooq.UpdateQuery
-
Add tables to the table product.
- addGroupBy(Collection<? extends GroupField>) - Method in interface org.jooq.SelectQuery
-
Adds grouping fields.
- addGroupBy(GroupField...) - Method in interface org.jooq.SelectQuery
-
Adds grouping fields.
- addHaving(Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of the query, connecting them with each other with
Operator.AND
. - addHaving(Condition) - Method in interface org.jooq.SelectQuery
-
Adds a new condition to the having clause of the query, connecting it with each other with
Operator.AND
. - addHaving(Condition...) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of the query, connecting them with each other with
Operator.AND
. - addHaving(Operator, Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of query, connecting them with each other with
operator
. - addHaving(Operator, Condition) - Method in interface org.jooq.SelectQuery
-
Adds a new condition to the having clause of query, connecting it with each other with
operator
. - addHaving(Operator, Condition...) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of query, connecting them with each other with
operator
. - addHint(String) - Method in interface org.jooq.SelectQuery
-
Add an Oracle-style hint to the select clause.
- addIfNotExists(String, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement. - addIfNotExists(Field<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement. - addIfNotExists(Field<T>, DataType<T>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement. - addIfNotExists(Name, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an
ADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement. - addInOutParameter(Parameter<?>) - Method in class org.jooq.impl.AbstractRoutine
- addInParameter(Parameter<?>) - Method in class org.jooq.impl.AbstractRoutine
- addJoin(TableLike<?>, Condition) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a condition, connecting them with each other with
Operator.AND
. - addJoin(TableLike<?>, Condition...) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a condition, connecting them with each other with
Operator.AND
. - addJoin(TableLike<?>, JoinType, Condition) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a condition, connecting them with each other with
Operator.AND
. - addJoin(TableLike<?>, JoinType, Condition...) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a condition, connecting them with each other with
Operator.AND
. - addJoin(TableLike<?>, JoinType, Condition[], Field<?>[]) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using conditions, connecting them with each other with
Operator.AND
. - addJoin(TableLike<?>, JoinType, Condition, Field<?>[]) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using conditions, connecting them with each other with
Operator.AND
. - addJoinOnKey(TableLike<?>, JoinType) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a foreign key.
- addJoinOnKey(TableLike<?>, JoinType, ForeignKey<?, ?>) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a foreign key.
- addJoinOnKey(TableLike<?>, JoinType, TableField<?, ?>...) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a foreign key.
- addJoinUsing(TableLike<?>, Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table with a
USING
clause. - addJoinUsing(TableLike<?>, JoinType, Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table with a
USING
clause. - addLimit(int) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select.
- addLimit(int, int) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select.
- addLimit(int, Param<Integer>) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select using named parameters.
- addLimit(Number) - Method in interface org.jooq.DeleteQuery
-
Limit the results of this select.
- addLimit(Number) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select.
- addLimit(Number) - Method in interface org.jooq.UpdateQuery
-
Limit the results of this select.
- addLimit(Number, Number) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select.
- addLimit(Number, Param<? extends Number>) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select using named parameters.
- addLimit(Param<? extends Number>) - Method in interface org.jooq.DeleteQuery
-
Limit the results of this select using named parameters.
- addLimit(Param<? extends Number>) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select using named parameters.
- addLimit(Param<? extends Number>) - Method in interface org.jooq.UpdateQuery
-
Limit the results of this select using named parameters.
- addLimit(Param<? extends Number>, Number) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select.
- addLimit(Param<? extends Number>, Param<? extends Number>) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select using named parameters.
- addLimit(Param<Integer>, int) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select.
- addOffset(int) - Method in interface org.jooq.SelectQuery
-
Add an
OFFSET
clause to the query. - addOffset(Number) - Method in interface org.jooq.SelectQuery
-
Add an
OFFSET
clause to the query. - addOffset(Param<? extends Number>) - Method in interface org.jooq.SelectQuery
-
Add an
OFFSET
clause to the query using a named parameter. - addOption(String) - Method in interface org.jooq.SelectQuery
-
Add a SQL Server-style query hint to the select clause.
- addOrderBy(int...) - Method in interface org.jooq.SelectQuery
-
Adds ordering fields.
- addOrderBy(Collection<? extends OrderField<?>>) - Method in interface org.jooq.DeleteQuery
-
Adds ordering fields.
- addOrderBy(Collection<? extends OrderField<?>>) - Method in interface org.jooq.SelectQuery
-
Adds ordering fields.
- addOrderBy(Collection<? extends OrderField<?>>) - Method in interface org.jooq.UpdateQuery
-
Adds ordering fields.
- addOrderBy(OrderField<?>...) - Method in interface org.jooq.DeleteQuery
-
Adds ordering fields.
- addOrderBy(OrderField<?>...) - Method in interface org.jooq.SelectQuery
-
Adds ordering fields.
- addOrderBy(OrderField<?>...) - Method in interface org.jooq.UpdateQuery
-
Adds ordering fields.
- addOutParameter(Parameter<?>) - Method in class org.jooq.impl.AbstractRoutine
- addQualify(Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the qualify clause of the query, connecting them with each other with
Operator.AND
. - addQualify(Condition) - Method in interface org.jooq.SelectQuery
-
Adds a new condition to the qualify clause of the query, connecting it with each other with
Operator.AND
. - addQualify(Condition...) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the qualify clause of the query, connecting them with each other with
Operator.AND
. - addQualify(Operator, Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the qualify clause of query, connecting them with each other with
operator
. - addQualify(Operator, Condition) - Method in interface org.jooq.SelectQuery
-
Adds a new condition to the qualify clause of query, connecting it with each other with
operator
. - addQualify(Operator, Condition...) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the qualify clause of query, connecting them with each other with
operator
. - addRecord(R) - Method in interface org.jooq.InsertQuery
-
Short for calling
newRecord(); setRecord(record);
- addSeekAfter(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Adds seeking fields.
- addSeekAfter(Field<?>...) - Method in interface org.jooq.SelectQuery
-
Adds seeking fields.
- addSeekBefore(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly
- addSeekBefore(Field<?>...) - Method in interface org.jooq.SelectQuery
-
Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly
- addSelect(Collection<? extends SelectFieldOrAsterisk>) - Method in interface org.jooq.SelectQuery
-
Add a list of select fields.
- addSelect(SelectFieldOrAsterisk...) - Method in interface org.jooq.SelectQuery
-
Add a list of select fields.
- addUsing(Collection<? extends TableLike<?>>) - Method in interface org.jooq.DeleteQuery
-
Add tables to the
USING
clause. - addUsing(TableLike<?>) - Method in interface org.jooq.DeleteQuery
-
Add tables to the
USING
clause. - addUsing(TableLike<?>...) - Method in interface org.jooq.DeleteQuery
-
Add tables to the
USING
clause. - addValue(String) - Method in interface org.jooq.AlterTypeStep
-
Add the
ADD VALUE
clause to theALTER TYPE
statement. - addValue(Field<String>) - Method in interface org.jooq.AlterTypeStep
-
Add the
ADD VALUE
clause to theALTER TYPE
statement. - addValue(Field<T>, Field<T>) - Method in interface org.jooq.StoreQuery
-
Add a value to the store statement
- addValue(Field<T>, T) - Method in interface org.jooq.StoreQuery
-
Add a value to the store statement
- addValueForUpdate(Field<T>, Field<T>) - Method in interface org.jooq.InsertQuery
-
Add a value to the
ON DUPLICATE KEY UPDATE
clause of thisINSERT
statement, where this is supported. - addValueForUpdate(Field<T>, T) - Method in interface org.jooq.InsertQuery
-
Add a value to the
ON DUPLICATE KEY UPDATE
clause of thisINSERT
statement, where this is supported. - addValues(Map<?, ?>) - Method in interface org.jooq.StoreQuery
-
Add multiple values to the store statement.
- addValues(Row1<T1>, Row1<T1>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row1<T1>, Select<? extends Record1<T1>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row2<T1, T2>, Row2<T1, T2>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row2<T1, T2>, Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Select<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row3<T1, T2, T3>, Row3<T1, T2, T3>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row3<T1, T2, T3>, Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row4<T1, T2, T3, T4>, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row4<T1, T2, T3, T4>, Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row5<T1, T2, T3, T4, T5>, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row5<T1, T2, T3, T4, T5>, Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row6<T1, T2, T3, T4, T5, T6>, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row6<T1, T2, T3, T4, T5, T6>, Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row7<T1, T2, T3, T4, T5, T6, T7>, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row7<T1, T2, T3, T4, T5, T6, T7>, Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(RowN, RowN) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValues(RowN, Select<? extends Record>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the
UPDATE
statement. - addValuesForUpdate(Map<?, ?>) - Method in interface org.jooq.InsertQuery
-
Add multiple values to the
ON DUPLICATE KEY UPDATE
clause of thisINSERT
statement, where this is supported. - addWindow(Collection<? extends WindowDefinition>) - Method in interface org.jooq.SelectQuery
-
Adds new window definitions to the window clause of the query.
- addWindow(WindowDefinition...) - Method in interface org.jooq.SelectQuery
-
Adds new window definitions to the window clause of the query.
- aesDecrypt(byte[], byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific
AES_DECRYPT()
function. - aesDecrypt(String, String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific
AES_DECRYPT()
function - aesDecrypt(String, String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific
AES_DECRYPT()
function. - aesDecrypt(Field<String>, Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific
AES_DECRYPT()
function - aesDecrypt(Field<T>, Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific
AES_DECRYPT()
function. - aesEncrypt(byte[], byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific
AES_ENCRYPT()
function. - aesEncrypt(String, String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific
AES_ENCRYPT()
function - aesEncrypt(String, String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific
AES_ENCRYPT()
function. - aesEncrypt(Field<String>, Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific
AES_ENCRYPT()
function - aesEncrypt(Field<T>, Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific
AES_ENCRYPT()
function. - after(String) - Method in interface org.jooq.AlterTableAddStep
-
Add a
AFTER
clause toALTER TABLE ..
- after(Field<?>) - Method in interface org.jooq.AlterTableAddStep
-
Add a
AFTER
clause toALTER TABLE ..
- after(Name) - Method in interface org.jooq.AlterTableAddStep
-
Add a
AFTER
clause toALTER TABLE ..
- afterDelete() - Method in interface org.jooq.CreateTriggerEventStep
-
Add the
AFTER DELETE
clause to theCREATE TRIGGER
statement. - afterInsert() - Method in interface org.jooq.CreateTriggerEventStep
-
Add the
AFTER INSERT
clause to theCREATE TRIGGER
statement. - afterLast() - Method in class org.jooq.tools.jdbc.DefaultResultSet
- afterLast() - Method in class org.jooq.tools.jdbc.MockResultSet
- afterUpdate() - Method in interface org.jooq.CreateTriggerEventStep
-
Add the
AFTER UPDATE
clause to theCREATE TRIGGER
statement. - aggregate(String, Class<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
aggregate()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ. - aggregate(String, DataType<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
aggregate()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ. - aggregate(Name, Class<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
aggregate()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ. - aggregate(Name, DataType<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
aggregate()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ. - aggregateDistinct(String, Class<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
aggregateDistinct()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ. - aggregateDistinct(String, DataType<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
aggregateDistinct()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ. - aggregateDistinct(Name, Class<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
aggregateDistinct()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ. - aggregateDistinct(Name, DataType<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
aggregateDistinct()
can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ. - AggregateFilterStep<T> - Interface in org.jooq
-
The step in the specification of aggregate functions where the SQL:2003 standard
FILTER clause
can be added. - AggregateFunction<T> - Interface in org.jooq
-
An aggregate function.
- aliased() - Method in class org.jooq.impl.TableImpl
-
Check if this table already aliases another one.
- all() - Method in interface org.jooq.Period
-
Create a period specification for all timestamps.
- all(Field<T[]>) - Static method in class org.jooq.impl.DSL
-
Create an
ALL
quantified select to be used in quantified comparison predicate expressions. - all(Field<T>...) - Static method in class org.jooq.impl.DSL
-
Create an
ALL
quantified select to be used in quantified comparison predicate expressions. - all(Select<R>) - Static method in class org.jooq.impl.DSL
-
Create an
ALL
quantified select to be used in quantified comparison predicate expressions. - all(T...) - Static method in class org.jooq.impl.DSL
-
Create an
ALL
quantified select to be used in quantified comparison predicate expressions. - Allow - Annotation Interface in org.jooq
-
Allow a set of
SQLDialect
to be supported by any jOOQ statement in the scope of this annotation. - Allow.PlainSQL - Annotation Interface in org.jooq
-
This annotation allows
Allow.PlainSQL
API usage within the scope of where it is placed. - ALPHANUMERIC - Enum constant in enum class org.jooq.FilePattern.Sort
-
Standard alphanumeric sorting.
- alter(String) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER COLUMN
clause to theALTER TABLE
statement. - alter(Constraint) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER CONSTRAINT
clause to theALTER TABLE
statement. - alter(Field<T>) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER COLUMN
clause to theALTER TABLE
statement. - alter(Name) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER COLUMN
clause to theALTER TABLE
statement. - ALTER_INDEX - Enum constant in enum class org.jooq.Clause
-
Deprecated.A complete
ALTER INDEX
statement. - ALTER_INDEX_INDEX - Enum constant in enum class org.jooq.Clause
-
Deprecated.An
INDEX
clause within anClause.ALTER_INDEX
statement. - ALTER_INDEX_RENAME - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
RENAME TO
clause within anClause.ALTER_INDEX
statement. - ALTER_SCHEMA - Enum constant in enum class org.jooq.Clause
-
Deprecated.A complete
ALTER SCHEMA
statement. - ALTER_SCHEMA_RENAME - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
RENAME TO
clause within anClause.ALTER_SCHEMA
statement. - ALTER_SCHEMA_SCHEMA - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
SCHEMA
clause within anClause.ALTER_SCHEMA
statement. - ALTER_SEQUENCE - Enum constant in enum class org.jooq.Clause
-
Deprecated.A complete
ALTER SEQUENCE
statement. - ALTER_SEQUENCE_RENAME - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
RENAME
clause within anClause.ALTER_SEQUENCE
statement. - ALTER_SEQUENCE_RESTART - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
RESTART
clause within anClause.ALTER_SEQUENCE
statement. - ALTER_SEQUENCE_SEQUENCE - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
SEQUENCE
clause within anClause.ALTER_SEQUENCE
statement. - ALTER_TABLE - Enum constant in enum class org.jooq.Clause
-
Deprecated.A complete
ALTER TABLE
statement. - ALTER_TABLE_ADD - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
ADD
clause within anClause.ALTER_TABLE
statement. - ALTER_TABLE_ALTER - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
ALTER
clause within anClause.ALTER_TABLE
statement. - ALTER_TABLE_ALTER_DEFAULT - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
ALTER DEFAULT
clause within anClause.ALTER_TABLE
statement. - ALTER_TABLE_ALTER_NULL - Enum constant in enum class org.jooq.Clause
-
Deprecated.
- ALTER_TABLE_DROP - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
DROP
clause within anClause.ALTER_TABLE
statement. - ALTER_TABLE_RENAME - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
RENAME TO
clause within anClause.ALTER_TABLE
statement. - ALTER_TABLE_RENAME_COLUMN - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
RENAME COLUMN
clause within anClause.ALTER_TABLE
statement. - ALTER_TABLE_RENAME_CONSTRAINT - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
RENAME CONSTRAINT
clause within anClause.ALTER_TABLE
statement. - ALTER_TABLE_RENAME_INDEX - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
RENAME INDEX
clause within anClause.ALTER_TABLE
statement. - ALTER_TABLE_TABLE - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
TABLE
clause within anClause.ALTER_TABLE
statement. - ALTER_VIEW - Enum constant in enum class org.jooq.Clause
-
Deprecated.A complete
ALTER VIEW
statement. - ALTER_VIEW_RENAME - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
RENAME TO
clause within anClause.ALTER_VIEW
statement. - ALTER_VIEW_VIEW - Enum constant in enum class org.jooq.Clause
-
Deprecated.A
TABLE
clause within anClause.ALTER_VIEW
statement. - alterColumn(String) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER COLUMN
clause to theALTER TABLE
statement. - alterColumn(Field<T>) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER COLUMN
clause to theALTER TABLE
statement. - alterColumn(Name) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER COLUMN
clause to theALTER TABLE
statement. - alterConstraint(String) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER CONSTRAINT
clause to theALTER TABLE
statement. - alterConstraint(Constraint) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER CONSTRAINT
clause to theALTER TABLE
statement. - alterConstraint(Name) - Method in interface org.jooq.AlterTableStep
-
Add an
ALTER CONSTRAINT
clause to theALTER TABLE
statement. - alterDatabase(String) - Method in interface org.jooq.DSLContext
-
The
ALTER DATABASE
statement. - alterDatabase(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterDatabase(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER DATABASE
statement. - alterDatabase(Catalog) - Method in interface org.jooq.DSLContext
-
The
ALTER DATABASE
statement. - alterDatabase(Catalog) - Method in class org.jooq.impl.DefaultDSLContext
- alterDatabase(Catalog) - Static method in class org.jooq.impl.DSL
-
The
ALTER DATABASE
statement. - alterDatabase(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER DATABASE
statement. - alterDatabase(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterDatabase(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER DATABASE
statement. - AlterDatabaseFinalStep - Interface in org.jooq
-
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future. Do not reference it directly
Referencing
XYZ*Step
types directly from client codeIt is usually not recommended to reference any
XYZ*Step
types directly from client code, or assign them to local variables. When writing dynamic SQL, creating a statement's components dynamically, and passing them to the DSL API statically is usually a better choice. See the manual's section about dynamic SQL for details: https://www.jooq.org/doc/latest/manual/sql-building/dynamic-sql.Drawbacks of referencing the
XYZ*Step
types directly:- They're operating on mutable implementations (as of jOOQ 3.x)
- They're less composable and not easy to get right when dynamic SQL gets complex
- They're less readable
- They might have binary incompatible changes between minor releases
- alterDatabaseIfExists(String) - Method in interface org.jooq.DSLContext
-
The
ALTER DATABASE IF EXISTS
statement. - alterDatabaseIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterDatabaseIfExists(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER DATABASE IF EXISTS
statement. - alterDatabaseIfExists(Catalog) - Method in interface org.jooq.DSLContext
-
The
ALTER DATABASE IF EXISTS
statement. - alterDatabaseIfExists(Catalog) - Method in class org.jooq.impl.DefaultDSLContext
- alterDatabaseIfExists(Catalog) - Static method in class org.jooq.impl.DSL
-
The
ALTER DATABASE IF EXISTS
statement. - alterDatabaseIfExists(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER DATABASE IF EXISTS
statement. - alterDatabaseIfExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterDatabaseIfExists(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER DATABASE IF EXISTS
statement. - AlterDatabaseStep - Interface in org.jooq
-
A step in the construction of the
ALTER DATABASE
statement. - alterDomain(String) - Method in interface org.jooq.DSLContext
-
The
ALTER DOMAIN
statement. - alterDomain(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterDomain(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER DOMAIN
statement. - alterDomain(Domain<T>) - Method in interface org.jooq.DSLContext
-
The
ALTER DOMAIN
statement. - alterDomain(Domain<T>) - Method in class org.jooq.impl.DefaultDSLContext
- alterDomain(Domain<T>) - Static method in class org.jooq.impl.DSL
-
The
ALTER DOMAIN
statement. - alterDomain(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER DOMAIN
statement. - alterDomain(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterDomain(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER DOMAIN
statement. - AlterDomainDropConstraintCascadeStep - Interface in org.jooq
-
A step in the construction of the
ALTER DOMAIN
statement. - AlterDomainFinalStep - Interface in org.jooq
-
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future. Do not reference it directly
Referencing
XYZ*Step
types directly from client codeIt is usually not recommended to reference any
XYZ*Step
types directly from client code, or assign them to local variables. When writing dynamic SQL, creating a statement's components dynamically, and passing them to the DSL API statically is usually a better choice. See the manual's section about dynamic SQL for details: https://www.jooq.org/doc/latest/manual/sql-building/dynamic-sql.Drawbacks of referencing the
XYZ*Step
types directly:- They're operating on mutable implementations (as of jOOQ 3.x)
- They're less composable and not easy to get right when dynamic SQL gets complex
- They're less readable
- They might have binary incompatible changes between minor releases
- alterDomainIfExists(String) - Method in interface org.jooq.DSLContext
-
The
ALTER DOMAIN IF EXISTS
statement. - alterDomainIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterDomainIfExists(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER DOMAIN IF EXISTS
statement. - alterDomainIfExists(Domain<T>) - Method in interface org.jooq.DSLContext
-
The
ALTER DOMAIN IF EXISTS
statement. - alterDomainIfExists(Domain<T>) - Method in class org.jooq.impl.DefaultDSLContext
- alterDomainIfExists(Domain<T>) - Static method in class org.jooq.impl.DSL
-
The
ALTER DOMAIN IF EXISTS
statement. - alterDomainIfExists(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER DOMAIN IF EXISTS
statement. - alterDomainIfExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterDomainIfExists(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER DOMAIN IF EXISTS
statement. - AlterDomainRenameConstraintStep - Interface in org.jooq
-
A step in the construction of the
ALTER DOMAIN
statement. - AlterDomainStep<T> - Interface in org.jooq
-
A step in the construction of the
ALTER DOMAIN
statement. - alterIndex(String) - Method in interface org.jooq.DSLContext
-
The
ALTER INDEX
statement. - alterIndex(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterIndex(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER INDEX
statement. - alterIndex(Index) - Method in interface org.jooq.DSLContext
-
The
ALTER INDEX
statement. - alterIndex(Index) - Method in class org.jooq.impl.DefaultDSLContext
- alterIndex(Index) - Static method in class org.jooq.impl.DSL
-
The
ALTER INDEX
statement. - alterIndex(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER INDEX
statement. - alterIndex(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterIndex(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER INDEX
statement. - AlterIndexFinalStep - Interface in org.jooq
-
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future. Do not reference it directly
Referencing
XYZ*Step
types directly from client codeIt is usually not recommended to reference any
XYZ*Step
types directly from client code, or assign them to local variables. When writing dynamic SQL, creating a statement's components dynamically, and passing them to the DSL API statically is usually a better choice. See the manual's section about dynamic SQL for details: https://www.jooq.org/doc/latest/manual/sql-building/dynamic-sql.Drawbacks of referencing the
XYZ*Step
types directly:- They're operating on mutable implementations (as of jOOQ 3.x)
- They're less composable and not easy to get right when dynamic SQL gets complex
- They're less readable
- They might have binary incompatible changes between minor releases
- alterIndexIfExists(String) - Method in interface org.jooq.DSLContext
-
The
ALTER INDEX IF EXISTS
statement. - alterIndexIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterIndexIfExists(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER INDEX IF EXISTS
statement. - alterIndexIfExists(Index) - Method in interface org.jooq.DSLContext
-
The
ALTER INDEX IF EXISTS
statement. - alterIndexIfExists(Index) - Method in class org.jooq.impl.DefaultDSLContext
- alterIndexIfExists(Index) - Static method in class org.jooq.impl.DSL
-
The
ALTER INDEX IF EXISTS
statement. - alterIndexIfExists(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER INDEX IF EXISTS
statement. - alterIndexIfExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterIndexIfExists(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER INDEX IF EXISTS
statement. - AlterIndexOnStep - Interface in org.jooq
-
A step in the construction of the
ALTER INDEX
statement. - AlterIndexStep - Interface in org.jooq
-
A step in the construction of the
ALTER INDEX
statement. - alterSchema(String) - Method in interface org.jooq.DSLContext
-
The
ALTER SCHEMA
statement. - alterSchema(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterSchema(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER SCHEMA
statement. - alterSchema(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER SCHEMA
statement. - alterSchema(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterSchema(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER SCHEMA
statement. - alterSchema(Schema) - Method in interface org.jooq.DSLContext
-
The
ALTER SCHEMA
statement. - alterSchema(Schema) - Method in class org.jooq.impl.DefaultDSLContext
- alterSchema(Schema) - Static method in class org.jooq.impl.DSL
-
The
ALTER SCHEMA
statement. - AlterSchemaFinalStep - Interface in org.jooq
-
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future. Do not reference it directly
Referencing
XYZ*Step
types directly from client codeIt is usually not recommended to reference any
XYZ*Step
types directly from client code, or assign them to local variables. When writing dynamic SQL, creating a statement's components dynamically, and passing them to the DSL API statically is usually a better choice. See the manual's section about dynamic SQL for details: https://www.jooq.org/doc/latest/manual/sql-building/dynamic-sql.Drawbacks of referencing the
XYZ*Step
types directly:- They're operating on mutable implementations (as of jOOQ 3.x)
- They're less composable and not easy to get right when dynamic SQL gets complex
- They're less readable
- They might have binary incompatible changes between minor releases
- alterSchemaIfExists(String) - Method in interface org.jooq.DSLContext
-
The
ALTER SCHEMA IF EXISTS
statement. - alterSchemaIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterSchemaIfExists(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER SCHEMA IF EXISTS
statement. - alterSchemaIfExists(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER SCHEMA IF EXISTS
statement. - alterSchemaIfExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterSchemaIfExists(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER SCHEMA IF EXISTS
statement. - alterSchemaIfExists(Schema) - Method in interface org.jooq.DSLContext
-
The
ALTER SCHEMA IF EXISTS
statement. - alterSchemaIfExists(Schema) - Method in class org.jooq.impl.DefaultDSLContext
- alterSchemaIfExists(Schema) - Static method in class org.jooq.impl.DSL
-
The
ALTER SCHEMA IF EXISTS
statement. - AlterSchemaStep - Interface in org.jooq
-
A step in the construction of the
ALTER SCHEMA
statement. - alterSequence(String) - Method in interface org.jooq.DSLContext
-
The
ALTER SEQUENCE
statement. - alterSequence(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterSequence(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER SEQUENCE
statement. - alterSequence(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER SEQUENCE
statement. - alterSequence(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterSequence(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER SEQUENCE
statement. - alterSequence(Sequence<T>) - Method in interface org.jooq.DSLContext
-
The
ALTER SEQUENCE
statement. - alterSequence(Sequence<T>) - Method in class org.jooq.impl.DefaultDSLContext
- alterSequence(Sequence<T>) - Static method in class org.jooq.impl.DSL
-
The
ALTER SEQUENCE
statement. - AlterSequenceFinalStep - Interface in org.jooq
-
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future. Do not reference it directly
Referencing
XYZ*Step
types directly from client codeIt is usually not recommended to reference any
XYZ*Step
types directly from client code, or assign them to local variables. When writing dynamic SQL, creating a statement's components dynamically, and passing them to the DSL API statically is usually a better choice. See the manual's section about dynamic SQL for details: https://www.jooq.org/doc/latest/manual/sql-building/dynamic-sql.Drawbacks of referencing the
XYZ*Step
types directly:- They're operating on mutable implementations (as of jOOQ 3.x)
- They're less composable and not easy to get right when dynamic SQL gets complex
- They're less readable
- They might have binary incompatible changes between minor releases
- AlterSequenceFlagsStep<T extends Number> - Interface in org.jooq
-
A step in the construction of the
ALTER SEQUENCE
statement. - alterSequenceIfExists(String) - Method in interface org.jooq.DSLContext
-
The
ALTER SEQUENCE IF EXISTS
statement. - alterSequenceIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterSequenceIfExists(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER SEQUENCE IF EXISTS
statement. - alterSequenceIfExists(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER SEQUENCE IF EXISTS
statement. - alterSequenceIfExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterSequenceIfExists(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER SEQUENCE IF EXISTS
statement. - alterSequenceIfExists(Sequence<T>) - Method in interface org.jooq.DSLContext
-
The
ALTER SEQUENCE IF EXISTS
statement. - alterSequenceIfExists(Sequence<T>) - Method in class org.jooq.impl.DefaultDSLContext
- alterSequenceIfExists(Sequence<T>) - Static method in class org.jooq.impl.DSL
-
The
ALTER SEQUENCE IF EXISTS
statement. - AlterSequenceStep<T extends Number> - Interface in org.jooq
-
A step in the construction of the
ALTER SEQUENCE
statement. - alterTable(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL
ALTER TABLE
statement. - alterTable(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterTable(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL
ALTER TABLE
statement. - alterTable(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL
ALTER TABLE
statement. - alterTable(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterTable(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL
ALTER TABLE
statement. - alterTable(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL
ALTER TABLE
statement. - alterTable(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
- alterTable(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL
ALTER TABLE
statement. - alterTableAddMultiple() - Method in class org.jooq.MigrationConfiguration
-
Whether
ALTER TABLE
statements should add multiple columns and constraints in a single statement where supported. - alterTableAddMultiple(boolean) - Method in class org.jooq.MigrationConfiguration
-
Whether
ALTER TABLE
statements should add multiple columns and constraints in a single statement where supported. - AlterTableAddStep - Interface in org.jooq
-
The step in the
ALTER TABLE
DSL used toADD
columns. - AlterTableAlterConstraintStep - Interface in org.jooq
-
The step in the
ALTER TABLE
DSL used toALTER
constraints. - AlterTableAlterStep<T> - Interface in org.jooq
-
The step in the
ALTER TABLE
DSL used toALTER
columns. - alterTableDropCascade() - Method in class org.jooq.MigrationConfiguration
-
Whether
ALTER TABLE ..
- alterTableDropCascade(boolean) - Method in class org.jooq.MigrationConfiguration
-
Whether
ALTER TABLE ..
- alterTableDropMultiple() - Method in class org.jooq.MigrationConfiguration
-
Whether
ALTER TABLE
statements should add multiple columns and constraints in a single statement where supported. - alterTableDropMultiple(boolean) - Method in class org.jooq.MigrationConfiguration
-
Whether
ALTER TABLE
statements should drop multiple columns and constraints in a single statement where supported. - AlterTableDropStep - Interface in org.jooq
-
The step in the
ALTER TABLE
DSL used toDROP
columns or constraints. - AlterTableFinalStep - Interface in org.jooq
-
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future. Do not reference it directly
- alterTableIfExists(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL
ALTER TABLE
statement. - alterTableIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterTableIfExists(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL
ALTER TABLE
statement. - alterTableIfExists(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL
ALTER TABLE
statement. - alterTableIfExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterTableIfExists(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL
ALTER TABLE
statement. - alterTableIfExists(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL
ALTER TABLE
statement. - alterTableIfExists(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
- alterTableIfExists(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL
ALTER TABLE
statement. - AlterTableRenameColumnToStep - Interface in org.jooq
-
The step in the
ALTER TABLE
DSL used toRENAME
columns. - AlterTableRenameConstraintToStep - Interface in org.jooq
-
The step in the
ALTER TABLE
DSL used toRENAME
constraints. - AlterTableRenameIndexToStep - Interface in org.jooq
-
The step in the
ALTER TABLE
DSL used toRENAME
indexes. - AlterTableStep - Interface in org.jooq
-
The step in the
ALTER TABLE
statement where the action can be decided. - AlterTableUsingIndexStep - Interface in org.jooq
-
The step in the
ALTER TABLE ..
- alterType(String) - Method in interface org.jooq.DSLContext
-
The
ALTER TYPE
statement. - alterType(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterType(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER TYPE
statement. - alterType(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER TYPE
statement. - alterType(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterType(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER TYPE
statement. - AlterTypeFinalStep - Interface in org.jooq
-
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future. Do not reference it directly
Referencing
XYZ*Step
types directly from client codeIt is usually not recommended to reference any
XYZ*Step
types directly from client code, or assign them to local variables. When writing dynamic SQL, creating a statement's components dynamically, and passing them to the DSL API statically is usually a better choice. See the manual's section about dynamic SQL for details: https://www.jooq.org/doc/latest/manual/sql-building/dynamic-sql.Drawbacks of referencing the
XYZ*Step
types directly:- They're operating on mutable implementations (as of jOOQ 3.x)
- They're less composable and not easy to get right when dynamic SQL gets complex
- They're less readable
- They might have binary incompatible changes between minor releases
- AlterTypeRenameValueToStep - Interface in org.jooq
-
A step in the construction of the
ALTER TYPE
statement. - AlterTypeStep - Interface in org.jooq
-
A step in the construction of the
ALTER TYPE
statement. - alterView(String) - Method in interface org.jooq.DSLContext
-
The
ALTER VIEW
statement. - alterView(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterView(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER VIEW
statement. - alterView(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER VIEW
statement. - alterView(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterView(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER VIEW
statement. - alterView(Table<?>) - Method in interface org.jooq.DSLContext
-
The
ALTER VIEW
statement. - alterView(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
- alterView(Table<?>) - Static method in class org.jooq.impl.DSL
-
The
ALTER VIEW
statement. - AlterViewFinalStep - Interface in org.jooq
-
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future. Do not reference it directly
Referencing
XYZ*Step
types directly from client codeIt is usually not recommended to reference any
XYZ*Step
types directly from client code, or assign them to local variables. When writing dynamic SQL, creating a statement's components dynamically, and passing them to the DSL API statically is usually a better choice. See the manual's section about dynamic SQL for details: https://www.jooq.org/doc/latest/manual/sql-building/dynamic-sql.Drawbacks of referencing the
XYZ*Step
types directly:- They're operating on mutable implementations (as of jOOQ 3.x)
- They're less composable and not easy to get right when dynamic SQL gets complex
- They're less readable
- They might have binary incompatible changes between minor releases
- alterViewIfExists(String) - Method in interface org.jooq.DSLContext
-
The
ALTER VIEW IF EXISTS
statement. - alterViewIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
- alterViewIfExists(String) - Static method in class org.jooq.impl.DSL
-
The
ALTER VIEW IF EXISTS
statement. - alterViewIfExists(Name) - Method in interface org.jooq.DSLContext
-
The
ALTER VIEW IF EXISTS
statement. - alterViewIfExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
- alterViewIfExists(Name) - Static method in class org.jooq.impl.DSL
-
The
ALTER VIEW IF EXISTS
statement. - alterViewIfExists(Table<?>) - Method in interface org.jooq.DSLContext
-
The
ALTER VIEW IF EXISTS
statement. - alterViewIfExists(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
- alterViewIfExists(Table<?>) - Static method in class org.jooq.impl.DSL
-
The
ALTER VIEW IF EXISTS
statement. - AlterViewStep - Interface in org.jooq
-
A step in the construction of the
ALTER VIEW
statement. - ALWAYS - Enum constant in enum class org.jooq.conf.FetchIntermediateResult
- ALWAYS - Enum constant in enum class org.jooq.conf.InterpreterNameLookupCaseSensitivity
- ALWAYS - Enum constant in enum class org.jooq.conf.ParamCastMode
- ALWAYS - Enum constant in enum class org.jooq.conf.RenderQuotedNames
- ALWAYS - Enum constant in enum class org.jooq.conf.Transformation
- ALWAYS - Enum constant in enum class org.jooq.conf.TransformUnneededArithmeticExpressions
- ALWAYS - Enum constant in enum class org.jooq.CSVFormat.Quote
-
Each content element is quoted.
- ALWAYS - Enum constant in enum class org.jooq.RenderContext.CastMode
-
Cast all bind values to their respective type.
- and(Object...) - Method in interface org.jooq.BetweenAndStepN
-
Create a condition to check this field against some bounds
- and(String) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator. - and(String) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(String) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(String) - Method in class org.jooq.impl.CustomCondition
- and(String) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String) - Method in interface org.jooq.SelectConnectByAfterStartWithConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(String) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(String, Object...) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator. - and(String, Object...) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(String, Object...) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(String, Object...) - Method in class org.jooq.impl.CustomCondition
- and(String, Object...) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, Object...) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, Object...) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, Object...) - Method in interface org.jooq.SelectConnectByAfterStartWithConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, Object...) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, Object...) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, Object...) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, Object...) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, Object...) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(String, Object...) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(String, QueryPart...) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator. - and(String, QueryPart...) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(String, QueryPart...) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(String, QueryPart...) - Method in class org.jooq.impl.CustomCondition
- and(String, QueryPart...) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, QueryPart...) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, QueryPart...) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, QueryPart...) - Method in interface org.jooq.SelectConnectByAfterStartWithConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, QueryPart...) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, QueryPart...) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, QueryPart...) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, QueryPart...) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(String, QueryPart...) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(String, QueryPart...) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(Collection<? extends Condition>) - Static method in class org.jooq.impl.DSL
- and(Condition) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator. - and(Condition) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(Condition) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(Condition) - Method in class org.jooq.impl.CustomCondition
- and(Condition) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Condition) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Condition) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Condition) - Method in interface org.jooq.SelectConnectByAfterStartWithConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Condition) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Condition) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Condition) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Condition) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Condition) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(Condition) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(Condition...) - Static method in class org.jooq.impl.DSL
- and(Condition, Condition) - Static method in class org.jooq.impl.DSL
- and(Field<?>...) - Method in interface org.jooq.BetweenAndStepN
-
Create a condition to check this field against some bounds
- and(Field<? extends T>) - Method in interface org.jooq.VersionsBetweenAndStep
-
Add an
AND
clause to the flashback versions query clause. - and(Field<Boolean>) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator. - and(Field<Boolean>) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(Field<Boolean>) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(Field<Boolean>) - Method in class org.jooq.impl.CustomCondition
- and(Field<Boolean>) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Field<Boolean>) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Field<Boolean>) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Field<Boolean>) - Method in interface org.jooq.SelectConnectByAfterStartWithConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Field<Boolean>) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Field<Boolean>) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Field<Boolean>) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Field<Boolean>) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(Field<Boolean>) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(Field<Boolean>) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(Field<T>) - Method in interface org.jooq.BetweenAndStep
-
Create a condition to check this field against some bounds
- and(Field<T>) - Method in interface org.jooq.PeriodSpecificationBetweenAndStep
-
Add an upper bound to the period specification range.
- and(Field<T1>) - Method in interface org.jooq.BetweenAndStep1
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>) - Method in interface org.jooq.BetweenAndStep2
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.BetweenAndStep3
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.BetweenAndStep4
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.BetweenAndStep5
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.BetweenAndStep6
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.BetweenAndStep7
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.BetweenAndStep8
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.BetweenAndStep9
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.BetweenAndStep10
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.BetweenAndStep11
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.BetweenAndStep12
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.BetweenAndStep13
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.BetweenAndStep14
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.BetweenAndStep15
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.BetweenAndStep16
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.BetweenAndStep17
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.BetweenAndStep18
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.BetweenAndStep19
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.BetweenAndStep20
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.BetweenAndStep21
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.BetweenAndStep22
-
Create a condition to check this field against some bounds
- and(Record) - Method in interface org.jooq.BetweenAndStepN
-
Create a condition to check this field against some bounds
- and(Record1<T1>) - Method in interface org.jooq.BetweenAndStep1
-
Create a condition to check this field against some bounds
- and(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.BetweenAndStep10
-
Create a condition to check this field against some bounds
- and(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.BetweenAndStep11
-
Create a condition to check this field against some bounds
- and(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.BetweenAndStep12
-
Create a condition to check this field against some bounds
- and(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.BetweenAndStep13
-
Create a condition to check this field against some bounds
- and(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.BetweenAndStep14
-
Create a condition to check this field against some bounds
- and(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.BetweenAndStep15
-
Create a condition to check this field against some bounds
- and(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.BetweenAndStep16
-
Create a condition to check this field against some bounds
- and(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.BetweenAndStep17
-
Create a condition to check this field against some bounds
- and(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.BetweenAndStep18
-
Create a condition to check this field against some bounds
- and(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.BetweenAndStep19
-
Create a condition to check this field against some bounds
- and(Record2<T1, T2>) - Method in interface org.jooq.BetweenAndStep2
-
Create a condition to check this field against some bounds
- and(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.BetweenAndStep20
-
Create a condition to check this field against some bounds
- and(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.BetweenAndStep21
-
Create a condition to check this field against some bounds
- and(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.BetweenAndStep22
-
Create a condition to check this field against some bounds
- and(Record3<T1, T2, T3>) - Method in interface org.jooq.BetweenAndStep3
-
Create a condition to check this field against some bounds
- and(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.BetweenAndStep4
-
Create a condition to check this field against some bounds
- and(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.BetweenAndStep5
-
Create a condition to check this field against some bounds
- and(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.BetweenAndStep6
-
Create a condition to check this field against some bounds
- and(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.BetweenAndStep7
-
Create a condition to check this field against some bounds
- and(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.BetweenAndStep8
-
Create a condition to check this field against some bounds
- and(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.BetweenAndStep9
-
Create a condition to check this field against some bounds
- and(Row1<T1>) - Method in interface org.jooq.BetweenAndStep1
-
Create a condition to check this field against some bounds
- and(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.BetweenAndStep10
-
Create a condition to check this field against some bounds
- and(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.BetweenAndStep11
-
Create a condition to check this field against some bounds
- and(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.BetweenAndStep12
-
Create a condition to check this field against some bounds
- and(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.BetweenAndStep13
-
Create a condition to check this field against some bounds
- and(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.BetweenAndStep14
-
Create a condition to check this field against some bounds
- and(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.BetweenAndStep15
-
Create a condition to check this field against some bounds
- and(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.BetweenAndStep16
-
Create a condition to check this field against some bounds
- and(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.BetweenAndStep17
-
Create a condition to check this field against some bounds
- and(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.BetweenAndStep18
-
Create a condition to check this field against some bounds
- and(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.BetweenAndStep19
-
Create a condition to check this field against some bounds
- and(Row2<T1, T2>) - Method in interface org.jooq.BetweenAndStep2
-
Create a condition to check this field against some bounds
- and(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.BetweenAndStep20
-
Create a condition to check this field against some bounds
- and(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.BetweenAndStep21
-
Create a condition to check this field against some bounds
- and(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.BetweenAndStep22
-
Create a condition to check this field against some bounds
- and(Row3<T1, T2, T3>) - Method in interface org.jooq.BetweenAndStep3
-
Create a condition to check this field against some bounds
- and(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.BetweenAndStep4
-
Create a condition to check this field against some bounds
- and(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.BetweenAndStep5
-
Create a condition to check this field against some bounds
- and(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.BetweenAndStep6
-
Create a condition to check this field against some bounds
- and(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.BetweenAndStep7
-
Create a condition to check this field against some bounds
- and(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.BetweenAndStep8
-
Create a condition to check this field against some bounds
- and(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.BetweenAndStep9
-
Create a condition to check this field against some bounds
- and(RowN) - Method in interface org.jooq.BetweenAndStepN
-
Create a condition to check this field against some bounds
- and(SQL) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator. - and(SQL) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(SQL) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(SQL) - Method in class org.jooq.impl.CustomCondition
- and(SQL) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(SQL) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(SQL) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(SQL) - Method in interface org.jooq.SelectConnectByAfterStartWithConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(SQL) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(SQL) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(SQL) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(SQL) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step. - and(SQL) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator. - and(SQL) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator - and(R) - Method in interface org.jooq.BetweenAndStepR
-
Create a condition to check this field against some bounds.
- and(T) - Method in interface org.jooq.BetweenAndStep
-
Create a condition to check this field against some bounds
- and(T) - Method in interface org.jooq.PeriodSpecificationBetweenAndStep
-
Add an upper bound to the period specification range.
- and(T) - Method in interface org.jooq.VersionsBetweenAndStep
-
Add an
AND
clause to the flashback versions query clause. - and(T1) - Method in interface org.jooq.BetweenAndStep1
-
Create a condition to check this field against some bounds
- and(T1, T2) - Method in interface org.jooq.BetweenAndStep2
-
Create a condition to check this field against some bounds
- and(T1, T2, T3) - Method in interface org.jooq.BetweenAndStep3
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4) - Method in interface org.jooq.BetweenAndStep4
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5) - Method in interface org.jooq.BetweenAndStep5
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.BetweenAndStep6
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.BetweenAndStep7
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.BetweenAndStep8
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.BetweenAndStep9
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.BetweenAndStep10
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.BetweenAndStep11
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.BetweenAndStep12
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.BetweenAndStep13
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.BetweenAndStep14
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.BetweenAndStep15
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.BetweenAndStep16
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.BetweenAndStep17
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.BetweenAndStep18
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.BetweenAndStep19
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.BetweenAndStep20
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.BetweenAndStep21
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.BetweenAndStep22
-
Create a condition to check this field against some bounds
- AND - Enum constant in enum class org.jooq.Operator
-
The and operator
- andCurrentRow() - Method in interface org.jooq.WindowRowsAndStep
-
Add a
...
- andCurrentRow() - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a
...
- andExists(Select<?>) - Method in interface org.jooq.Condition
-
Combine this condition with an EXISTS clause using the
Operator.AND
operator. - andExists(Select<?>) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using the
Operator.AND
operator - andExists(Select<?>) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with an
EXISTS
clause using theOperator.AND
operator. - andExists(Select<?>) - Method in class org.jooq.impl.CustomCondition
- andExists(Select<?>) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andExists(Select<?>) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andExists(Select<?>) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andExists(Select<?>) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andExists(Select<?>) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andExists(Select<?>) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andExists(Select<?>) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with an
EXISTS
clause using theOperator.AND
operator. - andExists(Select<?>) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using the
Operator.AND
operator - andFollowing(int) - Method in interface org.jooq.WindowRowsAndStep
-
Add a
...
- andFollowing(int) - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a
...
- andMaxvalue() - Method in interface org.jooq.VersionsBetweenAndStep
-
Add an
AND MAXVALUE
clause to the flashback versions query clause. - andNot(Condition) - Method in interface org.jooq.Condition
-
Combine this condition with a negated other one using the
Operator.AND
operator. - andNot(Condition) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator - andNot(Condition) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator. - andNot(Condition) - Method in class org.jooq.impl.CustomCondition
- andNot(Condition) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Condition) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Condition) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Condition) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Condition) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Condition) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Condition) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator. - andNot(Condition) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator - andNot(Field<Boolean>) - Method in interface org.jooq.Condition
-
Combine this condition with a negated other one using the
Operator.AND
operator. - andNot(Field<Boolean>) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator - andNot(Field<Boolean>) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator. - andNot(Field<Boolean>) - Method in class org.jooq.impl.CustomCondition
- andNot(Field<Boolean>) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Field<Boolean>) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Field<Boolean>) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Field<Boolean>) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Field<Boolean>) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Field<Boolean>) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator and proceed to the next step. - andNot(Field<Boolean>) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator. - andNot(Field<Boolean>) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with a negated other one using the
Operator.AND
operator - andNotExists(Select<?>) - Method in interface org.jooq.Condition
-
Combine this condition with a NOT EXIST clause using the
Operator.AND
operator. - andNotExists(Select<?>) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using the
Operator.AND
operator - andNotExists(Select<?>) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with a
NOT EXISTS
clause using theOperator.AND
operator. - andNotExists(Select<?>) - Method in class org.jooq.impl.CustomCondition
- andNotExists(Select<?>) - Method in interface org.jooq.InsertOnConflictConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andNotExists(Select<?>) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andNotExists(Select<?>) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andNotExists(Select<?>) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andNotExists(Select<?>) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andNotExists(Select<?>) - Method in interface org.jooq.SelectQualifyConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using the
Operator.AND
operator and proceed to the next step. - andNotExists(Select<?>) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with a
NOT EXISTS
clause using theOperator.AND
operator. - andNotExists(Select<?>) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using the
Operator.AND
operator - andPreceding(int) - Method in interface org.jooq.WindowRowsAndStep
-
Add a
...
- andPreceding(int) - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a
...
- andThen(Converter<? super U, X>) - Method in interface org.jooq.Converter
-
Chain a converter to this converter.
- andUnboundedFollowing() - Method in interface org.jooq.WindowRowsAndStep
-
Add a
...
- andUnboundedFollowing() - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a
...
- andUnboundedPreceding() - Method in interface org.jooq.WindowRowsAndStep
-
Add a
...
- andUnboundedPreceding() - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a
...
- ANSIDATE - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- any(Field<T[]>) - Static method in class org.jooq.impl.DSL
-
Create an
ANY
quantified select to be used in quantified comparison predicate expressions. - any(Field<T>...) - Static method in class org.jooq.impl.DSL
-
Create an
ANY
quantified select to be used in quantified comparison predicate expressions. - any(Select<R>) - Static method in class org.jooq.impl.DSL
-
Create an
ANY
quantified select to be used in quantified comparison predicate expressions. - any(T...) - Static method in class org.jooq.impl.DSL
-
Create an
ANY
quantified select to be used in quantified comparison predicate expressions. - ANY - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- ANY - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- ANY - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- anyValue(Field<T>) - Static method in class org.jooq.impl.DSL
-
The
ANY_VALUE
function. - append(String) - Method in interface org.jooq.Name
-
Appends
name
to this name. - append(String, boolean) - Method in class org.jooq.util.jaxb.tools.XMLBuilder
- append(String, int) - Method in class org.jooq.util.jaxb.tools.XMLBuilder
- append(String, Object) - Method in class org.jooq.util.jaxb.tools.XMLBuilder
- append(String, String) - Method in class org.jooq.util.jaxb.tools.XMLBuilder
- append(String, String, List<?>) - Method in class org.jooq.util.jaxb.tools.XMLBuilder
- append(String, Pattern) - Method in class org.jooq.util.jaxb.tools.XMLBuilder
- append(String, XMLAppendable) - Method in class org.jooq.util.jaxb.tools.XMLBuilder
- append(Name) - Method in interface org.jooq.Name
-
Appends
name
(all of itsName.parts()
) to this name. - append(XMLAppendable) - Method in class org.jooq.util.jaxb.tools.XMLBuilder
- append(T, T) - Static method in class org.jooq.util.jaxb.tools.MiniJAXB
-
Appends a
second
JAXB annotated object to afirst
one using Maven'scombine.children="append"
semantics. - appendTo(Appendable) - Method in class org.jooq.util.jaxb.tools.XMLBuilder
- appendTo(XMLBuilder) - Method in class org.jooq.conf.InterpreterSearchSchema
- appendTo(XMLBuilder) - Method in class org.jooq.conf.MappedCatalog
- appendTo(XMLBuilder) - Method in class org.jooq.conf.MappedSchema
- appendTo(XMLBuilder) - Method in class org.jooq.conf.MappedTable
- appendTo(XMLBuilder) - Method in class org.jooq.conf.MigrationSchema
- appendTo(XMLBuilder) - Method in class org.jooq.conf.MigrationType
- appendTo(XMLBuilder) - Method in class org.jooq.conf.ParseSearchSchema
- appendTo(XMLBuilder) - Method in class org.jooq.conf.RenderFormatting
- appendTo(XMLBuilder) - Method in class org.jooq.conf.RenderMapping
- appendTo(XMLBuilder) - Method in class org.jooq.conf.Settings
- appendTo(XMLBuilder) - Method in class org.jooq.migrations.xml.jaxb.CommitType
- appendTo(XMLBuilder) - Method in class org.jooq.migrations.xml.jaxb.FileType
- appendTo(XMLBuilder) - Method in class org.jooq.migrations.xml.jaxb.MigrationsType
- appendTo(XMLBuilder) - Method in class org.jooq.migrations.xml.jaxb.ParentType
- appendTo(XMLBuilder) - Method in interface org.jooq.util.jaxb.tools.XMLAppendable
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.Catalog
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.CheckConstraint
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.Column
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.Domain
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.DomainConstraint
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.ElementType
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.Index
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.IndexColumnUsage
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.InformationSchema
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.Parameter
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.Routine
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.Schema
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.Sequence
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.Table
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.TableConstraint
- appendTo(XMLBuilder) - Method in class org.jooq.util.xml.jaxb.View
- apply(String) - Method in interface org.jooq.Meta
-
Apply a migration to this meta to produce a new
Meta
. - apply(String, String) - Method in interface org.jooq.Version
-
Apply a migration to produce a new version.
- apply(String, Collection<? extends Query>) - Method in interface org.jooq.Version
-
Apply a migration to produce a new version.
- apply(String, Queries) - Method in interface org.jooq.Version
-
Apply a migration to produce a new version.
- apply(String, Query...) - Method in interface org.jooq.Version
-
Apply a migration to produce a new version.
- apply(Collection<? extends Query>) - Method in interface org.jooq.Meta
-
Apply a migration to this meta to produce a new
Meta
. - apply(Queries) - Method in interface org.jooq.Meta
-
Apply a migration to this meta to produce a new
Meta
. - apply(Query...) - Method in interface org.jooq.Meta
-
Apply a migration to this meta to produce a new
Meta
. - apply(R) - Method in interface org.jooq.RecordMapper
- apply(T1) - Method in interface org.jooq.Function1
-
Applies this function to the given arguments.
- apply(T1, T2) - Method in interface org.jooq.Function2
-
Applies this function to the given arguments.
- apply(T1, T2, T3) - Method in interface org.jooq.Function3
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4) - Method in interface org.jooq.Function4
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5) - Method in interface org.jooq.Function5
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Function6
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Function7
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Function8
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Function9
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Function10
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Function11
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Function12
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Function13
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Function14
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Function15
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Function16
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Function17
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Function18
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Function19
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Function20
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Function21
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Function22
-
Applies this function to the given arguments.
- applyWorkaroundFor7962 - Variable in class org.jooq.conf.Settings
- AREA - Enum constant in enum class org.jooq.ChartFormat.Type
-
An area chart.
- args(Collection<? extends Field<?>>) - Method in interface org.jooq.CallArgsStep
-
Add the
ARGS
clause to theCALL
statement. - args(Field<?>...) - Method in interface org.jooq.CallArgsStep
-
Add the
ARGS
clause to theCALL
statement. - Args() - Constructor for class org.jooq.DiffCLI.Args
- Args() - Constructor for class org.jooq.ParserCLI.Args
- array(Collection<? extends Field<T>>) - Static method in class org.jooq.impl.DSL
-
Create an array literal.
- array(Field<T>...) - Static method in class org.jooq.impl.DSL
-
Create an array literal.
- array(Select<? extends Record1<T>>) - Static method in class org.jooq.impl.DSL
-
The PostgreSQL
array(select)
function. - array(T...) - Static method in class org.jooq.impl.DSL
-
Create an array literal.
- ARRAY - Enum constant in enum class org.jooq.JSONFormat.RecordFormat
-
A record is a JSON array.
- arrayAgg(Field<T>) - Static method in class org.jooq.impl.DSL
-
Get the
array_agg()
aggregate function. - arrayAggDistinct(Field<T>) - Static method in class org.jooq.impl.DSL
-
Get the
array_agg()
aggregate function. - ArrayAggOrderByStep<T> - Interface in org.jooq
-
The SQL standard
ARRAY_AGG()
function. - arrayAppend(Field<T[]>, Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_append(anyarray, anyelement)
function. - arrayAppend(Field<T[]>, T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_append(anyarray, anyelement)
function. - arrayAppend(T[], Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_append(anyarray, anyelement)
function. - arrayAppend(T[], T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_append(anyarray, anyelement)
function. - arrayCat(Field<T[]>, Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_cat(anyarray, anyelement)
function. - arrayCat(Field<T[]>, T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_cat(anyarray, anyelement)
function. - arrayCat(T[], Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_cat(anyarray, anyelement)
function. - arrayCat(T[], T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_cat(anyarray, anyelement)
function. - arrayFill(Field<T>, Integer[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_fill(anyelement, int[])
function. - arrayFill(Field<T>, Integer[], Integer[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_fill(anyelement, int[], int[])
function. - arrayFill(Field<T>, Field<Integer[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_fill(anyelement, int[])
function. - arrayFill(Field<T>, Field<Integer[]>, Field<Integer[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_fill(anyelement, int[], int[])
function. - arrayFill(T, Integer[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_fill(anyelement, int[])
function. - arrayFill(T, Integer[], Integer[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_fill(anyelement, int[], int[])
function. - arrayFill(T, Field<Integer[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_fill(anyelement, int[])
function. - arrayFill(T, Field<Integer[]>, Field<Integer[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_fill(anyelement, int[], int[])
function. - arrayGet(Field<T[]>, int) - Static method in class org.jooq.impl.DSL
-
Get an array element at a given index (1 based)
- arrayGet(Field<T[]>, Field<Integer>) - Static method in class org.jooq.impl.DSL
-
Get an array element at a given index (1 based)
- arrayLength(Object[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_length(anyarray, int)
function. - arrayLength(Field<? extends Object[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_length(anyarray, int)
function. - arrayOverlap(Field<T[]>, Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array1 && array2
overlap operator. - arrayOverlap(Field<T[]>, T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array1 && array2
overlap operator. - arrayOverlap(T[], Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array1 && array2
overlap operator. - arrayOverlap(T[], T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array1 && array2
overlap operator. - arrayPrepend(Field<T>, Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_prepend(anyarray, anyelement)
function. - arrayPrepend(Field<T>, T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_prepend(anyarray, anyelement)
function. - arrayPrepend(T, Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_prepend(anyarray, anyelement)
function. - arrayPrepend(T, T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_prepend(anyarray, anyelement)
function. - ArrayRecord<E> - Interface in org.jooq
-
A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), additionally providing some convenience methods.
- ArrayRecordImpl<T> - Class in org.jooq.impl
-
A common base class for Oracle ARRAY types
- ArrayRecordImpl(Schema, String, DataType<T>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, String, DataType<X>, Binding<X, Y>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, String, DataType<X>, Converter<X, T>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, String, DataType<X>, Converter<Y, T>, Binding<X, Y>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, Package, String, DataType<T>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, Package, String, DataType<X>, Binding<X, Y>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, Package, String, DataType<X>, Converter<X, T>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, Package, String, DataType<X>, Converter<Y, T>, Binding<X, Y>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- arrayRemove(Field<T[]>, Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_remove(anyarray, anyelement)
function. - arrayRemove(Field<T[]>, T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_remove(anyarray, anyelement)
function. - arrayRemove(T[], Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_remove(anyarray, anyelement)
function. - arrayRemove(T[], T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_remove(anyarray, anyelement)
function. - arrayReplace(Field<T[]>, Field<T>, Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_replace(anyarray, anyelement, anyelement)
function. - arrayReplace(Field<T[]>, T, T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_replace(anyarray, anyelement, anyelement)
function. - arrayReplace(T[], Field<T>, Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_replace(anyarray, anyelement, anyelement)
function. - arrayReplace(T[], T, T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_replace(anyarray, anyelement, anyelement)
function. - arrayToString(Object[], String) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_to_string(anyarray, delimiter)
function. - arrayToString(Object[], Field<String>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_to_string(anyarray, delimiter)
function. - arrayToString(Field<? extends Object[]>, String) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_to_string(anyarray, delimiter)
function. - arrayToString(Field<? extends Object[]>, Field<String>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_to_string(anyarray, delimiter)
function. - arrayType(Class<T>) - Static method in class org.jooq.impl.Internal
-
JDK agnostic abstraction over
Class.arrayType()
andArray.newInstance(Class, int)
. - as() - Method in interface org.jooq.Name
-
Create an empty
WindowDefinition
from this name. - as(Class<P>) - Method in class org.jooq.tools.reflect.Reflect
-
Create a proxy for the wrapped object allowing to typesafely invoke methods on it using a custom interface.
- as(Class<P>, Class<?>...) - Method in class org.jooq.tools.reflect.Reflect
-
Create a proxy for the wrapped object allowing to typesafely invoke methods on it using a custom interface.
- as(Class<T>) - Method in interface org.jooq.CreateDomainAsStep
-
Add the
AS
clause to theCREATE DOMAIN
statement. - as(String) - Method in interface org.jooq.CreateViewAsStep
-
Add an
AS
clause to theCREATE VIEW
statement. - as(String) - Method in class org.jooq.impl.CustomField
- as(String) - Method in class org.jooq.impl.CustomTable
- as(String) - Method in interface org.jooq.SelectField
-
Create an alias for this field.
- as(String) - Method in interface org.jooq.Table
-
Create an alias for this table.
- as(String, Object...) - Method in interface org.jooq.CreateViewAsStep
-
Add an
AS
clause to theCREATE VIEW
statement. - as(String, String...) - Method in class org.jooq.impl.CustomTable
- as(String, String...) - Method in interface org.jooq.Table
-
Create an alias for this table and its fields.
- as(String, BiFunction<? super Field<?>, ? super Integer, ? extends String>) - Method in class org.jooq.impl.CustomTable
- as(String, BiFunction<? super Field<?>, ? super Integer, ? extends String>) - Method in interface org.jooq.Table
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- as(String, Function<? super Field<?>, ? extends String>) - Method in class org.jooq.impl.CustomTable
- as(String, Function<? super Field<?>, ? extends String>) - Method in interface org.jooq.Table
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- as(String, QueryPart...) - Method in interface org.jooq.CreateViewAsStep
-
Add an
AS
clause to theCREATE VIEW
statement. - as(Collection<? extends Statement>) - Method in interface org.jooq.CreateFunctionAsStep
-
Add the
AS
clause to theCREATE FUNCTION
statement. - as(Collection<? extends Statement>) - Method in interface org.jooq.CreateProcedureAsStep
-
Add the
AS
clause to theCREATE PROCEDURE
statement. - as(Collection<? extends Statement>) - Method in interface org.jooq.CreateTriggerActionStep
-
Add the
AS
clause to theCREATE TRIGGER
statement. - as(Function<? super Field<T>, ? extends String>) - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- as(Function<? super Field<T>, ? extends String>) - Method in class org.jooq.impl.CustomField
- as(DataType<T>) - Method in interface org.jooq.CreateDomainAsStep
-
Add the
AS
clause to theCREATE DOMAIN
statement. - as(Field<?>) - Method in class org.jooq.impl.CustomField
- as(Field<?>) - Method in interface org.jooq.SelectField
-
Create an alias for this field based on another field's name.
- as(Name) - Method in class org.jooq.impl.CustomField
- as(Name) - Method in class org.jooq.impl.TableImpl
-
Subclasses may override this method to provide custom aliasing implementations
- as(Name) - Method in interface org.jooq.SelectField
-
Create an alias for this field.
- as(Name) - Method in interface org.jooq.Table
-
Create an alias for this table.
- as(Name, BiFunction<? super Field<?>, ? super Integer, ? extends Name>) - Method in class org.jooq.impl.CustomTable
- as(Name, BiFunction<? super Field<?>, ? super Integer, ? extends Name>) - Method in interface org.jooq.Table
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- as(Name, Function<? super Field<?>, ? extends Name>) - Method in class org.jooq.impl.CustomTable
- as(Name, Function<? super Field<?>, ? extends Name>) - Method in interface org.jooq.Table
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- as(Name, Name...) - Method in class org.jooq.impl.TableImpl
-
Subclasses may override this method to provide custom aliasing implementations
- as(Name, Name...) - Method in interface org.jooq.Table
-
Create an alias for this table and its fields.
- as(ResultQuery<?>) - Method in interface org.jooq.WithAsStep
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record1<?>>) - Method in interface org.jooq.WithAsStep1
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep10
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep11
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep12
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep13
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep14
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep15
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep16
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep17
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep18
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep19
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record2<?, ?>>) - Method in interface org.jooq.WithAsStep2
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep20
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep21
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep22
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record3<?, ?, ?>>) - Method in interface org.jooq.WithAsStep3
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record4<?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep4
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record5<?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep5
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record6<?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep6
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record7<?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep7
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record8<?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep8
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<? extends Record9<?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep9
-
Associate a subselect with a common table expression's table and column names.
- as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList1
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList10
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList11
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList12
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList13
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList14
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList15
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList16
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList17
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList18
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList19
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList2
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList20
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList21
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList22
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList3
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList4
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList5
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList6
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList7
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList8
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList9
-
Specify a subselect to refer to by the
DerivedColumnList
to form a common table expression. - as(ResultQuery<R>) - Method in interface org.jooq.Name
-
Specify a subselect to refer to by the
Name
to form a common table expression. - as(Select<? extends R>) - Method in interface org.jooq.CreateTableAsStep
-
Add an
AS
clause to theCREATE TABLE
statement. - as(Select<? extends R>) - Method in interface org.jooq.CreateViewAsStep
-
Add an
AS
clause to theCREATE VIEW
statement. - as(SQL) - Method in interface org.jooq.CreateViewAsStep
-
Add an
AS
clause to theCREATE VIEW
statement. - as(Statement) - Method in interface org.jooq.CreateFunctionAsStep
-
Add the
AS
clause to theCREATE FUNCTION
statement. - as(Statement) - Method in interface org.jooq.CreateProcedureAsStep
-
Add the
AS
clause to theCREATE PROCEDURE
statement. - as(Statement) - Method in interface org.jooq.CreateTriggerActionStep
-
Add the
AS
clause to theCREATE TRIGGER
statement. - as(Statement...) - Method in interface org.jooq.CreateFunctionAsStep
-
Add the
AS
clause to theCREATE FUNCTION
statement. - as(Statement...) - Method in interface org.jooq.CreateProcedureAsStep
-
Add the
AS
clause to theCREATE PROCEDURE
statement. - as(Statement...) - Method in interface org.jooq.CreateTriggerActionStep
-
Add the
AS
clause to theCREATE TRIGGER
statement. - as(Table<?>) - Method in class org.jooq.impl.CustomTable
- as(Table<?>) - Method in interface org.jooq.Table
-
Create an alias for this table based on another table's name.
- as(Table<?>, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>>) - Method in class org.jooq.impl.CustomTable
- as(Table<?>, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>>) - Method in interface org.jooq.Table
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- as(Table<?>, Function<? super Field<?>, ? extends Field<?>>) - Method in class org.jooq.impl.CustomTable
- as(Table<?>, Function<? super Field<?>, ? extends Field<?>>) - Method in interface org.jooq.Table
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- as(Table<?>, Field<?>...) - Method in class org.jooq.impl.CustomTable
- as(Table<?>, Field<?>...) - Method in interface org.jooq.Table
-
Create an alias for this table based on another table's name.
- as(WindowSpecification) - Method in interface org.jooq.Name
-
Create a
WindowDefinition
from this name. - AS_IS - Enum constant in enum class org.jooq.conf.ParseNameCase
- AS_IS - Enum constant in enum class org.jooq.conf.RenderKeywordCase
- AS_IS - Enum constant in enum class org.jooq.conf.RenderKeywordStyle
-
Deprecated.
- AS_IS - Enum constant in enum class org.jooq.conf.RenderNameCase
- AS_IS - Enum constant in enum class org.jooq.conf.RenderNameStyle
-
Deprecated.
- asAggregateFunction() - Method in class org.jooq.impl.AbstractRoutine
- asArrayDataType(Class<A>) - Method in interface org.jooq.DataType
-
Retrieve the data type for an Oracle-style ARRAY of this data type.
- asArrayDataType(Class<A>) - Method in class org.jooq.impl.BuiltInDataType
- asc() - Method in interface org.jooq.Field
-
Create an ascending sort field from this field.
- asc() - Method in class org.jooq.impl.CustomField
- ASC - Enum constant in enum class org.jooq.SortOrder
-
Ascending sort order.
- ascii() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - Use
DSL.ascii(Field)
instead. - ascii() - Method in class org.jooq.impl.CustomField
-
Deprecated.
- ascii(String) - Static method in class org.jooq.impl.DSL
-
The
ASCII
function. - ascii(Field<String>) - Static method in class org.jooq.impl.DSL
-
The
ASCII
function. - ASCII - Enum constant in enum class org.jooq.ChartFormat.Output
-
An ASCII chart.
- asConvertedDataType(Class<U>, Function<? super T, ? extends U>, Function<? super U, ? extends T>) - Method in interface org.jooq.DataType
-
Convenience method for converting this type using
Converter.of(Class, Class, Function, Function)
. - asConvertedDataType(Binding<? super T, U>) - Method in interface org.jooq.DataType
-
Retrieve the data type for a given binding.
- asConvertedDataType(Binding<? super T, U>) - Method in class org.jooq.impl.BuiltInDataType
- asConvertedDataType(Converter<? super T, U>) - Method in interface org.jooq.DataType
-
Retrieve the data type for a given converter.
- asConvertedDataType(Converter<? super T, U>) - Method in class org.jooq.impl.BuiltInDataType
- asConvertedDataTypeFrom(Class<U>, Function<? super T, ? extends U>) - Method in interface org.jooq.DataType
-
Convenience method for converting this type to a read-only type using
Converter.from(Class, Class, Function)
. - asConvertedDataTypeFrom(Function<? super T, ? extends U>) - Method in interface org.jooq.DataType
-
Convenience method for converting this type to a read-only type using
Converter.from(Class, Class, Function)
. - asConvertedDataTypeTo(Class<U>, Function<? super U, ? extends T>) - Method in interface org.jooq.DataType
-
Convenience method for converting this type to a write-only type using
Converter.to(Class, Class, Function)
. - asConvertedDataTypeTo(Function<? super U, ? extends T>) - Method in interface org.jooq.DataType
-
Convenience method for converting this type to a write-only type using
Converter.to(Class, Class, Function)
. - ASE - Enum constant in enum class org.jooq.SQLDialect
-
The Sybase Adaptive Server dialect family.
- ASE_12_5 - Enum constant in enum class org.jooq.SQLDialect
-
The Sybase Adaptive Server 12.5 dialect.
- ASE_15_5 - Enum constant in enum class org.jooq.SQLDialect
-
The Sybase Adaptive Server 15.5 dialect.
- ASE_15_7 - Enum constant in enum class org.jooq.SQLDialect
-
The Sybase Adaptive Server 15.7 dialect.
- ASE_16_0 - Enum constant in enum class org.jooq.SQLDialect
-
The Sybase Adaptive Server 16.0 dialect.
- ASEDataType - Class in org.jooq.util.ase
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11.0 - [#7375] - This type is part of jOOQ's internal API. Do not reference this type directly from client code. Referencing this type before the
SQLDataType
class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataType
instead. - ASEDSL - Class in org.jooq.util.ase
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#10796] - This class will be removed, soon, no more vendor specific DSL API will be added.
- ASEDSL() - Constructor for class org.jooq.util.ase.ASEDSL
-
Deprecated.No instances
- asEnum() - Method in interface org.jooq.CreateTypeStep
-
Add the
AS ENUM
clause to theCREATE TYPE
statement. - asEnum(String...) - Method in interface org.jooq.CreateTypeStep
-
Add the
AS ENUM
clause to theCREATE TYPE
statement. - asEnum(Collection<?>) - Method in interface org.jooq.CreateTypeStep
-
Add the
AS ENUM
clause to theCREATE TYPE
statement. - asEnum(Field<String>...) - Method in interface org.jooq.CreateTypeStep
-
Add the
AS ENUM
clause to theCREATE TYPE
statement. - asEnumDataType(Class<E>) - Method in interface org.jooq.DataType
-
Retrieve the data type for a given enum data type.
- asEnumDataType(Class<E>) - Method in class org.jooq.impl.BuiltInDataType
- asField() - Method in interface org.jooq.FieldLike
-
The underlying field representation of this object.
- asField() - Method in class org.jooq.impl.AbstractRoutine
- asField(String) - Method in interface org.jooq.FieldLike
-
The underlying field representation of this object.
- asField(String) - Method in class org.jooq.impl.AbstractRoutine
- asField(Function<? super Field<T>, ? extends String>) - Method in interface org.jooq.FieldLike
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- asin() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - Use
DSL.asin(Field)
instead. - asin() - Method in class org.jooq.impl.CustomField
-
Deprecated.
- asin(Number) - Static method in class org.jooq.impl.DSL
-
The
ASIN
function. - asin(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
The
ASIN
function. - asMaterialized(ResultQuery<?>) - Method in interface org.jooq.WithAsStep
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record1<?>>) - Method in interface org.jooq.WithAsStep1
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep10
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep11
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep12
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep13
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep14
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep15
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep16
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep17
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep18
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep19
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record2<?, ?>>) - Method in interface org.jooq.WithAsStep2
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep20
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep21
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep22
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record3<?, ?, ?>>) - Method in interface org.jooq.WithAsStep3
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record4<?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep4
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record5<?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep5
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record6<?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep6
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record7<?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep7
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record8<?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep8
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<? extends Record9<?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep9
-
Associate a materialized subselect with a common table expression's table and column names.
- asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList1
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList10
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList11
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList12
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList13
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList14
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList15
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList16
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList17
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList18
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList19
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList2
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList20
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList21
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList22
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList3
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList4
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList5
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList6
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList7
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList8
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList9
-
Specify a materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asMaterialized(ResultQuery<R>) - Method in interface org.jooq.Name
-
Specify a materialized subselect to refer to by the
Name
to form a common table expression. - asNotMaterialized(ResultQuery<?>) - Method in interface org.jooq.WithAsStep
-
Associate a materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record1<?>>) - Method in interface org.jooq.WithAsStep1
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep10
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep11
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep12
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep13
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep14
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep15
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep16
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep17
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep18
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep19
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record2<?, ?>>) - Method in interface org.jooq.WithAsStep2
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep20
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep21
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep22
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record3<?, ?, ?>>) - Method in interface org.jooq.WithAsStep3
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record4<?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep4
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record5<?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep5
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record6<?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep6
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record7<?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep7
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record8<?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep8
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<? extends Record9<?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep9
-
Associate a non-materialized subselect with a common table expression's table and column names.
- asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList1
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList10
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList11
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList12
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList13
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList14
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList15
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList16
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList17
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList18
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList19
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList2
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList20
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList21
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList22
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList3
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList4
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList5
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList6
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList7
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList8
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.DerivedColumnList9
-
Specify a non-materialized subselect to refer to by the
DerivedColumnList
to form a common table expression. - asNotMaterialized(ResultQuery<R>) - Method in interface org.jooq.Name
-
Specify a non-materialized subselect to refer to by the
Name
to form a common table expression. - asOf(Field<T>) - Method in interface org.jooq.Period
-
Create a period specification for a given timestamp.
- asOf(T) - Method in interface org.jooq.Period
-
Create a period specification for a given timestamp.
- asOfScn(Number) - Method in class org.jooq.impl.CustomTable
- asOfScn(Number) - Method in interface org.jooq.Table
-
Create an
SQLDialect.ORACLE
flashback query clause from this table. - asOfScn(Field<? extends Number>) - Method in class org.jooq.impl.CustomTable
- asOfScn(Field<? extends Number>) - Method in interface org.jooq.Table
-
Create an
SQLDialect.ORACLE
flashback query clause from this table. - asOfTimestamp(Timestamp) - Method in class org.jooq.impl.CustomTable
- asOfTimestamp(Timestamp) - Method in interface org.jooq.Table
-
Create an
SQLDialect.ORACLE
flashback query clause from this table. - asOfTimestamp(Field<Timestamp>) - Method in class org.jooq.impl.CustomTable
- asOfTimestamp(Field<Timestamp>) - Method in interface org.jooq.Table
-
Create an
SQLDialect.ORACLE
flashback query clause from this table. - asTable() - Method in class org.jooq.impl.CustomTable
- asTable() - Method in interface org.jooq.TableLike
-
The underlying table representation of this object.
- asTable(String) - Method in class org.jooq.impl.CustomTable
- asTable(String) - Method in interface org.jooq.TableLike
-
The underlying aliased table representation of this object.
- asTable(String, String...) - Method in class org.jooq.impl.CustomTable
- asTable(String, String...) - Method in interface org.jooq.TableLike
-
The underlying aliased table representation of this object.
- asTable(String, BiFunction<? super Field<?>, ? super Integer, ? extends String>) - Method in class org.jooq.impl.CustomTable
- asTable(String, BiFunction<? super Field<?>, ? super Integer, ? extends String>) - Method in interface org.jooq.TableLike
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- asTable(String, Function<? super Field<?>, ? extends String>) - Method in class org.jooq.impl.CustomTable
- asTable(String, Function<? super Field<?>, ? extends String>) - Method in interface org.jooq.TableLike
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ. They offer convenience that is unidiomatic for jOOQ's DSL, without offering functionality that would not be possible otherwise - yet they add complexity in jOOQ's internals.
- asTable(Name) - Method in class org.jooq.impl.CustomTable
- asTable(Name) - Method in interface org.jooq.TableLike
-
The underlying aliased table representation of this object.
- asTable(Name, Name...) - Method in class org.jooq.impl.CustomTable
- asTable(Name, Name...) - Method in interface org.jooq.TableLike
-
The underlying aliased table representation of this object.
- asTable(Table<?>) - Method in class org.jooq.impl.CustomTable
- asTable(Table<?>) - Method in interface org.jooq.TableLike
-
The underlying aliased table representation of this object.
- asTable(Table<?>, Field<?>...) - Method in class org.jooq.impl.CustomTable
- asTable(Table<?>, Field<?>...) - Method in interface org.jooq.TableLike
-
The underlying aliased table representation of this object.
- asterisk() - Method in class org.jooq.impl.CustomTable
- asterisk() - Static method in class org.jooq.impl.DSL
-
The asterisk (
*
) to be used inSELECT
clauses. - asterisk() - Method in interface org.jooq.Table
-
Create a qualified asterisk expression from this table (
table.*
) for use withSELECT
. - Asterisk - Interface in org.jooq
-
An unqualified asterisk.
- at(String) - Method in class org.jooq.impl.CustomTable
- at(String) - Method in interface org.jooq.Table
-
A table reference of this table at a given
Link
. - at(Link) - Method in class org.jooq.impl.CustomTable
- at(Link) - Method in interface org.jooq.Table
-
A table reference of this table at a given
Link
. - at(Name) - Method in class org.jooq.impl.CustomTable
- at(Name) - Method in interface org.jooq.Table
-
A table reference of this table at a given
Link
. - atan() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - Use
DSL.atan(Field)
instead. - atan() - Method in class org.jooq.impl.CustomField
-
Deprecated.
- atan(Number) - Static method in class org.jooq.impl.DSL
-
The
ATAN
function. - atan(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
The
ATAN
function. - atan2(Number) - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - Use
DSL.atan2(Field, Number)
instead. - atan2(Number) - Method in class org.jooq.impl.CustomField
-
Deprecated.
- atan2(Number, Number) - Static method in class org.jooq.impl.DSL
-
The
ATAN2
function. - atan2(Number, Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
The
ATAN2
function. - atan2(Field<? extends Number>) - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - Use
DSL.atan2(Field, Field)
instead. - atan2(Field<? extends Number>) - Method in class org.jooq.impl.CustomField
-
Deprecated.
- atan2(Field<? extends Number>, Number) - Static method in class org.jooq.impl.DSL
-
The
ATAN2
function. - atan2(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
The
ATAN2
function. - attach(Collection<? extends Attachable>) - Method in interface org.jooq.DSLContext
-
Attach this
DSLContext
's underlyingScope.configuration()
to some attachables. - attach(Collection<? extends Attachable>) - Method in class org.jooq.impl.DefaultDSLContext
- attach(Attachable...) - Method in interface org.jooq.DSLContext
-
Attach this
DSLContext
's underlyingScope.configuration()
to some attachables. - attach(Attachable...) - Method in class org.jooq.impl.DefaultDSLContext
- attach(Configuration) - Method in interface org.jooq.Attachable
-
Attach this object to a new
Configuration
. - attach(Configuration) - Method in class org.jooq.impl.AbstractRoutine
- attach(Configuration) - Method in class org.jooq.impl.ArrayRecordImpl
- attach(Configuration) - Method in interface org.jooq.Result
-
Attach this result and all of its contained records to a new
Configuration
. - attach(Configuration) - Method in interface org.jooq.Results
-
Attach all results and all of their contained records to a new
Configuration
. - Attachable - Interface in org.jooq
-
An object in jOOQ that can have an underlying
Configuration
attached or detached. - AttachableQueryPart - Interface in org.jooq
-
A type that is both
Attachable
and aQueryPart
. - attachRecords - Variable in class org.jooq.conf.Settings
- attempts - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
- attempts(Integer) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
- AURORA_MYSQL - Enum constant in enum class org.jooq.SQLDialect
-
The Amazon Aurora MySQL Edition dialect family.
- AURORA_POSTGRES - Enum constant in enum class org.jooq.SQLDialect
-
The Amazon Aurora PostgreSQL Edition dialect family.
- AuroraMySQLDataType - Class in org.jooq.util.auroramysql
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11.0 - [#7375] - This type is part of jOOQ's internal API. Do not reference this type directly from client code. Referencing this type before the
SQLDataType
class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataType
instead. - AuroraMySQLDataType() - Constructor for class org.jooq.util.auroramysql.AuroraMySQLDataType
-
Deprecated.
- AuroraPostgresDataType - Class in org.jooq.util.aurorapostgres
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11.0 - [#7375] - This type is part of jOOQ's internal API. Do not reference this type directly from client code. Referencing this type before the
SQLDataType
class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataType
instead. - AuroraPostgresDataType() - Constructor for class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- auto() - Method in interface org.jooq.SelectForJSONStep
-
Add a SQL Server-style
FOR JSON AUTO
clause. - auto() - Method in interface org.jooq.SelectForXMLStep
-
Add a SQL Server-style
FOR XML AUTO
clause. - autoClose(R) - Method in interface org.jooq.ResourceManagingScope
-
Register a
Closeable
for auto closing after this scope ends. - autoFree(Array) - Method in interface org.jooq.ResourceManagingScope
-
Register a
Array
for auto freeing after this scope ends. - autoFree(Blob) - Method in interface org.jooq.ResourceManagingScope
-
Register a
Blob
for auto freeing after this scope ends. - autoFree(Clob) - Method in interface org.jooq.ResourceManagingScope
-
Register a
Clob
for auto freeing after this scope ends. - autoFree(SQLXML) - Method in interface org.jooq.ResourceManagingScope
-
Register a
SQLXML
for auto freeing after this scope ends. - autoGeneratedKeys() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
The corresponding value from
MockStatement
. - avg() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - Use
DSL.avg(Field)
instead. - avg() - Method in class org.jooq.impl.CustomField
-
Deprecated.
- avg(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the average over a numeric field: avg(field).
- avgDistinct(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the average over a numeric field: avg(distinct field).
- avgOver() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - Use
DSL.avg(Field)
instead. - avgOver() - Method in class org.jooq.impl.CustomField
-
Deprecated.
B
- backslashEscaping - Variable in class org.jooq.conf.Settings
- BackslashEscaping - Enum Class in org.jooq.conf
-
Java class for BackslashEscaping.
- BASE_TABLE - Enum constant in enum class org.jooq.util.xml.jaxb.TableType
- basedir() - Method in class org.jooq.FilePattern
- basedir(File) - Method in class org.jooq.FilePattern
- batch() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Whether this execution context is a from a batch statement.
- batch(String) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (with bind values).
- batch(String) - Method in class org.jooq.impl.DefaultDSLContext
- batch(String...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (without bind values).
- batch(String...) - Method in class org.jooq.impl.DefaultDSLContext
- batch(String, Object[]...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (with bind values).
- batch(String, Object[]...) - Method in class org.jooq.impl.DefaultDSLContext
- batch(Collection<? extends Query>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (without bind values).
- batch(Collection<? extends Query>) - Method in class org.jooq.impl.DefaultDSLContext
- batch(Queries) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (without bind values).
- batch(Queries) - Method in class org.jooq.impl.DefaultDSLContext
- batch(Query) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (with bind values).
- batch(Query) - Method in class org.jooq.impl.DefaultDSLContext
- batch(Query...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (without bind values).
- batch(Query...) - Method in class org.jooq.impl.DefaultDSLContext
- batch(Query, Object[]...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (with bind values).
- batch(Query, Object[]...) - Method in class org.jooq.impl.DefaultDSLContext
- Batch - Interface in org.jooq
-
A wrapper for a JDBC batch operation.
- BATCH - Enum constant in enum class org.jooq.ExecuteType
-
A batch statement is being executed.
- batchAfter(int) - Method in interface org.jooq.LoaderOptionsStep
-
Batch a given number of bulk statements together.
- batchAll() - Method in interface org.jooq.LoaderOptionsStep
-
Batch all bulk statements in one JDBC batch statement.
- batchBindings() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Get all bind variables of a "single batch" statement.
- BatchBindStep - Interface in org.jooq
-
This type is used for the
Batch
's DSL API. - batchDelete(Collection<? extends UpdatableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
DELETE
queries in batch mode (with bind values) according toUpdatableRecord.delete()
sematics. - batchDelete(Collection<? extends UpdatableRecord<?>>) - Method in class org.jooq.impl.DefaultDSLContext
- batchDelete(UpdatableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
DELETE
queries in batch mode (with bind values) according toUpdatableRecord.delete()
sematics. - batchDelete(UpdatableRecord<?>...) - Method in class org.jooq.impl.DefaultDSLContext
- batched(BatchedRunnable) - Method in interface org.jooq.DSLContext
-
Run a
BatchedRunnable
on aBatchedConnection
, delaying execution as long as possible before batching. - batched(BatchedRunnable) - Method in class org.jooq.impl.DefaultDSLContext
- BatchedCallable<T> - Interface in org.jooq
-
An operation that can run code and statements, buffering all consecutive and identical SQL strings in a
BatchedPreparedStatement
, delaying their execution. - BatchedConnection - Class in org.jooq.tools.jdbc
-
A batching connection.
- BatchedConnection(Connection) - Constructor for class org.jooq.tools.jdbc.BatchedConnection
- BatchedConnection(Connection, int) - Constructor for class org.jooq.tools.jdbc.BatchedConnection
- BatchedPreparedStatement - Class in org.jooq.tools.jdbc
-
A batched statement.
- BatchedPreparedStatement(String, BatchedConnection, PreparedStatement) - Constructor for class org.jooq.tools.jdbc.BatchedPreparedStatement
- batchedResult(BatchedCallable<T>) - Method in interface org.jooq.DSLContext
-
Run a
BatchedRunnable
on aBatchedConnection
, delaying execution as long as possible before batching. - batchedResult(BatchedCallable<T>) - Method in class org.jooq.impl.DefaultDSLContext
- BatchedRunnable - Interface in org.jooq
-
An operation that can run code and statements, buffering all consecutive and identical SQL strings in a
BatchedPreparedStatement
, delaying their execution. - batchInsert(Collection<? extends TableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
INSERT
queries in batch mode (with bind values) according toTableRecord.insert()
semantics. - batchInsert(Collection<? extends TableRecord<?>>) - Method in class org.jooq.impl.DefaultDSLContext
- batchInsert(TableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
INSERT
queries in batch mode (with bind values) according toTableRecord.insert()
semantics. - batchInsert(TableRecord<?>...) - Method in class org.jooq.impl.DefaultDSLContext
- batchMerge(Collection<? extends UpdatableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
MERGE
queries in batch mode (with bind values) according toUpdatableRecord.merge()
semantics. - batchMerge(Collection<? extends UpdatableRecord<?>>) - Method in class org.jooq.impl.DefaultDSLContext
- batchMerge(UpdatableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
MERGE
queries in batch mode (with bind values) according toUpdatableRecord.merge()
semantics. - batchMerge(UpdatableRecord<?>...) - Method in class org.jooq.impl.DefaultDSLContext
- batchMultiple() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Whether this execution context is from a "multi batch" statement.
- batchNone() - Method in interface org.jooq.LoaderOptionsStep
-
Do not batch bulk statements together.
- batchQueries() - Method in interface org.jooq.ExecuteContext
-
The jOOQ
Query
objects that are being executed in batch mode, or empty if the query is unknown or if there was no jOOQQuery
. - batchRecords() - Method in interface org.jooq.RecordContext
-
The
Record
(s) that are being manipulated in batch mode. - batchRows() - Method in interface org.jooq.ExecuteContext
-
The number of rows that were affected by the last statement executed in batch mode.
- batchSingle() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Whether this execution context is from a "single batch" statement.
- batchSize - Variable in class org.jooq.conf.Settings
- batchSQL() - Method in interface org.jooq.ExecuteContext
-
The generated SQL statements that are being executed in batch mode, or empty if the query is unknown or if there was no SQL statement.
- batchSQL() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Get all batch SQL statements of a "multi batch" statement.
- batchStore(Collection<? extends UpdatableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
INSERT
andUPDATE
queries in batch mode (with bind values) according toUpdatableRecord.store()
semantics. - batchStore(Collection<? extends UpdatableRecord<?>>) - Method in class org.jooq.impl.DefaultDSLContext
- batchStore(UpdatableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
INSERT
andUPDATE
queries in batch mode (with bind values) according toUpdatableRecord.store()
semantics. - batchStore(UpdatableRecord<?>...) - Method in class org.jooq.impl.DefaultDSLContext
- batchUpdate(Collection<? extends UpdatableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
UPDATE
queries in batch mode (with bind values) according toUpdatableRecord.update()
semantics. - batchUpdate(Collection<? extends UpdatableRecord<?>>) - Method in class org.jooq.impl.DefaultDSLContext
- batchUpdate(UpdatableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
UPDATE
queries in batch mode (with bind values) according toUpdatableRecord.update()
semantics. - batchUpdate(UpdatableRecord<?>...) - Method in class org.jooq.impl.DefaultDSLContext
- before(String) - Method in interface org.jooq.AlterTableAddStep
-
Add a
BEFORE
clause toALTER TABLE ..
- before(Field<?>) - Method in interface org.jooq.AlterTableAddStep
-
Add a
BEFORE
clause toALTER TABLE ..
- before(Name) - Method in interface org.jooq.AlterTableAddStep
-
Add a
BEFORE
clause toALTER TABLE ..
- BEFORE - Enum constant in enum class org.jooq.util.oracle.OracleDSL.DBMS_AQ.SEQUENCE_DEVIATION
- beforeDelete() - Method in interface org.jooq.CreateTriggerEventStep
-
Add the
BEFORE DELETE
clause to theCREATE TRIGGER
statement. - beforeFirst() - Method in class org.jooq.tools.jdbc.DefaultResultSet
- beforeFirst() - Method in class org.jooq.tools.jdbc.MockResultSet
- beforeInsert() - Method in interface org.jooq.CreateTriggerEventStep
-
Add the
BEFORE INSERT
clause to theCREATE TRIGGER
statement. - beforeUpdate() - Method in interface org.jooq.CreateTriggerEventStep
-
Add the
BEFORE UPDATE
clause to theCREATE TRIGGER
statement. - begin(Collection<? extends Statement>) - Method in interface org.jooq.DSLContext
-
Wrap a collection of statements in an anoymous procedural block.
- begin(Collection<? extends Statement>) - Method in class org.jooq.impl.DefaultDSLContext
- begin(Collection<? extends Statement>) - Static method in class org.jooq.impl.DSL
-
Wrap a collection of statements in an anonymous procedural block.
- begin(Statement...) - Method in interface org.jooq.DSLContext
-
Wrap a collection of statements in an anonymous procedural block.
- begin(Statement...) - Method in class org.jooq.impl.DefaultDSLContext
- begin(Statement...) - Static method in class org.jooq.impl.DSL
-
Wrap a collection of statements in an anonymous procedural block.
- begin(TransactionContext) - Method in class org.jooq.impl.DefaultTransactionProvider
- begin(TransactionContext) - Method in class org.jooq.impl.NoTransactionProvider
- begin(TransactionContext) - Method in class org.jooq.impl.ThreadLocalTransactionProvider
- begin(TransactionContext) - Method in interface org.jooq.TransactionProvider
-
Begin a new transaction.
- beginEnd(TransactionContext) - Method in class org.jooq.impl.CallbackTransactionListener
- beginEnd(TransactionContext) - Method in class org.jooq.impl.DefaultTransactionListener
- beginEnd(TransactionContext) - Method in interface org.jooq.TransactionListener
-
Called after
TransactionProvider.begin(TransactionContext)
. - beginRequest() - Method in class org.jooq.tools.jdbc.DefaultConnection
- beginStart(TransactionContext) - Method in class org.jooq.impl.CallbackTransactionListener
- beginStart(TransactionContext) - Method in class org.jooq.impl.DefaultTransactionListener
- beginStart(TransactionContext) - Method in interface org.jooq.TransactionListener
-
Called before
TransactionProvider.begin(TransactionContext)
. - between(Object...) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<?>...) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- between(Field<T>) - Method in class org.jooq.impl.CustomField
- between(Field<T>) - Method in interface org.jooq.Period
-
Create a period specification for a given timestamp range overlapping with this period, including the end value.
- between(Field<T>, Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- between(Field<T>, Field<T>) - Method in class org.jooq.impl.CustomField
- between(Field<T>, Field<T>) - Method in interface org.jooq.Period
-
Create a period specification for a given timestamp range overlapping with this period, including the end value.
- between(Field<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two other row value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two other row value expressions.
- between(Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two records.
- between(Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two records.
- between(Record1<T1>, Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two records.
- between(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two records.
- between(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two records.
- between(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two records.
- between(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two records.
- between(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two records.
- between(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two records.
- between(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two records.
- between(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two records.
- between(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two records.
- between(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two records.
- between(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two records.
- between(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two records.
- between(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two records.
- between(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two records.
- between(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two records.
- between(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two records.
- between(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two records.
- between(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two records.
- between(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two records.
- between(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two records.
- between(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two records.
- between(Record2<T1, T2>, Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two records.
- between(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two records.
- between(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two records.
- between(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two records.
- between(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two records.
- between(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two records.
- between(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two records.
- between(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two records.
- between(Record3<T1, T2, T3>, Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two records.
- between(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two records.
- between(Record4<T1, T2, T3, T4>, Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two records.
- between(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two records.
- between(Record5<T1, T2, T3, T4, T5>, Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two records.
- between(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two records.
- between(Record6<T1, T2, T3, T4, T5, T6>, Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two records.
- between(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two records.
- between(Record7<T1, T2, T3, T4, T5, T6, T7>, Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two records.
- between(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two records.
- between(Record8<T1, T2, T3, T4, T5, T6, T7, T8>, Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two records.
- between(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two records.
- between(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two records.
- between(Record, Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two records.
- between(Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row1<T1>, Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row2<T1, T2>, Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row3<T1, T2, T3>, Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row4<T1, T2, T3, T4>, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row5<T1, T2, T3, T4, T5>, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row6<T1, T2, T3, T4, T5, T6>, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row7<T1, T2, T3, T4, T5, T6, T7>, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two other row value expressions.
- between(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two other row value expressions.
- between(RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two other row value expressions.
- between(RowN, RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two other row value expressions.
- between(Select<? extends R>) - Method in interface org.jooq.SelectCorrelatedSubqueryStep
-
Check if this subquery is within a range of two subqueries.
- between(Select<? extends R>, Select<? extends R>) - Method in interface org.jooq.SelectCorrelatedSubqueryStep
-
Check if this subquery is within a range of two subqueries.
- between(R) - Method in interface org.jooq.SelectCorrelatedSubqueryStep
-
Check if this subquery is within a range of two records.
- between(R, R) - Method in interface org.jooq.SelectCorrelatedSubqueryStep
-
Check if this subquery is within a range of two records.
- between(T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- between(T) - Method in class org.jooq.impl.CustomField
- between(T) - Method in interface org.jooq.Period
-
Create a period specification for a given timestamp range overlapping with this period, including the end value.
- between(T1) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two other row value expressions.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two other row value expressions.
- between(T, T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- between(T, T) - Method in class org.jooq.impl.CustomField
- between(T, T) - Method in interface org.jooq.Period
-
Create a period specification for a given timestamp range overlapping with this period, including the end value.
- BetweenAndStep<T> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep1<T1> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep2<T1,T2> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep3<T1,T2,T3> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep4<T1,T2,T3,T4> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep5<T1,T2,T3,T4,T5> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep6<T1,T2,T3,T4,T5,T6> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStep9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStepN - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - BetweenAndStepR<R extends Record> - Interface in org.jooq
-
An intermediate DSL type for the construction of a
BETWEEN
predicate. - betweenSymmetric(Object...) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<?>...) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- betweenSymmetric(Field<T>) - Method in class org.jooq.impl.CustomField
- betweenSymmetric(Field<T>, Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- betweenSymmetric(Field<T>, Field<T>) - Method in class org.jooq.impl.CustomField
- betweenSymmetric(Field<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record1<T1>, Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record2<T1, T2>, Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record3<T1, T2, T3>, Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record4<T1, T2, T3, T4>, Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record5<T1, T2, T3, T4, T5>, Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record6<T1, T2, T3, T4, T5, T6>, Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record7<T1, T2, T3, T4, T5, T6, T7>, Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record8<T1, T2, T3, T4, T5, T6, T7, T8>, Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Record, Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two records.
- betweenSymmetric(Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row1<T1>, Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row2<T1, T2>, Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row3<T1, T2, T3>, Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row4<T1, T2, T3, T4>, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row5<T1, T2, T3, T4, T5>, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row6<T1, T2, T3, T4, T5, T6>, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row7<T1, T2, T3, T4, T5, T6, T7>, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(RowN, RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(Select<? extends R>) - Method in interface org.jooq.SelectCorrelatedSubqueryStep
-
Check if this subquery is within a symmetric range of two subqueries.
- betweenSymmetric(Select<? extends R>, Select<? extends R>) - Method in interface org.jooq.SelectCorrelatedSubqueryStep
-
Check if this subquery is within a symmetric range of two subqueries.
- betweenSymmetric(R) - Method in interface org.jooq.SelectCorrelatedSubqueryStep
-
Check if this subquery is within a symmetric range of two records.
- betweenSymmetric(R, R) - Method in interface org.jooq.SelectCorrelatedSubqueryStep
-
Check if this subquery is within a symmetric range of two records.
- betweenSymmetric(T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- betweenSymmetric(T) - Method in class org.jooq.impl.CustomField
- betweenSymmetric(T1) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two other row value expressions.
- betweenSymmetric(T, T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- betweenSymmetric(T, T) - Method in class org.jooq.impl.CustomField
- BFILE - Static variable in class org.jooq.util.oracle.OracleDataType
-
Deprecated.
- BIGDATETIME - Static variable in class org.jooq.util.ase.ASEDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.impl.SQLDataType
-
The
Types.BIGINT
type. - BIGINT - Static variable in class org.jooq.util.ase.ASEDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.auroramysql.AuroraMySQLDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.bigquery.BigQueryDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.db2.DB2DataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.exasol.ExasolDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.h2.H2DataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.hana.HanaDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.ignite.IgniteDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.informix.InformixDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.memsql.MemSQLDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.mysql.MySQLDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.sqldatawarehouse.SQLDataWarehouseDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.teradata.TeradataDataType
-
Deprecated.
- BIGINT - Static variable in class org.jooq.util.vertica.VerticaDataType
-
Deprecated.
- BIGINTUNSIGNED - Static variable in class org.jooq.impl.SQLDataType
-
The unsigned
Types.BIGINT
type. - BIGINTUNSIGNED - Static variable in class org.jooq.util.auroramysql.AuroraMySQLDataType
-
Deprecated.
- BIGINTUNSIGNED - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
Deprecated.
- BIGINTUNSIGNED - Static variable in class org.jooq.util.memsql.MemSQLDataType
-
Deprecated.
- BIGINTUNSIGNED - Static variable in class org.jooq.util.mysql.MySQLDataType
-
Deprecated.
- BIGQUERY - Enum constant in enum class org.jooq.SQLDialect
-
The Google BigQuery dialect family.
- BigQueryDataType - Class in org.jooq.util.bigquery
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11.0 - [#7375] - This type is part of jOOQ's internal API. Do not reference this type directly from client code. Referencing this type before the
SQLDataType
class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataType
instead. - BigQueryDataType() - Constructor for class org.jooq.util.bigquery.BigQueryDataType
-
Deprecated.
- BIGSERIAL - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- BIGSERIAL - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- BIGSERIAL - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- BIGSERIAL - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- BIGTIME - Static variable in class org.jooq.util.ase.ASEDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.impl.SQLDataType
-
The
Types.BINARY
type. - BINARY - Static variable in class org.jooq.util.access.AccessDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.ase.ASEDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.auroramysql.AuroraMySQLDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.bigquery.BigQueryDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.exasol.ExasolDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.h2.H2DataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.ignite.IgniteDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.memsql.MemSQLDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.mysql.MySQLDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.snowflake.SnowflakeDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.sqldatawarehouse.SQLDataWarehouseDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.sybase.SybaseDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.teradata.TeradataDataType
-
Deprecated.
- BINARY - Static variable in class org.jooq.util.vertica.VerticaDataType
-
Deprecated.
- BINARY(int) - Static method in class org.jooq.impl.SQLDataType
-
The
Types.BINARY
type. - BINARY_DOUBLE - Static variable in class org.jooq.util.oracle.OracleDataType
-
Deprecated.
- BINARY_FLOAT - Static variable in class org.jooq.util.oracle.OracleDataType
-
Deprecated.
- BINARY_INTEGER - Static variable in class org.jooq.util.oracle.OracleDataType
-
Deprecated.
- BINARYLARGEOBJECT - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- BINARYLARGEOBJECT - Static variable in class org.jooq.util.hana.HanaDataType
-
Deprecated.
- BINARYLARGEOBJECT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- BINARYLARGEOBJECT - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- bind(int, Object) - Method in interface org.jooq.Query
-
Bind a new value to an indexed parameter.
- bind(int, Object) - Method in interface org.jooq.ResultQuery
- bind(Object...) - Method in interface org.jooq.BatchBindStep
-
Set indexed bind values onto the batch statement.
- bind(Object[]...) - Method in interface org.jooq.BatchBindStep
-
Set several indexed bind values onto the batch statement.
- bind(String, Object) - Method in interface org.jooq.Query
-
Bind a new value to a named parameter.
- bind(String, Object) - Method in interface org.jooq.ResultQuery
- bind(Map<String, Object>) - Method in interface org.jooq.BatchBindStep
-
Set named bind values onto the batch statement.
- bind(Map<String, Object>...) - Method in interface org.jooq.BatchBindStep
-
Set several named bind values onto the batch statement.
- bindContext() - Method in interface org.jooq.VisitContext
- bindContext(PreparedStatement) - Method in interface org.jooq.DSLContext
-
Deprecated, for removal: This API element is subject to removal in a future version.- [#6280] - 3.10 - Do not reuse this method. It will be completely internal with jOOQ 4.0
- bindContext(PreparedStatement) - Method in class org.jooq.impl.DefaultDSLContext
- BindContext - Interface in org.jooq
-
The bind context is used for binding
QueryPart
's and their contained values to aPreparedStatement
's bind variables. - bindEnd(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
Called after bind variables to the
PreparedStatement
. - bindEnd(ExecuteContext) - Method in class org.jooq.impl.CallbackExecuteListener
- bindEnd(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
- bindEnd(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
- binding(Converter<T, U>) - Static method in class org.jooq.impl.DefaultBinding
-
Get the internal default binding for a
Converter
. - binding(DataType<T>) - Static method in class org.jooq.impl.DefaultBinding
-
Get the internal default binding for a
DataType
. - Binding<T,U> - Interface in org.jooq
-
An SPI (Service Provider Interface) that exposes all low-level interactions with JDBC bind variables.
- BindingGetResultSetContext<U> - Interface in org.jooq
-
A container type for
Binding.get(BindingGetResultSetContext)
arguments. - BindingGetSQLInputContext<U> - Interface in org.jooq
-
A container type for
Binding.get(BindingGetSQLInputContext)
arguments. - BindingGetStatementContext<U> - Interface in org.jooq
-
A container type for
Binding.get(BindingGetStatementContext)
arguments. - BindingRegisterContext<U> - Interface in org.jooq
-
A container type for
Binding.register(BindingRegisterContext)
arguments. - bindings() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Get the single (or first "single batch") set of bind variables.
- BindingSetSQLOutputContext<U> - Interface in org.jooq
-
A container type for
Binding.set(BindingSetSQLOutputContext)
arguments. - BindingSetStatementContext<U> - Interface in org.jooq
-
A container type for
Binding.set(BindingSetStatementContext)
arguments. - BindingSQLContext<U> - Interface in org.jooq
-
A container type for
Binding.sql(BindingSQLContext)
arguments. - bindOffsetDateTimeType - Variable in class org.jooq.conf.Settings
- bindOffsetTimeType - Variable in class org.jooq.conf.Settings
- bindStart(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
Called before bind variables to the
PreparedStatement
. - bindStart(ExecuteContext) - Method in class org.jooq.impl.CallbackExecuteListener
- bindStart(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
- bindStart(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
- bindValue(Object, Field<?>) - Method in interface org.jooq.Context
-
Bind a value using a specific type.
- BIT - Static variable in class org.jooq.impl.SQLDataType
-
The
Types.BIT
type. - BIT - Static variable in class org.jooq.util.access.AccessDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.ase.ASEDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.auroramysql.AuroraMySQLDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.exasol.ExasolDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.h2.H2DataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.memsql.MemSQLDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.mysql.MySQLDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.sqldatawarehouse.SQLDataWarehouseDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
Deprecated.
- BIT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
Deprecated.
- bitAnd(Field<T>) - Method in interface org.jooq.Field
-
The bitwise and operator.
- bitAnd(Field<T>) - Method in class org.jooq.impl.CustomField
- bitAnd(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise and operator.
- bitAnd(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise and operator.
- bitAnd(T) - Method in interface org.jooq.Field
-
The bitwise and operator.
- bitAnd(T) - Method in class org.jooq.impl.CustomField
- bitAnd(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise and operator.
- bitAnd(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise and operator.
- bitAndAgg(Field<T>) - Static method in class org.jooq.impl.DSL
-
The
BIT_AND_AGG
function. - bitCount(Number) - Static method in class org.jooq.impl.DSL
-
The MySQL
BIT_COUNT(field)
function, counting the number of bits that are set in this number. - bitCount(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
The MySQL
BIT_COUNT(field)
function, counting the number of bits that are set in this number. - bitLength() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - Use
DSL.bitLength(Field)
instead. - bitLength() - Method in class org.jooq.impl.CustomField
-
Deprecated.
- bitLength(String) - Static method in class org.jooq.impl.DSL
-
The
BIT_LENGTH
function. - bitLength(Field<String>) - Static method in class org.jooq.impl.DSL
-
The
BIT_LENGTH
function. - bitNand(Field<T>) - Method in interface org.jooq.Field
-
The bitwise not and operator.
- bitNand(Field<T>) - Method in class org.jooq.impl.CustomField
- bitNand(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not and operator.
- bitNand(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not and operator.
- bitNand(T) - Method in interface org.jooq.Field
-
The bitwise not and operator.
- bitNand(T) - Method in class org.jooq.impl.CustomField
- bitNand(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not and operator.
- bitNand(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not and operator.
- bitNor(Field<T>) - Method in interface org.jooq.Field
-
The bitwise not or operator.
- bitNor(Field<T>) - Method in class org.jooq.impl.CustomField
- bitNor(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not or operator.
- bitNor(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not or operator.
- bitNor(T) - Method in interface org.jooq.Field
-
The bitwise not or operator.
- bitNor(T) - Method in class org.jooq.impl.CustomField
- bitNor(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not or operator.
- bitNor(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not or operator.
- bitNot() - Method in interface org.jooq.Field
-
The bitwise not operator.
- bitNot() - Method in class org.jooq.impl.CustomField
- bitNot(Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not operator.
- bitNot(T) - Static method in class org.jooq.impl.DSL
-
The bitwise not operator.
- bitOr(Field<T>) - Method in interface org.jooq.Field
-
The bitwise or operator.
- bitOr(Field<T>) - Method in class org.jooq.impl.CustomField
- bitOr(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise or operator.
- bitOr(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise or operator.
- bitOr(T) - Method in interface org.jooq.Field
-
The bitwise or operator.
- bitOr(T) - Method in class org.jooq.impl.CustomField
- bitOr(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise or operator.
- bitOr(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise or operator.
- bitOrAgg(Field<T>) - Static method in class org.jooq.impl.DSL
-
The
BIT_OR_AGG
function. - BITVARYING - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- BITVARYING - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- BITVARYING - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
Deprecated.
- BITVARYING - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- BITVARYING - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- bitXNor(Field<T>) - Method in interface org.jooq.Field
-
The bitwise not xor operator.
- bitXNor(Field<T>) - Method in class org.jooq.impl.CustomField
- bitXNor(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not xor operator.
- bitXNor(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not xor operator.
- bitXNor(T) - Method in interface org.jooq.Field
-
The bitwise not xor operator.
- bitXNor(T) - Method in class org.jooq.impl.CustomField
- bitXNor(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not xor operator.
- bitXNor(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not xor operator.
- bitXor(Field<T>) - Method in interface org.jooq.Field
-
The bitwise xor operator.
- bitXor(Field<T>) - Method in class org.jooq.impl.CustomField
- bitXor(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise xor operator.
- bitXor(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise xor operator.
- bitXor(T) - Method in interface org.jooq.Field
-
The bitwise xor operator.
- bitXor(T) - Method in class org.jooq.impl.CustomField
- bitXor(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise xor operator.
- bitXor(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise xor operator.
- bitXorAgg(Field<T>) - Static method in class org.jooq.impl.DSL
-
The
BIT_XOR_AGG
function. - BLOB - Static variable in class org.jooq.impl.SQLDataType
-
The
Types.BLOB
type. - BLOB - Static variable in class org.jooq.util.auroramysql.AuroraMySQLDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.bigquery.BigQueryDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.db2.DB2DataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.exasol.ExasolDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.h2.H2DataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.hana.HanaDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.ignite.IgniteDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.informix.InformixDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.memsql.MemSQLDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.mysql.MySQLDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.oracle.OracleDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
Deprecated.
- BLOB - Static variable in class org.jooq.util.teradata.TeradataDataType
-
Deprecated.
- BLOB(int) - Static method in class org.jooq.impl.SQLDataType
-
The
Types.BLOB
type. - BlobBinding - Class in org.jooq.impl
-
A binding that takes binary values but binds them as
Blob
to at the JDBC level. - BlobBinding() - Constructor for class org.jooq.impl.BlobBinding
- BLOBSUBTYPE0 - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- BLOBSUBTYPE1 - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- BLOBSUBTYPEBINARY - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- BLOBSUBTYPETEXT - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- block() - Method in interface org.jooq.Queries
-
The wrapped collection of queries as a
Block
. - Block - Interface in org.jooq
-
A procedural block.
- BLOCK - Enum constant in enum class org.jooq.LanguageContext
-
The body of an anonymous block.
- BOOL - Static variable in class org.jooq.util.auroramysql.AuroraMySQLDataType
-
Deprecated.
- BOOL - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- BOOL - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- BOOL - Static variable in class org.jooq.util.exasol.ExasolDataType
-
Deprecated.
- BOOL - Static variable in class org.jooq.util.h2.H2DataType
-
Deprecated.
- BOOL - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
Deprecated.
- BOOL - Static variable in class org.jooq.util.memsql.MemSQLDataType
-
Deprecated.
- BOOL - Static variable in class org.jooq.util.mysql.MySQLDataType
-
Deprecated.
- BOOL - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- BOOL - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- boolAnd(Condition) - Static method in class org.jooq.impl.DSL
-
Get the every value over a condition: bool_and(condition).
- boolAnd(Field<Boolean>) - Static method in class org.jooq.impl.DSL
-
Get the every value over a field: bool_and(field).
- BOOLEAN - Static variable in class org.jooq.impl.SQLDataType
-
The
Types.BOOLEAN
type. - BOOLEAN - Static variable in class org.jooq.util.auroramysql.AuroraMySQLDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.bigquery.BigQueryDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.exasol.ExasolDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.h2.H2DataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.ignite.IgniteDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.informix.InformixDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.memsql.MemSQLDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.mysql.MySQLDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.oracle.OracleDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.snowflake.SnowflakeDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
Deprecated.
- BOOLEAN - Static variable in class org.jooq.util.vertica.VerticaDataType
-
Deprecated.
- boolOr(Condition) - Static method in class org.jooq.impl.DSL
-
Get the every value over a condition: bool_and(condition).
- boolOr(Field<Boolean>) - Static method in class org.jooq.impl.DSL
-
Get the every value over a field: bool_and(field).
- BPCHAR - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- BPCHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- BPCHAR - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- BROWSE - Enum constant in enum class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_MODE
- BUFFERED - Enum constant in enum class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DELIVERY_MODE
- builder() - Static method in class org.jooq.impl.XMLasDOMBinding
-
Get a namespace-aware document builder
- BuiltInDataType<T> - Class in org.jooq.impl
-
An internal marker subtype of
DefaultDataType
, to be used only by built-in data types inSQLDataType
and dialect specific data type classes, such as e.g. - BuiltInDataType(Class<T>, String) - Constructor for class org.jooq.impl.BuiltInDataType
-
Constructor for
SQLDataType
types. - BuiltInDataType(SQLDialect, DataType<T>, String) - Constructor for class org.jooq.impl.BuiltInDataType
-
Constructor for dialect specific data types.
- BuiltInDataType(SQLDialect, DataType<T>, String, String) - Constructor for class org.jooq.impl.BuiltInDataType
-
Constructor for dialect specific data types.
- bulkAfter(int) - Method in interface org.jooq.LoaderOptionsStep
-
Bulk-insert a given number of statements in a single multi-row bulk statement.
- bulkAll() - Method in interface org.jooq.LoaderOptionsStep
-
Bulk-insert all rows in a single multi-row bulk statement.
- bulkNone() - Method in interface org.jooq.LoaderOptionsStep
-
Do not bulk-insert rows in multi-row bulk statements.
- by(Field<T>) - Method in interface org.jooq.ForByStep
-
The loop increment.
- by(T) - Method in interface org.jooq.ForByStep
-
The loop increment.
- BYTE - Static variable in class org.jooq.util.informix.InformixDataType
-
Deprecated.
- BYTE - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- BYTEA - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- BYTEA - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- BYTEA - Static variable in class org.jooq.util.exasol.ExasolDataType
-
Deprecated.
- BYTEA - Static variable in class org.jooq.util.h2.H2DataType
-
Deprecated.
- BYTEA - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- BYTEA - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- BYTEA - Static variable in class org.jooq.util.vertica.VerticaDataType
-
Deprecated.
- BYTEINT - Static variable in class org.jooq.util.teradata.TeradataDataType
-
Deprecated.
- BYTES - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- byteValue() - Method in interface org.jooq.types.Interval
C
- C - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- C00_SUCCESSFUL_COMPLETION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C00000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01_WARNING - Enum constant in enum class org.jooq.exception.SQLStateClass
- C01000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01001_CURSOR_OPERATION_CONFLICT - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01002_DISCONNECT_ERROR - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01003_NULL_VALUE_ELIMINATED_IN_SET_FUNCTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01004_STRING_DATA_RIGHT_TRUNCATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01005_INSUFFICIENT_ITEM_DESCRIPTOR_AREAS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01006_PRIVILEGE_NOT_REVOKED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01007_PRIVILEGE_NOT_GRANTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01009_SEARCH_CONDITION_TOO_LONG_FOR_INFORMATION_SCHEMA - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0100A_QUERY_EXPRESSION_TOO_LONG_FOR_INFORMATION_SCHEMA - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0100B_DEFAULT_VALUE_TOO_LONG_FOR_INFORMATION_SCHEMA - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0100C_RESULT_SETS_RETURNED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0100D_ADDITIONAL_RESULT_SETS_RETURNED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0100E_ATTEMPT_TO_RETURN_TOO_MANY_RESULT_SETS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0100F_STATEMENT_TOO_LONG_FOR_INFORMATION_SCHEMA - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C01012_INVALID_NUMBER_OF_CONDITIONS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0102F_ARRAY_DATA_RIGHT_TRUNCATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C02_NO_DATA - Enum constant in enum class org.jooq.exception.SQLStateClass
- C02000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C02001_NO_ADDITIONAL_RESULT_SETS_RETURNED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07_DYNAMIC_SQL_ERROR - Enum constant in enum class org.jooq.exception.SQLStateClass
- C07000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07001_USING_CLAUSE_DOES_NOT_MATCH_DYNAMIC_PARAMETER_SPECIFICATIONS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07002_USING_CLAUSE_DOES_NOT_MATCH_TARGET_SPECIFICATIONS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07003_CURSOR_SPECIFICATION_CANNOT_BE_EXECUTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07004_USING_CLAUSE_REQUIRED_FOR_DYNAMIC_PARAMETERS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07005_PREPARED_STATEMENT_NOT_A_CURSOR_SPECIFICATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07006_RESTRICTED_DATA_TYPE_ATTRIBUTE_VIOLATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07007_USING_CLAUSE_REQUIRED_FOR_RESULT_FIELDS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07008_INVALID_DESCRIPTOR_COUNT - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C07009_INVALID_DESCRIPTOR_INDEX - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0700B_DATA_TYPE_TRANSFORM_FUNCTION_VIOLATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0700C_UNDEFINED_DATA_VALUE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0700D_INVALID_DATA_TARGET - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0700E_INVALID_LEVEL_VALUE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0700F_INVALID_DATETIME_INTERVAL_CODE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C08_CONNECTION_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C08000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C08001_SQL_CLIENT_UNABLE_TO_ESTABLISH_SQL_CONNECTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C08002_CONNECTION_NAME_IN_USE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C08003_CONNECTION_DOES_NOT_EXIST - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C08004_SQL_SERVER_REJECTED_ESTABLISHMENT_OF_SQL_CONNECTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C08006_CONNECTION_FAILURE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C08007_TRANSACTION_RESOLUTION_UNKNOWN - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C09_TRIGGERED_ACTION_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C09000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0A_FEATURE_NOT_SUPPORTED - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0A000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0A001_MULTIPLE_SERVER_TRANSACTIONS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0D_INVALID_TARGET_TYPE_SPECIFICATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0D000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0E_INVALID_SCHEMA_NAME_LIST_SPECIFICATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0E000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0F_LOCATOR_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0F000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0F001_INVALID_SPECIFICATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0L_INVALID_GRANTOR - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0L000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0M_INVALID_SQL_INVOKED_PROCEDURE_REFERENCE - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0M000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0P_INVALID_ROLE_SPECIFICATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0P000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0S_INVALID_TRANSFORM_GROUP_NAME_SPECIFICATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0S000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0T_TARGET_TABLE_DISAGREES_WITH_CURSOR_SPECIFICATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0T000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0U_ATTEMPT_TO_ASSIGN_TO_NON_UPDATABLE_COLUMN - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0U000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0V_ATTEMPT_TO_ASSIGN_TO_ORDERING_COLUMN - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0V000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0W_PROHIBITED_STATEMENT_ENCOUNTERED_DURING_TRIGGER_EXECUTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0W000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0W001_MODIFY_TABLE_MODIFIED_BY_DATA_CHANGE_DELTA_TABLE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0Z_DIAGNOSTICS_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C0Z000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C0Z001_MAXIMUM_NUMBER_OF_STACKED_DIAGNOSTICS_AREAS_EXCEEDED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C21_CARDINALITY_VIOLATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C21000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22_DATA_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C22000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22001_STRING_DATA_RIGHT_TRUNCATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22002_NULL_VALUE_NO_INDICATOR_PARAMETER - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22003_NUMERIC_VALUE_OUT_OF_RANGE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22004_NULL_VALUE_NOT_ALLOWED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22005_ERROR_IN_ASSIGNMENT - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22006_INVALID_INTERVAL_FORMAT - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22007_INVALID_DATETIME_FORMAT - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22008_DATETIME_FIELD_OVERFLOW - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22009_INVALID_TIME_ZONE_DISPLACEMENT_VALUE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2200B_ESCAPE_CHARACTER_CONFLICT - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2200C_INVALID_USE_OF_ESCAPE_CHARACTER - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2200D_INVALID_ESCAPE_OCTET - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2200E_NULL_VALUE_IN_ARRAY_TARGET - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2200F_ZERO_LENGTH_CHARACTER_STRING - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2200G_MOST_SPECIFIC_TYPE_MISMATCH - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2200H_SEQUENCE_GENERATOR_LIMIT_EXCEEDED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2200P_INTERVAL_VALUE_OUT_OF_RANGE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2200Q_MULTISET_VALUE_OVERFLOW - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22010_INVALID_INDICATOR_PARAMETER_VALUE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22011_SUBSTRING_ERROR - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22012_DIVISION_BY_ZERO - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22013_INVALID_PRECEDING_OR_FOLLOWING_SIZE_IN_WINDOW_FUNCTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22014_INVALID_ARGUMENT_FOR_NTILE_FUNCTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22015_INTERVAL_FIELD_OVERFLOW - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22016_INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22018_INVALID_CHARACTER_VALUE_FOR_CAST - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22019_INVALID_ESCAPE_CHARACTER - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201B_INVALID_REGULAR_EXPRESSION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201C_NULL_ROW_NOT_PERMITTED_IN_TABLE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201E_INVALID_ARGUMENT_FOR_NATURAL_LOGARITHM - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201F_INVALID_ARGUMENT_FOR_POWER_FUNCTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201G_INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201H_INVALID_ROW_VERSION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201S_INVALID_XQUERY_REGULAR_EXPRESSION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201T_INVALID_XQUERY_OPTION_FLAG - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201U_ATTEMPT_TO_REPLACE_A_ZERO_LENGTH_STRING - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201V_INVALID_XQUERY_REPLACEMENT_STRING - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201W_INVALID_ROW_COUNT_IN_FETCH_FIRST_CLAUSE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2201X_INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22020_INVALID_PERIOD_VALUE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22021_CHARACTER_NOT_IN_REPERTOIRE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22022_INDICATOR_OVERFLOW - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22023_INVALID_PARAMETER_VALUE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22024_UNTERMINATED_C_STRING - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22025_INVALID_ESCAPE_SEQUENCE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22026_STRING_DATA_LENGTH_MISMATCH - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22027_TRIM_ERROR - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C22029_NONCHARACTER_IN_UCS_STRING - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2202D_NULL_VALUE_SUBSTITUTED_FOR_MUTATOR_SUBJECT_PARAMETER - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2202E_ARRAY_ELEMENT_ERROR - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2202F_ARRAY_DATA_RIGHT_TRUNCATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2202G_INVALID_REPEAT_ARGUMENT_IN_SAMPLE_CLAUSE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2202H_INVALID_SAMPLE_SIZE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C23_INTEGRITY_CONSTRAINT_VIOLATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C23000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C23001_RESTRICT_VIOLATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C24_INVALID_CURSOR_STATE - Enum constant in enum class org.jooq.exception.SQLStateClass
- C24000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C25_INVALID_TRANSACTION_STATE - Enum constant in enum class org.jooq.exception.SQLStateClass
- C25000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C25001_ACTIVE_SQL_TRANSACTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C25002_BRANCH_TRANSACTION_ALREADY_ACTIVE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C25003_INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C25004_INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C25005_NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C25006_READ_ONLY_SQL_TRANSACTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C25007_SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C25008_HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C26_INVALID_SQL_STATEMENT_NAME - Enum constant in enum class org.jooq.exception.SQLStateClass
- C26000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C27_TRIGGERED_DATA_CHANGE_VIOLATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C27000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C27001_MODIFY_TABLE_MODIFIED_BY_DATA_CHANGE_DELTA_TABLE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C28_INVALID_AUTHORIZATION_SPECIFICATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C28000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2B_DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST - Enum constant in enum class org.jooq.exception.SQLStateClass
- C2B000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2C_INVALID_CHARACTER_SET_NAME - Enum constant in enum class org.jooq.exception.SQLStateClass
- C2C000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2C001_CANNOT_DROP_SQL_SESSION_DEFAULT_CHARACTER_SET - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2D_INVALID_TRANSACTION_TERMINATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C2D000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2E_INVALID_CONNECTION_NAME - Enum constant in enum class org.jooq.exception.SQLStateClass
- C2E000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2F_SQL_ROUTINE_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C2F000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2F002_MODIFYING_SQL_DATA_NOT_PERMITTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2F003_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2F004_READING_SQL_DATA_NOT_PERMITTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2F005_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C2H_INVALID_COLLATION_NAME - Enum constant in enum class org.jooq.exception.SQLStateClass
- C2H000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C30_INVALID_SQL_STATEMENT_IDENTIFIER - Enum constant in enum class org.jooq.exception.SQLStateClass
- C30000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C33_INVALID_SQL_DESCRIPTOR_NAME - Enum constant in enum class org.jooq.exception.SQLStateClass
- C33000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C34_INVALID_CURSOR_NAME - Enum constant in enum class org.jooq.exception.SQLStateClass
- C34000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C35_INVALID_CONDITION_NUMBER - Enum constant in enum class org.jooq.exception.SQLStateClass
- C35000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C36_CURSOR_SENSITIVITY_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C36000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C36001_REQUEST_REJECTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C36002_REQUEST_FAILED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C38_EXTERNAL_ROUTINE_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C38000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C38001_CONTAINING_SQL_NOT_PERMITTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C38002_MODIFYING_SQL_DATA_NOT_PERMITTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C38003_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C38004_READING_SQL_DATA_NOT_PERMITTED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C39_EXTERNAL_ROUTINE_INVOCATION_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C39000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C39004_NULL_VALUE_NOT_ALLOWED - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C3B_SAVEPOINT_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C3B000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C3B001_INVALID_SPECIFICATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C3B002_TOO_MANY - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C3C_AMBIGUOUS_CURSOR_NAME - Enum constant in enum class org.jooq.exception.SQLStateClass
- C3C000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C3D_INVALID_CATALOG_NAME - Enum constant in enum class org.jooq.exception.SQLStateClass
- C3D000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C3F_INVALID_SCHEMA_NAME - Enum constant in enum class org.jooq.exception.SQLStateClass
- C3F000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C40_TRANSACTION_ROLLBACK - Enum constant in enum class org.jooq.exception.SQLStateClass
- C40000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C40001_SERIALIZATION_FAILURE - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C40002_INTEGRITY_CONSTRAINT_VIOLATION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C40003_STATEMENT_COMPLETION_UNKNOWN - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C40004_TRIGGERED_ACTION_EXCEPTION - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- C42_SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION - Enum constant in enum class org.jooq.exception.SQLStateClass
- C42000_NO_SUBCLASS - Enum constant in enum class org.jooq.exception.SQLStateSubclass
- cache - Variable in class org.jooq.util.xml.jaxb.Sequence
- cache(Number) - Method in interface org.jooq.CreateSequenceFlagsStep
-
Add the
CACHE
clause to theCREATE SEQUENCE
statement. - cache(Field<? extends Number>) - Method in interface org.jooq.CreateSequenceFlagsStep
-
Add the
CACHE
clause to theCREATE SEQUENCE
statement. - cache(Field<T>) - Method in interface org.jooq.AlterSequenceFlagsStep
-
Add the
CACHE
clause to theALTER SEQUENCE
statement. - cache(T) - Method in interface org.jooq.AlterSequenceFlagsStep
-
Add the
CACHE
clause to theALTER SEQUENCE
statement. - CACHE_PARSING_CONNECTION - Enum constant in enum class org.jooq.impl.CacheType
-
[#8334] A cache for SQL to SQL translations in the
DSLContext.parsingConnection()
, to speed up its usage. - CACHE_RECORD_MAPPERS - Enum constant in enum class org.jooq.impl.CacheType
-
A cache used by the
DefaultRecordMapperProvider
to cache allRecordMapper
instances and their possibly expensive initialisations perRecordType
andClass
pairs. - CacheContext - Interface in org.jooq
-
The parameter object passed to the
CacheProvider.provide(CacheContext)
method. - cacheParsingConnection - Variable in class org.jooq.conf.Settings
- cacheParsingConnectionLRUCacheSize - Variable in class org.jooq.conf.Settings
- cachePreparedStatementInLoader - Variable in class org.jooq.conf.Settings
- cacheProvider() - Method in interface org.jooq.Configuration
-
Get this configuration's underlying cache provider.
- cacheProvider() - Method in class org.jooq.impl.DefaultConfiguration
- cacheProvider() - Method in class org.jooq.tools.jdbc.MockConfiguration
- CacheProvider - Interface in org.jooq
-
A provider for cache implementations to replace the default.
- cacheRecordMappers - Variable in class org.jooq.conf.Settings
- cacheType() - Method in interface org.jooq.CacheContext
-
The cache type for which a cache should be provided.
- CacheType - Enum Class in org.jooq.impl
-
The set of internal cache types.
- call(String) - Method in interface org.jooq.DSLContext
-
The
CALL
statement. - call(String) - Method in class org.jooq.impl.DefaultDSLContext
- call(String) - Static method in class org.jooq.impl.DSL
-
The
CALL
statement. - call(String) - Method in class org.jooq.tools.reflect.Reflect
-
Call a method by its name.
- call(String, Object...) - Method in class org.jooq.tools.reflect.Reflect
-
Call a method by its name.
- call(Name) - Method in interface org.jooq.DSLContext
-
The
CALL
statement. - call(Name) - Method in class org.jooq.impl.DefaultDSLContext
- call(Name) - Static method in class org.jooq.impl.DSL
-
The
CALL
statement. - CallArgsStep - Interface in org.jooq
-
A step in the construction of the
CALL
statement. - CallbackExecuteListener - Class in org.jooq.impl
-
An
ExecuteListener
that allows for functional composition. - CallbackExecuteListener() - Constructor for class org.jooq.impl.CallbackExecuteListener
- CallbackParseListener - Class in org.jooq.impl
-
A
ParseListener
that allows for functional composition. - CallbackParseListener() - Constructor for class org.jooq.impl.CallbackParseListener
- CallbackRecordListener - Class in org.jooq.impl
-
A
RecordListener
that allows for functional composition. - CallbackRecordListener() - Constructor for class org.jooq.impl.CallbackRecordListener
- CallbackTransactionListener - Class in org.jooq.impl
-
A
TransactionListener
that allows for functional composition. - CallbackTransactionListener() - Constructor for class org.jooq.impl.CallbackTransactionListener
- CallbackVisitListener - Class in org.jooq.impl
-
A
VisitListener
that allows for functional composition. - CallbackVisitListener() - Constructor for class org.jooq.impl.CallbackVisitListener
- calledOnNullInput() - Method in interface org.jooq.CreateFunctionCharacteristicsStep
-
Add the
CALLED ON NULL INPUT
clause to theCREATE FUNCTION
statement. - cancel() - Method in interface org.jooq.Query
-
Cancel the underlying statement.
- cancel() - Method in class org.jooq.tools.jdbc.DefaultStatement
- cancel() - Method in class org.jooq.tools.jdbc.MockStatement
- cancelRowUpdates() - Method in class org.jooq.tools.jdbc.DefaultResultSet
- cancelRowUpdates() - Method in class org.jooq.tools.jdbc.MockResultSet
- cardinality(Field<? extends Object[]>) - Static method in class org.jooq.impl.DSL
-
Calculate the cardinality of an array field.
- cascade() - Method in interface org.jooq.AlterDomainDropConstraintCascadeStep
-
Add the
CASCADE
clause to theALTER DOMAIN
statement. - cascade() - Method in interface org.jooq.AlterTableDropStep
-
Add a
CASCADE
clause to theALTER TABLE ..
- cascade() - Method in interface org.jooq.DropDomainCascadeStep
-
Add the
CASCADE
clause to theDROP DOMAIN
statement. - cascade() - Method in interface org.jooq.DropIndexCascadeStep
-
Add the
CASCADE
clause to theDROP INDEX
statement. - cascade() - Method in interface org.jooq.DropSchemaStep
-
Add the
CASCADE
clause to theDROP SCHEMA
statement. - cascade() - Method in interface org.jooq.DropTableStep
-
Add the
CASCADE
clause to theDROP TABLE
statement. - cascade() - Method in interface org.jooq.DropTypeStep
-
Add the
CASCADE
clause to theDROP TYPE
statement. - cascade() - Method in interface org.jooq.TruncateCascadeStep
-
Add the
CASCADE
clause to theTRUNCATE
statement. - Case - Interface in org.jooq
-
The SQL case statement.
- case_() - Static method in class org.jooq.impl.DSL
-
Initialise a
Case
statement. - case_(Field<V>) - Static method in class org.jooq.impl.DSL
-
Initialise a
Case
statement. - case_(V) - Static method in class org.jooq.impl.DSL
-
Initialise a
Case
statement. - CaseConditionStep<T> - Interface in org.jooq
-
The final step in creating a case statement of the type
- CaseValueStep<V> - Interface in org.jooq
-
An intermediary step in creating a case statement of the type
- CaseWhenStep<V,T> - Interface in org.jooq
-
The final step in creating a case statement of the type
- cast(Class<Z>) - Method in interface org.jooq.Field
-
Cast this field to another type.
- cast(Class<Z>) - Method in class org.jooq.impl.CustomField
- cast(Object, Class<T>) - Static method in class org.jooq.impl.DSL
-
Cast a value to another type.
- cast(Object, DataType<T>) - Static method in class org.jooq.impl.DSL
-
Cast a value to another type.
- cast(Object, Field<T>) - Static method in class org.jooq.impl.DSL
-
Cast a value to the type of another field.
- cast(DataType<Z>) - Method in interface org.jooq.Field
-
Cast this field to a dialect-specific data type.
- cast(DataType<Z>) - Method in class org.jooq.impl.CustomField
- cast(Field<?>, Class<T>) - Static method in class org.jooq.impl.DSL
-
Cast a field to another type.
- cast(Field<?>, DataType<T>) - Static method in class org.jooq.impl.DSL
-
Cast a field to another type.
- cast(Field<?>, Field<T>) - Static method in class org.jooq.impl.DSL
-
Cast a field to the type of another field.
- cast(Field<Z>) - Method in interface org.jooq.Field
-
Cast this field to the type of another field.
- cast(Field<Z>) - Method in class org.jooq.impl.CustomField
- castMode() - Method in interface org.jooq.Context
-
The currently applied cast mode for bind values.
- castMode(RenderContext.CastMode) - Method in interface org.jooq.Context
-
Set the new cast mode for
Context.castMode()
. - castMode(RenderContext.CastMode, Consumer<? super C>) - Method in interface org.jooq.Context
-
Set the new cast mode for
Context.castMode()
for the scope of aConsumer
. - castModeIf(RenderContext.CastMode, boolean) - Method in interface org.jooq.Context
-
Set the new cast mode for
Context.castMode()
, if a condition is true. - castNull(Class<T>) - Static method in class org.jooq.impl.DSL
-
Cast null to a type.
- castNull(DataType<T>) - Static method in class org.jooq.impl.DSL
-
Cast null to a type.
- castNull(Field<T>) - Static method in class org.jooq.impl.DSL
-
Cast null to the type of another field.
- catalog - Variable in class org.jooq.conf.InterpreterSearchSchema
- catalog - Variable in class org.jooq.conf.MigrationSchema
- catalog - Variable in class org.jooq.conf.ParseSearchSchema
- catalog(String) - Static method in class org.jooq.impl.DSL
-
Create a qualified catalog, given its catalog name.
- catalog(Name) - Static method in class org.jooq.impl.DSL
-
Create a qualified catalog, given its catalog name.
- Catalog - Class in org.jooq.util.xml.jaxb
-
Java class for Catalog complex type.
- Catalog - Interface in org.jooq
-
A catalog.
- Catalog() - Constructor for class org.jooq.util.xml.jaxb.Catalog
- CATALOG - Enum constant in enum class org.jooq.Clause
-
Deprecated.
- CATALOG_REFERENCE - Enum constant in enum class org.jooq.Clause
-
Deprecated.
- CatalogImpl - Class in org.jooq.impl
-
A common base class for database catalogs
- CatalogImpl(String) - Constructor for class org.jooq.impl.CatalogImpl
- CatalogImpl(String, String) - Constructor for class org.jooq.impl.CatalogImpl
- CatalogImpl(Name) - Constructor for class org.jooq.impl.CatalogImpl
- CatalogImpl(Name, Comment) - Constructor for class org.jooq.impl.CatalogImpl
- CatalogMetaProvider - Class in org.jooq.impl
-
A
MetaProvider
that provides its meta data based on (possibly generated) catalogs. - CatalogMetaProvider(Configuration, Collection<? extends Catalog>) - Constructor for class org.jooq.impl.CatalogMetaProvider
- CatalogMetaProvider(Configuration, Catalog...) - Constructor for class org.jooq.impl.CatalogMetaProvider
- catalogName - Variable in class org.jooq.util.xml.jaxb.Catalog
- catalogName - Variable in class org.jooq.util.xml.jaxb.Schema
- catalogs - Variable in class org.jooq.conf.RenderMapping
- catalogs - Variable in class org.jooq.util.xml.jaxb.InformationSchema
- category() - Method in class org.jooq.ChartFormat
-
The category source column number.
- category(int) - Method in class org.jooq.ChartFormat
-
The new category source column number, defaulting to
0
. - categoryAsText() - Method in class org.jooq.ChartFormat
-
The category as text value.
- categoryAsText(boolean) - Method in class org.jooq.ChartFormat
-
The new category as text value, defaulting to
true
. - catsearch(Field<String>, String, String) - Static method in class org.jooq.util.oracle.OracleDSL
-
The Oracle-Text specific
CATSEARCH
function. - cause() - Method in interface org.jooq.TransactionContext
-
The exception that has caused the rollback.
- cause(Exception) - Method in interface org.jooq.TransactionContext
-
Set the exception that has caused the rollback to the current transaction context.
- causeThrowable() - Method in interface org.jooq.TransactionContext
-
The throwable that has caused the rollback.
- causeThrowable(Throwable) - Method in interface org.jooq.TransactionContext
-
Set the throwable that has caused the rollback to the current transaction context.
- ceil() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - Use
DSL.ceil(Field)
instead. - ceil() - Method in class org.jooq.impl.CustomField
-
Deprecated.
- ceil(Field<T>) - Static method in class org.jooq.impl.DSL
-
The
CEIL
function. - ceil(T) - Static method in class org.jooq.impl.DSL
-
The
CEIL
function. - century(Temporal) - Static method in class org.jooq.impl.DSL
-
Get the century of a date.
- century(Date) - Static method in class org.jooq.impl.DSL
-
Get the century of a date.
- century(Field<?>) - Static method in class org.jooq.impl.DSL
-
Get the century of a date.
- CENTURY - Enum constant in enum class org.jooq.DatePart
-
The century.
- change - Variable in class org.jooq.migrations.xml.jaxb.FileType
- changed() - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed() - Method in interface org.jooq.Record
-
Check if this record has been changed from its original as fetched from the database.
- changed(boolean) - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed(boolean) - Method in interface org.jooq.Record
-
Set all of this record's internal changed flags to the supplied value.
- changed(int) - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed(int) - Method in interface org.jooq.Record
-
Check if a field's value has been changed from its original as fetched from the database.
- changed(int, boolean) - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed(int, boolean) - Method in interface org.jooq.Record
-
Set this record's internal changed flag to the supplied value for a given field.
- changed(String) - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed(String) - Method in interface org.jooq.Record
-
Check if a field's value has been changed from its original as fetched from the database.
- changed(String, boolean) - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed(String, boolean) - Method in interface org.jooq.Record
-
Set this record's internal changed flag to the supplied value for a given field.
- changed(Field<?>) - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed(Field<?>) - Method in interface org.jooq.Record
-
Check if a field's value has been changed from its original as fetched from the database.
- changed(Field<?>, boolean) - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed(Field<?>, boolean) - Method in interface org.jooq.Record
-
Set this record's internal changed flag to the supplied value for a given field.
- changed(Name) - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed(Name) - Method in interface org.jooq.Record
-
Check if a field's value has been changed from its original as fetched from the database.
- changed(Name, boolean) - Method in class org.jooq.impl.EmbeddableRecordImpl
- changed(Name, boolean) - Method in interface org.jooq.Record
-
Set this record's internal changed flag to the supplied value for a given field.
- changed(Record) - Method in interface org.jooq.Field
-
The inverse operation of
Record.changed(Field)
. - changed(Record) - Method in class org.jooq.impl.CustomField
- ChangeType - Enum Class in org.jooq.migrations.xml.jaxb
-
Java class for ChangeType.
- CHAR - Static variable in class org.jooq.impl.SQLDataType
-
The
Types.CHAR
type. - CHAR - Static variable in class org.jooq.util.access.AccessDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.ase.ASEDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.auroramysql.AuroraMySQLDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.db2.DB2DataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.exasol.ExasolDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.h2.H2DataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.ignite.IgniteDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.informix.InformixDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.memsql.MemSQLDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.mysql.MySQLDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.oracle.OracleDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.snowflake.SnowflakeDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.sqldatawarehouse.SQLDataWarehouseDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.sybase.SybaseDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.teradata.TeradataDataType
-
Deprecated.
- CHAR - Static variable in class org.jooq.util.vertica.VerticaDataType
-
Deprecated.
- CHAR(int) - Static method in class org.jooq.impl.SQLDataType
-
The
Types.CHAR
type. - character() - Method in interface org.jooq.ParseContext
-
The character at the current
ParseContext.position()
. - character(int) - Method in interface org.jooq.ParseContext
-
The character at position
ParseContext.position(int)
. - CHARACTER - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.db2.DB2DataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.exasol.ExasolDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.h2.H2DataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.informix.InformixDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- CHARACTER - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
Deprecated.
- CHARACTERFORBITDATA - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- CHARACTERLARGEOBJECT - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- CHARACTERLARGEOBJECT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- CHARACTERLARGEOBJECT - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- characterMaximumLength - Variable in class org.jooq.util.xml.jaxb.Column
- characterMaximumLength - Variable in class org.jooq.util.xml.jaxb.Domain
- characterMaximumLength - Variable in class org.jooq.util.xml.jaxb.ElementType
- characterMaximumLength - Variable in class org.jooq.util.xml.jaxb.Parameter
- characterMaximumLength - Variable in class org.jooq.util.xml.jaxb.Routine
- characterMaximumLength - Variable in class org.jooq.util.xml.jaxb.Sequence
- characterSet() - Method in interface org.jooq.DataType
-
Get the character set of this data type, or
null
if there is no character set, or if the default character set applies. - characterSet() - Method in class org.jooq.impl.DefaultDataType
- characterSet(String) - Static method in class org.jooq.impl.DSL
-
Create a character set by its unqualified name.
- characterSet(CharacterSet) - Method in interface org.jooq.DataType
-
Return a new data type like this, with a new character set.
- characterSet(CharacterSet) - Method in class org.jooq.impl.BuiltInDataType
- characterSet(Name) - Static method in class org.jooq.impl.DSL
-
Create a character set by its qualified name.
- CharacterSet - Interface in org.jooq
-
A character set.
- CHARACTERVARYING - Static variable in class org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
Deprecated.
- CHARACTERVARYING - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- CHARACTERVARYING - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
Deprecated.
- CHARACTERVARYING - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- CHARACTERVARYING - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
Deprecated.
- CHARACTERVARYING - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- CHARACTERVARYING - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- CHARACTERVARYING - Static variable in class org.jooq.util.postgres.PostgresDataType
-
Deprecated.
- CHARACTERVARYING - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
Deprecated.
- CHARACTERVARYINGFORBITDATA - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- CHARFORBITDATA - Static variable in class org.jooq.util.db2.DB2DataType
-
Deprecated.
- CHARFORBITDATA - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- CHARLARGEOBJECT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
Deprecated.
- CHARLARGEOBJECT - Static variable in class org.jooq.util.ingres.IngresDataType
-
Deprecated.
- charLength() - Method in interface org.jooq.Field
-
Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - Use
DSL.charLength(Field)
instead. - charLength() - Method in class org.jooq.impl.CustomField
-
Deprecated.
- charLength(String) - Static method in class org.jooq.impl.DSL
-
The
CHAR_LENGTH
function. - charLength(Field<String>) - Static method in class org.jooq.impl.DSL
-
The
CHAR_LENGTH
function. - charsetProvider() - Method in interface org.jooq.Configuration
-
Get the configured
CharsetProvider
from this configuration. - charsetProvider() - Method in class org.jooq.impl.DefaultConfiguration
- charsetProvider() - Method in class org.jooq.tools.jdbc.MockConfiguration
- CharsetProvider - Interface in org.jooq
- ChartFormat - Class in org.jooq
-
A CSV formatting type, which can be used to configure chart exports.
- ChartFormat() - Constructor for class org.jooq.ChartFormat
- ChartFormat.Display - Enum Class in org.jooq
- ChartFormat.Output - Enum Class in org.jooq
-
The chart output format.
- ChartFormat.Type - Enum Class in org.jooq
- CHARVARYING - Static variable in class org.jooq.util.cockroachdb.CockroachDBDataType
-
Deprecated.
- CHARVARYING - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
Deprecated.
- CHARVARYING - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- CHARVARYINGFORBITDATA - Static variable in class org.jooq.util.derby.DerbyDataType
-
Deprecated.
- check(Condition) - Method in interface org.jooq.ConstraintTypeStep
-
Create a
CHECK
constraint. - check(Condition) - Method in interface org.jooq.CreateTableConstraintStep
-
Convenience method to add an unnamed (system named)
CHECK
constraint to the table. - check(Condition) - Static method in class org.jooq.impl.DSL
-
Create an unnamed (system named)
CHECK
constraint. - Check<R extends Record> - Interface in org.jooq
-
A check constraint.
- CHECK - Enum constant in enum class org.jooq.DDLFlag
-
Whether
CHECK
constraints should be generated. - CHECK - Enum constant in enum class org.jooq.util.xml.jaxb.TableConstraintType
- checkClause - Variable in class org.jooq.util.xml.jaxb.CheckConstraint
- CheckConstraint - Class in org.jooq.util.xml.jaxb
-
Java class for CheckConstraint complex type.
- CheckConstraint() - Constructor for class org.jooq.util.xml.jaxb.CheckConstraint
- checkConstraints - Variable in class org.jooq.util.xml.jaxb.InformationSchema
- CheckReturnValue - Annotation Interface in org.jooq
-
Simple version of the JSR 305 annotation that allows for inspecting jOOQ code and detect accidentally omitted calls to
Query.execute()
and the likes in IntelliJ. - children(Collection<? extends O>) - Method in interface org.jooq.ForeignKey
-
Get a table expression representing the children of a record, given this foreign key.
- children(O) - Method in interface org.jooq.ForeignKey
-
Get a table expression representing the children of a record, given this foreign key.
- children(O...) - Method in interface org.jooq.ForeignKey
-
Get a table expression representing the children of a record, given this foreign key.
- children(ForeignKey<O, R>) - Method in class org.jooq.impl.UpdatableRecordImpl
- children(ForeignKey<O, R>) - Method in interface org.jooq.Result
-
Get a table expression representing the children of all of this result's records, given a foreign key.
- children(ForeignKey<O, R>) - Method in interface org.jooq.UpdatableRecord
-
Get a table expression representing the children of this record, given a foreign key.
- choose() - Static method in class org.jooq.impl.DSL
-
Initialise a
Case
statement. - choose(int, Field<T>...) - Static method in class org.jooq.impl.DSL
-
The T-SQL
CHOOSE()
function. - choose(int, T...) - Static method in class org.jooq.impl.DSL
-
The T-SQL
CHOOSE()
function. - choose(Field<Integer>, Field<T>...) - Static method in class org.jooq.impl.DSL
-
The T-SQL
CHOOSE()
function. - choose(Field<Integer>, T...) - Static method in class org.jooq.impl.
DSL.abs(Field)
instead.