Uses of Annotation Interface
org.jooq.Support
Packages that use Support
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains classes related to the
SQLDialect.MYSQL dialect family.This package contains classes related to the
SQLDialect.ORACLE dialect family.This package contains classes related to the
SQLDialect.POSTGRES dialect family.This package contains classes related to the
SQLDialect.SQLSERVER dialect family.-
Uses of Support in org.jooq
Modifier and TypeMethodDescriptionField.abs()Deprecated, for removal: This API element is subject to removal in a future version.@NotNull JSONArrayAggReturningStep<T> JSONArrayAggNullStep.absentOnNull()ExcludeNULLvalues in output JSON.@NotNull JSONArrayReturningStep<T> JSONArrayNullStep.absentOnNull()Add theABSENT ON NULLclause to theJSON ARRAYfunction.@NotNull JSONObjectAggReturningStep<T> JSONObjectAggNullStep.absentOnNull()ExcludeNULLvalues in output JSON.@NotNull JSONObjectReturningStep<T> JSONObjectNullStep.absentOnNull()Add theABSENT ON NULLclause to theJSON OBJECTfunction.@NotNull Field<BigDecimal> Field.acos()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.acos(Field)instead.@NotNull AlterDomainFinalStepAlterDomainStep.add(Constraint addConstraint) Add theADDclause to theALTER DOMAINstatement.@NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.add(Collection<? extends TableElement> fields) Add anADDclause with multiple columns or constraints to theALTER TABLEstatement.@NotNull AlterTableUsingIndexStepAlterTableStep.add(Constraint constraint) Add anADD CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.add(TableElement field) Add anADDclause with multiple columns or constraints to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.add(TableElement... fields) Add anADDclause with multiple columns or constraints to theALTER TABLEstatement.An arithmetic expression adding this to value.An arithmetic expression to add value to this.@NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAdd anADD COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.addColumnIfNotExists(String field, DataType<?> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.addColumnIfNotExists(Field<?> field) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAlterTableStep.addColumnIfNotExists(Field<T> field, DataType<T> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.addColumnIfNotExists(Name field, DataType<?> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.voidConditionProvider.addConditions(Collection<? extends Condition> conditions) Deprecated, for removal: This API element is subject to removal in a future version.Adds new conditions to the query, connecting them to existing conditions withOperator.AND.voidConditionProvider.addConditions(Condition condition) Deprecated, for removal: This API element is subject to removal in a future version.Adds a new condition to the query, connecting them to existing conditions withOperator.AND.voidConditionProvider.addConditions(Condition... conditions) Deprecated, for removal: This API element is subject to removal in a future version.Adds new conditions to the query, connecting them to existing conditions withOperator.AND.voidConditionProvider.addConditions(Operator operator, Collection<? extends Condition> conditions) Deprecated, for removal: This API element is subject to removal in a future version.Adds new conditions to the query, connecting them to existing conditions with the provided operator.voidConditionProvider.addConditions(Operator operator, Condition condition) Deprecated, for removal: This API element is subject to removal in a future version.Adds a new condition to the query, connecting them to existing conditions with the provided operator.voidConditionProvider.addConditions(Operator operator, Condition... conditions) Deprecated, for removal: This API element is subject to removal in a future version.Adds new conditions to the query, connecting them to existing conditions with the provided operator.voidDeleteQuery.addConditions(Collection<? extends Condition> conditions) voidDeleteQuery.addConditions(Condition condition) voidDeleteQuery.addConditions(Condition... conditions) voidDeleteQuery.addConditions(Operator operator, Collection<? extends Condition> conditions) voidDeleteQuery.addConditions(Operator operator, Condition condition) voidDeleteQuery.addConditions(Operator operator, Condition... conditions) voidInsertQuery.addConditions(Collection<? extends Condition> conditions) Adds new conditions to the query, connecting them to existing conditions withOperator.AND.voidInsertQuery.addConditions(Condition condition) Adds a new condition to the query, connecting it to existing conditions withOperator.AND.voidInsertQuery.addConditions(Condition... conditions) Adds new conditions to the query, connecting them to existing conditions withOperator.AND.voidInsertQuery.addConditions(Operator operator, Collection<? extends Condition> conditions) Adds new conditions to the query, connecting them to existing conditions with the provided operator.voidInsertQuery.addConditions(Operator operator, Condition condition) Adds a new condition to the query, connecting it to existing conditions with the provided operator.voidInsertQuery.addConditions(Operator operator, Condition... conditions) Adds new conditions to the query, connecting them to existing conditions with the provided operator.voidSelectQuery.addConditions(Collection<? extends Condition> conditions) voidSelectQuery.addConditions(Condition condition) voidSelectQuery.addConditions(Condition... conditions) voidSelectQuery.addConditions(Operator operator, Collection<? extends Condition> conditions) voidSelectQuery.addConditions(Operator operator, Condition condition) voidSelectQuery.addConditions(Operator operator, Condition... conditions) voidUpdateQuery.addConditions(Collection<? extends Condition> conditions) voidUpdateQuery.addConditions(Condition condition) voidUpdateQuery.addConditions(Condition... conditions) voidUpdateQuery.addConditions(Operator operator, Collection<? extends Condition> conditions) voidUpdateQuery.addConditions(Operator operator, Condition condition) voidUpdateQuery.addConditions(Operator operator, Condition... conditions) voidSelectQuery.addConnectBy(Condition condition) Add an Oracle-specificCONNECT BYclause to the query.voidSelectQuery.addConnectByNoCycle(Condition condition) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query.voidSelectQuery.addDistinctOn(Collection<? extends SelectFieldOrAsterisk> fields) Add a PostgreSQL-specificDISTINCT ON (fields…)clause.voidSelectQuery.addDistinctOn(SelectFieldOrAsterisk... fields) Add a PostgreSQL-specificDISTINCT ON (fields…)clause.voidSelectQuery.addFrom(Collection<? extends TableLike<?>> from) Add tables to the table product.voidAdd tables to the table product.voidAdd tables to the table product.voidUpdateQuery.addFrom(Collection<? extends TableLike<?>> from) Add tables to the table product.voidAdd tables to the table product.voidAdd tables to the table product.voidSelectQuery.addGroupBy(Collection<? extends GroupField> fields) Adds grouping fields.voidSelectQuery.addGroupBy(GroupField... fields) Adds grouping fields.voidSelectQuery.addHaving(Collection<? extends Condition> conditions) Adds new conditions to the having clause of the query, connecting them with each other withOperator.AND.voidAdds a new condition to the having clause of the query, connecting it with each other withOperator.AND.voidAdds new conditions to the having clause of the query, connecting them with each other withOperator.AND.voidSelectQuery.addHaving(Operator operator, Collection<? extends Condition> conditions) Adds new conditions to the having clause of query, connecting them with each other withoperator.voidAdds a new condition to the having clause of query, connecting it with each other withoperator.voidAdds new conditions to the having clause of query, connecting them with each other withoperator.voidAdd an Oracle-style hint to the select clause.@NotNull AlterTableAddStepAlterTableStep.addIfNotExists(String field, DataType<?> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.addIfNotExists(Field<?> field) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableAddStepAlterTableStep.addIfNotExists(Field<T> field, DataType<T> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAddStepAlterTableStep.addIfNotExists(Name field, DataType<?> type) Add anADD COLUMN IF NOT EXISTSclause to theALTER TABLEstatement.voidJoins the existing table product to a new table using a condition, connecting them with each other withOperator.AND.voidJoins the existing table product to a new table using a condition, connecting them with each other withOperator.AND.voidJoins the existing table product to a new table using a condition, connecting them with each other withOperator.AND.voidJoins the existing table product to a new table using a condition, connecting them with each other withOperator.AND.voidSelectQuery.addJoin(TableLike<?> table, JoinType type, Condition[] conditions, Field<?>[] partitionBy) Joins the existing table product to a new table using conditions, connecting them with each other withOperator.AND.voidSelectQuery.addJoin(TableLike<?> table, JoinType type, Condition conditions, Field<?>[] partitionBy) Joins the existing table product to a new table using conditions, connecting them with each other withOperator.AND.voidSelectQuery.addJoin(TableLike<?> table, JoinType type, QOM.JoinHint hint, Condition condition) Joins the existing table product to a new table using a condition, connecting them with each other withOperator.AND.voidSelectQuery.addJoin(TableLike<?> table, JoinType type, QOM.JoinHint hint, Condition... conditions) Joins the existing table product to a new table using a condition, connecting them with each other withOperator.AND.voidSelectQuery.addJoin(TableLike<?> table, JoinType type, QOM.JoinHint hint, Condition[] conditions, Field<?>[] partitionBy) Joins the existing table product to a new table using conditions, connecting them with each other withOperator.AND.voidSelectQuery.addJoin(TableLike<?> table, JoinType type, QOM.JoinHint hint, Condition conditions, Field<?>[] partitionBy) Joins the existing table product to a new table using conditions, connecting them with each other withOperator.AND.voidSelectQuery.addJoinOnKey(TableLike<?> table, JoinType type) Joins the existing table product to a new table using a foreign key.voidSelectQuery.addJoinOnKey(TableLike<?> table, JoinType type, ForeignKey<?, ?> key) Joins the existing table product to a new table using a foreign key.voidSelectQuery.addJoinOnKey(TableLike<?> table, JoinType type, QOM.JoinHint hint) Joins the existing table product to a new table using a foreign key.voidSelectQuery.addJoinOnKey(TableLike<?> table, JoinType type, QOM.JoinHint hint, ForeignKey<?, ?> key) Joins the existing table product to a new table using a foreign key.voidSelectQuery.addJoinOnKey(TableLike<?> table, JoinType type, QOM.JoinHint hint, TableField<?, ?>... keyFields) Joins the existing table product to a new table using a foreign key.voidSelectQuery.addJoinOnKey(TableLike<?> table, JoinType type, TableField<?, ?>... keyFields) Joins the existing table product to a new table using a foreign key.voidSelectQuery.addJoinUsing(TableLike<?> table, Collection<? extends Field<?>> fields) Joins the existing table product to a new table with aUSINGclause.voidSelectQuery.addJoinUsing(TableLike<?> table, JoinType type, Collection<? extends Field<?>> fields) Joins the existing table product to a new table with aUSINGclause.voidSelectQuery.addJoinUsing(TableLike<?> table, JoinType type, QOM.JoinHint hint, Collection<? extends Field<?>> fields) Joins the existing table product to a new table with aUSINGclause.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select.voidAdd a 0-basedOFFSETclause to the query.voidAdd a 0-basedOFFSETclause to the query.voidAdd a SQL Server-style query hint to the select clause.voidDeleteQuery.addOrderBy(Collection<? extends OrderField<?>> fields) Adds ordering fields.voidDeleteQuery.addOrderBy(OrderField<?>... fields) Adds ordering fields.voidSelectQuery.addOrderBy(int... fieldIndexes) Adds ordering fields.voidSelectQuery.addOrderBy(Collection<? extends OrderField<?>> fields) Adds ordering fields.voidSelectQuery.addOrderBy(OrderField<?>... fields) Adds ordering fields.voidUpdateQuery.addOrderBy(Collection<? extends OrderField<?>> fields) Adds ordering fields.voidUpdateQuery.addOrderBy(OrderField<?>... fields) Adds ordering fields.voidSelectQuery.addQualify(Collection<? extends Condition> conditions) Adds new conditions to the qualify clause of the query, connecting them with each other withOperator.AND.voidSelectQuery.addQualify(Condition condition) Adds a new condition to the qualify clause of the query, connecting it with each other withOperator.AND.voidSelectQuery.addQualify(Condition... conditions) Adds new conditions to the qualify clause of the query, connecting them with each other withOperator.AND.voidSelectQuery.addQualify(Operator operator, Collection<? extends Condition> conditions) Adds new conditions to the qualify clause of query, connecting them with each other withoperator.voidSelectQuery.addQualify(Operator operator, Condition condition) Adds a new condition to the qualify clause of query, connecting it with each other withoperator.voidSelectQuery.addQualify(Operator operator, Condition... conditions) Adds new conditions to the qualify clause of query, connecting them with each other withoperator.voidShort for callingInsertQuery.newRecord()andStoreQuery.setRecord(Record).voidSelectQuery.addSeekAfter(Collection<? extends Field<?>> fields) Adds seeking fields.voidSelectQuery.addSeekAfter(Field<?>... fields) Adds seeking fields.voidSelectQuery.addSeekBefore(Collection<? extends Field<?>> fields) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctlyvoidSelectQuery.addSeekBefore(Field<?>... fields) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctlyvoidSelectQuery.addSelect(Collection<? extends SelectFieldOrAsterisk> fields) Add a list of select fields.voidSelectQuery.addSelect(SelectFieldOrAsterisk... fields) Add a list of select fields.voidDeleteQuery.addUsing(Collection<? extends TableLike<?>> tables) Add tables to theUSINGclause.voidAdd tables to theUSINGclause.voidAdd tables to theUSINGclause.@NotNull AlterTypeFinalStepAdd theADD VALUEclause to theALTER TYPEstatement.@NotNull AlterTypeFinalStepAdd theADD VALUEclause to theALTER TYPEstatement.<T> voidAdd a value to the store statement<T> voidAdd a value to the store statement<T> voidInsertQuery.addValueForUpdate(Field<T> field, Field<T> value) Add a value to theON DUPLICATE KEY UPDATEclause of thisINSERTstatement, where this is supported.<T> voidInsertQuery.addValueForUpdate(Field<T> field, T value) Add a value to theON DUPLICATE KEY UPDATEclause of thisINSERTstatement, where this is supported.voidAdd multiple values to the store statement.<T1> voidSpecify a multi-column set clause for theUPDATEstatement.<T1> voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
voidUpdateQuery.addValues(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> row, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
voidUpdateQuery.addValues(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> row, Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
voidUpdateQuery.addValues(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> row, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
voidUpdateQuery.addValues(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> row, Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
voidUpdateQuery.addValues(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> row, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
voidUpdateQuery.addValues(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> row, Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
voidUpdateQuery.addValues(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> row, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
voidUpdateQuery.addValues(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> row, Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
voidUpdateQuery.addValues(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> row, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
voidUpdateQuery.addValues(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> row, Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
voidUpdateQuery.addValues(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> row, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
voidUpdateQuery.addValues(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> row, Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
voidUpdateQuery.addValues(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> row, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
voidUpdateQuery.addValues(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> row, Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
voidUpdateQuery.addValues(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> row, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
voidUpdateQuery.addValues(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> row, Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
voidUpdateQuery.addValues(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> row, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
voidUpdateQuery.addValues(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> row, Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
voidUpdateQuery.addValues(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> row, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
voidUpdateQuery.addValues(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> row, Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2> void Specify a multi-column set clause for theUPDATEstatement.<T1,T2> void Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
voidUpdateQuery.addValues(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> row, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
voidUpdateQuery.addValues(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> row, Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
voidUpdateQuery.addValues(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> row, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
voidUpdateQuery.addValues(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> row, Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
voidUpdateQuery.addValues(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
voidUpdateQuery.addValues(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row, 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>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6>
voidUpdateQuery.addValues(Row6<T1, T2, T3, T4, T5, T6> row, Select<? extends Record6<T1, T2, T3, T4, T5, T6>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7>
voidUpdateQuery.addValues(Row7<T1, T2, T3, T4, T5, T6, T7> row, Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8>
voidUpdateQuery.addValues(Row8<T1, T2, T3, T4, T5, T6, T7, T8> row, Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>> select) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
voidSpecify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
voidUpdateQuery.addValues(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> row, Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> select) Specify a multi-column set clause for theUPDATEstatement.voidSpecify a multi-column set clause for theUPDATEstatement.voidSpecify a multi-column set clause for theUPDATEstatement.voidInsertQuery.addValuesForUpdate(Map<?, ?> map) Add multiple values to theON DUPLICATE KEY UPDATEclause of thisINSERTstatement, where this is supported.voidSelectQuery.addWindow(Collection<? extends WindowDefinition> definitions) Adds new window definitions to the window clause of the query.voidSelectQuery.addWindow(WindowDefinition... definitions) Adds new window definitions to the window clause of the query.@NotNull AlterTableFinalStepAdd aAFTERclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aAFTERclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aAFTERclause toALTER TABLE … ADD ….@NotNull CreateTriggerEventOrStepCreateTriggerEventStep.afterDelete()Add theAFTER DELETEclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerEventOrStepCreateTriggerEventStep.afterInsert()Add theAFTER INSERTclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerEventOfStepCreateTriggerEventStep.afterUpdate()Add theAFTER UPDATEclause to theCREATE TRIGGERstatement.@NotNull PeriodSpecificationPeriod.all()Create a period specification for all timestamps.@NotNull AlterTableAlterStep<Object> Add anALTER COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAlterConstraintStepAlterTableStep.alter(Constraint constraint) Add anALTER CONSTRAINTclause to theALTER TABLEstatement.<T> @NotNull AlterTableAlterStep<T> Add anALTER COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAlterStep<Object> Add anALTER COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAlterStep<Object> AlterTableStep.alterColumn(String field) Add anALTER COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableAlterStep<T> AlterTableStep.alterColumn(Field<T> field) Add anALTER COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAlterStep<Object> AlterTableStep.alterColumn(Name field) Add anALTER COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableAlterStep<Object> AlterTableStep.alterColumnIfExists(String field) Add anALTER COLUMN IF EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableAlterStep<T> AlterTableStep.alterColumnIfExists(Field<T> field) Add anALTER COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAlterStep<Object> AlterTableStep.alterColumnIfExists(Name field) Add anALTER COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAlterConstraintStepAlterTableStep.alterConstraint(String constraint) Add anALTER CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableAlterConstraintStepAlterTableStep.alterConstraint(Constraint constraint) Add anALTER CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableAlterConstraintStepAlterTableStep.alterConstraint(Name constraint) Add anALTER CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterDatabaseStepDSLContext.alterDatabase(String database) TheALTER DATABASEstatement.@NotNull AlterDatabaseStepDSLContext.alterDatabase(Catalog database) TheALTER DATABASEstatement.@NotNull AlterDatabaseStepDSLContext.alterDatabase(Name database) TheALTER DATABASEstatement.@NotNull AlterDatabaseStepDSLContext.alterDatabaseIfExists(String database) TheALTER DATABASE IF EXISTSstatement.@NotNull AlterDatabaseStepDSLContext.alterDatabaseIfExists(Catalog database) TheALTER DATABASE IF EXISTSstatement.@NotNull AlterDatabaseStepDSLContext.alterDatabaseIfExists(Name database) TheALTER DATABASE IF EXISTSstatement.<T> @NotNull AlterDomainStep<T> DSLContext.alterDomain(String domain) TheALTER DOMAINstatement.<T> @NotNull AlterDomainStep<T> DSLContext.alterDomain(Domain<T> domain) TheALTER DOMAINstatement.<T> @NotNull AlterDomainStep<T> DSLContext.alterDomain(Name domain) TheALTER DOMAINstatement.<T> @NotNull AlterDomainStep<T> DSLContext.alterDomainIfExists(String domain) TheALTER DOMAIN IF EXISTSstatement.<T> @NotNull AlterDomainStep<T> DSLContext.alterDomainIfExists(Domain<T> domain) TheALTER DOMAIN IF EXISTSstatement.<T> @NotNull AlterDomainStep<T> DSLContext.alterDomainIfExists(Name domain) TheALTER DOMAIN IF EXISTSstatement.@NotNull AlterTableAlterStep<Object> AlterTableStep.alterIfExists(String field) Add anALTER COLUMN IF EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableAlterStep<T> AlterTableStep.alterIfExists(Field<T> field) Add anALTER COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableAlterStep<Object> AlterTableStep.alterIfExists(Name field) Add anALTER COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterIndexOnStepDSLContext.alterIndex(String index) TheALTER INDEXstatement.@NotNull AlterIndexOnStepDSLContext.alterIndex(Index index) TheALTER INDEXstatement.@NotNull AlterIndexOnStepDSLContext.alterIndex(Name index) TheALTER INDEXstatement.@NotNull AlterIndexOnStepDSLContext.alterIndexIfExists(String index) TheALTER INDEX IF EXISTSstatement.@NotNull AlterIndexOnStepDSLContext.alterIndexIfExists(Index index) TheALTER INDEX IF EXISTSstatement.@NotNull AlterIndexOnStepDSLContext.alterIndexIfExists(Name index) TheALTER INDEX IF EXISTSstatement.@NotNull AlterViewStepDSLContext.alterMaterializedView(String view) TheALTER MATERIALIZED VIEWstatement.@NotNull AlterViewStepDSLContext.alterMaterializedView(Name view) TheALTER MATERIALIZED VIEWstatement.@NotNull AlterViewStepDSLContext.alterMaterializedView(Table<?> view) TheALTER MATERIALIZED VIEWstatement.@NotNull AlterViewStepDSLContext.alterMaterializedViewIfExists(String view) TheALTER MATERIALIZED VIEW IF EXISTSstatement.@NotNull AlterViewStepDSLContext.alterMaterializedViewIfExists(Name view) TheALTER MATERIALIZED VIEW IF EXISTSstatement.@NotNull AlterViewStepDSLContext.alterMaterializedViewIfExists(Table<?> view) TheALTER MATERIALIZED VIEW IF EXISTSstatement.@NotNull AlterSchemaStepDSLContext.alterSchema(String schema) TheALTER SCHEMAstatement.@NotNull AlterSchemaStepDSLContext.alterSchema(Name schema) TheALTER SCHEMAstatement.@NotNull AlterSchemaStepDSLContext.alterSchema(Schema schema) TheALTER SCHEMAstatement.@NotNull AlterSchemaStepDSLContext.alterSchemaIfExists(String schema) TheALTER SCHEMA IF EXISTSstatement.@NotNull AlterSchemaStepDSLContext.alterSchemaIfExists(Name schema) TheALTER SCHEMA IF EXISTSstatement.@NotNull AlterSchemaStepDSLContext.alterSchemaIfExists(Schema schema) TheALTER SCHEMA IF EXISTSstatement.@NotNull AlterSequenceStep<Number> DSLContext.alterSequence(String sequence) TheALTER SEQUENCEstatement.@NotNull AlterSequenceStep<Number> DSLContext.alterSequence(Name sequence) TheALTER SEQUENCEstatement.<T extends Number>
@NotNull AlterSequenceStep<T> DSLContext.alterSequence(Sequence<T> sequence) TheALTER SEQUENCEstatement.@NotNull AlterSequenceStep<Number> DSLContext.alterSequenceIfExists(String sequence) TheALTER SEQUENCE IF EXISTSstatement.@NotNull AlterSequenceStep<Number> DSLContext.alterSequenceIfExists(Name sequence) TheALTER SEQUENCE IF EXISTSstatement.<T extends Number>
@NotNull AlterSequenceStep<T> DSLContext.alterSequenceIfExists(Sequence<T> sequence) TheALTER SEQUENCE IF EXISTSstatement.@NotNull AlterTableStepDSLContext.alterTable(String table) Create a new DSLALTER TABLEstatement.@NotNull AlterTableStepDSLContext.alterTable(Name table) Create a new DSLALTER TABLEstatement.@NotNull AlterTableStepDSLContext.alterTable(Table<?> table) Create a new DSLALTER TABLEstatement.@NotNull AlterTableStepDSLContext.alterTableIfExists(String table) Create a new DSLALTER TABLEstatement.@NotNull AlterTableStepDSLContext.alterTableIfExists(Name table) Create a new DSLALTER TABLEstatement.@NotNull AlterTableStepDSLContext.alterTableIfExists(Table<?> table) Create a new DSLALTER TABLEstatement.@NotNull AlterTypeStepTheALTER TYPEstatement.@NotNull AlterTypeStepTheALTER TYPEstatement.@NotNull AlterTypeStepTheALTER TYPEstatement.@NotNull AlterTypeStepDSLContext.alterTypeIfExists(String type) TheALTER TYPE IF EXISTSstatement.@NotNull AlterTypeStepDSLContext.alterTypeIfExists(Name type) TheALTER TYPE IF EXISTSstatement.@NotNull AlterTypeStepDSLContext.alterTypeIfExists(Type<?> type) TheALTER TYPE IF EXISTSstatement.@NotNull AlterViewStepTheALTER VIEWstatement.@NotNull AlterViewStepTheALTER VIEWstatement.@NotNull AlterViewStepTheALTER VIEWstatement.@NotNull AlterViewStepDSLContext.alterView(Table<?> view, Collection<? extends Field<?>> fields) TheALTER VIEWstatement.@NotNull AlterViewStepTheALTER VIEWstatement.@NotNull AlterViewStepDSLContext.alterViewIfExists(String view) TheALTER VIEW IF EXISTSstatement.@NotNull AlterViewStepDSLContext.alterViewIfExists(Name view) TheALTER VIEW IF EXISTSstatement.@NotNull AlterViewStepDSLContext.alterViewIfExists(Table<?> view) TheALTER VIEW IF EXISTSstatement.@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep10.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep10.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep11.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep11.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep12.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep12.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep13.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep13.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep14.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13, Field<T14> maxValue14) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep14.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13, T14 maxValue14) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep15.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13, Field<T14> maxValue14, Field<T15> maxValue15) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep15.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13, T14 maxValue14, T15 maxValue15) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep16.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13, Field<T14> maxValue14, Field<T15> maxValue15, Field<T16> maxValue16) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep16.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13, T14 maxValue14, T15 maxValue15, T16 maxValue16) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep17.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13, Field<T14> maxValue14, Field<T15> maxValue15, Field<T16> maxValue16, Field<T17> maxValue17) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep17.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13, T14 maxValue14, T15 maxValue15, T16 maxValue16, T17 maxValue17) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep18.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13, Field<T14> maxValue14, Field<T15> maxValue15, Field<T16> maxValue16, Field<T17> maxValue17, Field<T18> maxValue18) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep18.and(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep18.and(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep18.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13, T14 maxValue14, T15 maxValue15, T16 maxValue16, T17 maxValue17, T18 maxValue18) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep19.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13, Field<T14> maxValue14, Field<T15> maxValue15, Field<T16> maxValue16, Field<T17> maxValue17, Field<T18> maxValue18, Field<T19> maxValue19) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep19.and(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep19.and(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep19.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13, T14 maxValue14, T15 maxValue15, T16 maxValue16, T17 maxValue17, T18 maxValue18, T19 maxValue19) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep20.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13, Field<T14> maxValue14, Field<T15> maxValue15, Field<T16> maxValue16, Field<T17> maxValue17, Field<T18> maxValue18, Field<T19> maxValue19, Field<T20> maxValue20) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep20.and(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep20.and(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep20.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13, T14 maxValue14, T15 maxValue15, T16 maxValue16, T17 maxValue17, T18 maxValue18, T19 maxValue19, T20 maxValue20) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep21.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13, Field<T14> maxValue14, Field<T15> maxValue15, Field<T16> maxValue16, Field<T17> maxValue17, Field<T18> maxValue18, Field<T19> maxValue19, Field<T20> maxValue20, Field<T21> maxValue21) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep21.and(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep21.and(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep21.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13, T14 maxValue14, T15 maxValue15, T16 maxValue16, T17 maxValue17, T18 maxValue18, T19 maxValue19, T20 maxValue20, T21 maxValue21) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep22.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9, Field<T10> maxValue10, Field<T11> maxValue11, Field<T12> maxValue12, Field<T13> maxValue13, Field<T14> maxValue14, Field<T15> maxValue15, Field<T16> maxValue16, Field<T17> maxValue17, Field<T18> maxValue18, Field<T19> maxValue19, Field<T20> maxValue20, Field<T21> maxValue21, Field<T22> maxValue22) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep22.and(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep22.and(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> maxValue) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep22.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9, T10 maxValue10, T11 maxValue11, T12 maxValue12, T13 maxValue13, T14 maxValue14, T15 maxValue15, T16 maxValue16, T17 maxValue17, T18 maxValue18, T19 maxValue19, T20 maxValue20, T21 maxValue21, T22 maxValue22) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep4.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep5.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep6.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep6.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep7.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep7.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep8.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep8.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8) Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep9.and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6, Field<T7> maxValue7, Field<T8> maxValue8, Field<T9> maxValue9) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionBetweenAndStep9.and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5, T6 maxValue6, T7 maxValue7, T8 maxValue8, T9 maxValue9) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds.@NotNull ConditionCombine this condition with another one using theOperator.ANDoperator.@NotNull ConditionCombine this condition with another one using theOperator.ANDoperator.@NotNull ConditionCombine this condition with another one using theOperator.ANDoperator.@NotNull ConditionTheANDoperator.@NotNull ConditionCombine this condition with another one using theOperator.ANDoperator.@NotNull ConditionCombine this condition with another one using theOperator.ANDoperator.@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull PeriodSpecificationAdd an upper bound to the period specification range.@NotNull PeriodSpecificationAdd an upper bound to the period specification range.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByAfterStartWithConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByAfterStartWithConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByAfterStartWithConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByAfterStartWithConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByAfterStartWithConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByAfterStartWithConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConnectByConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator and proceed to the next step.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator.@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ANDoperatorAdd anANDclause to the flashback versions query clause.Add anANDclause to the flashback versions query clause.@NotNull WindowExcludeStep<T> WindowRowsAndStep.andCurrentRow()Add a… AND CURRENT ROWframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andCurrentRow()Add a… AND CURRENT ROWframe clause to the window specification.@NotNull ConditionCombine this condition with an EXISTS clause using theOperator.ANDoperator.@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ANDoperator@NotNull DivideByOnConditionStepCombine the currently assembled conditions with anEXISTSclause using theOperator.ANDoperator.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with anEXISTSclause using theOperator.ANDoperator.@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ANDoperator@NotNull WindowExcludeStep<T> WindowRowsAndStep.andFollowing(int number) Add a… AND [number] FOLLOWINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andFollowing(int number) Add a… AND [number] FOLLOWINGframe clause to the window specification.VersionsBetweenAndStep.andMaxvalue()Add anAND MAXVALUEclause to the flashback versions query clause.@NotNull ConditionCombine this condition with a negated other one using theOperator.ANDoperator.@NotNull ConditionCombine this condition with a negated other one using theOperator.ANDoperator.@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator@NotNull DivideByOnConditionStepCombine the currently assembled conditions with a negated other one using theOperator.ANDoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with a negated other one using theOperator.ANDoperator.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator and proceed to the next step.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator.@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ANDoperator@NotNull ConditionCondition.andNotExists(TableLike<?> select) Combine this condition with a NOT EXIST clause using theOperator.ANDoperator.@NotNull DeleteConditionStep<R> DeleteConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ANDoperator@NotNull DivideByOnConditionStepDivideByOnConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with aNOT EXISTSclause using theOperator.ANDoperator.@NotNull InsertOnConflictConditionStep<R> InsertOnConflictConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> MergeOnConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull SelectConditionStep<R> SelectConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> SelectHavingConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> SelectOnConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> SelectQualifyConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ANDoperator and proceed to the next step.@NotNull TableOnConditionStep<R> TableOnConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with aNOT EXISTSclause using theOperator.ANDoperator.@NotNull UpdateConditionStep<R> UpdateConditionStep.andNotExists(TableLike<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ANDoperator@NotNull WindowExcludeStep<T> WindowRowsAndStep.andPreceding(int number) Add a… AND [number] PRECEDINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andPreceding(int number) Add a… AND [number] PRECEDINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsAndStep.andUnboundedFollowing()Add a… AND UNBOUNDED FOLLOWINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andUnboundedFollowing()Add a… AND UNBOUNDED FOLLOWINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsAndStep.andUnboundedPreceding()Add a… AND UNBOUNDED PRECEDINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andUnboundedPreceding()Add a… AND UNBOUNDED PRECEDINGframe clause to the window specification.@NotNull RowCountQueryCallArgsStep.args(Collection<? extends Field<?>> args) Add theARGSclause to theCALLstatement.@NotNull RowCountQueryAdd theARGSclause to theCALLstatement.DataType.array()A convenient short for formDataType.getArrayDataType()for DSL usage@NotNull AlterViewFinalStepAdd theASclause to theALTER VIEWstatement.<T> @NotNull CreateDomainDefaultStep<T> Add theASclause to theCREATE DOMAINstatement.<T> @NotNull CreateDomainDefaultStep<T> Add theASclause to theCREATE DOMAINstatement.@NotNull DDLQueryCreateFunctionAsStep.as(Collection<? extends Statement> body) Add theASclause to theCREATE FUNCTIONstatement.@NotNull DDLQueryAdd theASclause to theCREATE FUNCTIONstatement.@NotNull DDLQueryAdd theASclause to theCREATE FUNCTIONstatement.@NotNull DDLQueryCreateProcedureAsStep.as(Collection<? extends Statement> body) Add theASclause to theCREATE PROCEDUREstatement.@NotNull DDLQueryAdd theASclause to theCREATE PROCEDUREstatement.@NotNull DDLQueryAdd theASclause to theCREATE PROCEDUREstatement.<T extends Number>
@NotNull CreateSequenceFlagsStep<T> Add theASclause to theCREATE SEQUENCEstatement.<T extends Number>
@NotNull CreateSequenceFlagsStep<T> Add theASclause to theCREATE SEQUENCEstatement.@NotNull CreateTableWithDataStepAdd theASclause to theCREATE TABLEstatement.@NotNull DDLQueryCreateTriggerActionStep.as(Collection<? extends Statement> body) Add theASclause to theCREATE TRIGGERstatement.@NotNull DDLQueryAdd theASclause to theCREATE TRIGGERstatement.@NotNull DDLQueryAdd theASclause to theCREATE TRIGGERstatement.@NotNull CreateTypeFinalStepCreateTypeStep.as(Collection<? extends Field<?>> attributes) Add theASclause to theCREATE TYPEstatement.@NotNull CreateTypeFinalStepAdd theASclause to theCREATE TYPEstatement.@NotNull CreateViewFinalStepAdd theASclause to theCREATE VIEWstatement.@NotNull CreateViewFinalStepAdd theASclause to theCREATE VIEWstatement.@NotNull CreateViewFinalStepAdd theASclause to theCREATE VIEWstatement.@NotNull CreateViewFinalStepCreateViewAsStep.as(ResultQuery<? extends R> query) Add theASclause to theCREATE VIEWstatement.@NotNull CreateViewFinalStepAdd theASclause to theCREATE VIEWstatement.<R extends Record>
@NotNull CommonTableExpression<R> DerivedColumnList.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record1<?>>
@NotNull CommonTableExpression<R> DerivedColumnList1.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record10<?,?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList10.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record11<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList11.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record12<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList12.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record13<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList13.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record14<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList14.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record15<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList15.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record16<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList16.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record17<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList17.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record18<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList18.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record19<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList19.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record2<?,?>>
@NotNull CommonTableExpression<R> DerivedColumnList2.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record20<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList20.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record21<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList21.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record22<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList22.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record3<?,?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList3.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record4<?,?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList4.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record5<?,?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList5.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record6<?,?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList6.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record7<?,?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList7.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record8<?,?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList8.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record9<?,?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList9.as(ResultQuery<R> query) Specify a subselect to refer to by theDerivedColumnListto form a common table expression.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.@NotNull WindowDefinitionName.as()Create an emptyWindowDefinitionfrom this name.<R extends Record>
@NotNull CommonTableExpression<R> Name.as(ResultQuery<R> query) Specify a subselect to refer to by theNameto form a common table expression.@NotNull WindowDefinitionName.as(WindowSpecification window) Create aWindowDefinitionfrom this name.@NotNull SelectField<T> Create an alias for this field.@NotNull SelectField<T> Create an alias for this field based on another field's name.@NotNull SelectField<T> Create an alias for this field.Create an alias for this table.Create an alias for this table and its fields.Table.as(String alias, Collection<? extends String> fieldAliases) Create an alias for this table and its fields.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.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.Create an alias for this table.Table.as(Name alias, Collection<? extends Name> fieldAliases) Create an alias for this table and its fields.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.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.Create an alias for this table and its fields.Create an alias for this table based on another table's name.Table.as(Table<?> otherTable, Collection<? extends Field<?>> otherFields) Create an alias for this table based on another table's name.Table.as(Table<?> otherTable, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> aliasFunction) 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.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.Create an alias for this table based on another table's name.@NotNull WithStepWithAsStep.as(ResultQuery<?> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep1.as(ResultQuery<? extends Record1<?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep10.as(ResultQuery<? extends Record10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep11.as(ResultQuery<? extends Record11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep12.as(ResultQuery<? extends Record12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep13.as(ResultQuery<? extends Record13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep14.as(ResultQuery<? extends Record14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep15.as(ResultQuery<? extends Record15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep16.as(ResultQuery<? extends Record16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep17.as(ResultQuery<? extends Record17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep18.as(ResultQuery<? extends Record18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep19.as(ResultQuery<? extends Record19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep2.as(ResultQuery<? extends Record2<?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep20.as(ResultQuery<? extends Record20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep21.as(ResultQuery<? extends Record21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep22.as(ResultQuery<? extends Record22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep3.as(ResultQuery<? extends Record3<?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep4.as(ResultQuery<? extends Record4<?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep5.as(ResultQuery<? extends Record5<?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep6.as(ResultQuery<? extends Record6<?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep7.as(ResultQuery<? extends Record7<?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep8.as(ResultQuery<? extends Record8<?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep9.as(ResultQuery<? extends Record9<?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a subselect with a common table expression's table and column names.Field.asc()Create an ascending sort field from this field.Field.ascii()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.ascii(Field)instead.@NotNull CreateTypeFinalStepCreateTypeStep.asEnum()Add theAS ENUMclause to theCREATE TYPEstatement.@NotNull CreateTypeFinalStepAdd theAS ENUMclause to theCREATE TYPEstatement.@NotNull CreateTypeFinalStepCreateTypeStep.asEnum(Collection<? extends Field<String>> values) Add theAS ENUMclause to theCREATE TYPEstatement.@NotNull CreateTypeFinalStepAdd theAS ENUMclause to theCREATE TYPEstatement.<T> @NotNull Field<T> 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.@NotNull Field<BigDecimal> Field.asin()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.asin(Field)instead.<R extends Record>
@NotNull CommonTableExpression<R> DerivedColumnList.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record1<?>>
@NotNull CommonTableExpression<R> DerivedColumnList1.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record10<?,?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList10.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record11<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList11.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record12<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList12.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record13<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList13.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record14<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList14.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record15<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList15.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record16<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList16.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record17<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList17.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record18<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList18.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record19<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList19.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record2<?,?>>
@NotNull CommonTableExpression<R> DerivedColumnList2.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record20<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList20.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record21<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList21.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record22<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList22.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record3<?,?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList3.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record4<?,?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList4.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record5<?,?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList5.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record6<?,?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList6.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record7<?,?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList7.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record8<?,?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList8.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record9<?,?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList9.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record>
@NotNull CommonTableExpression<R> Name.asMaterialized(ResultQuery<R> query) Specify a materialized subselect to refer to by theNameto form a common table expression.@NotNull WithStepWithAsStep.asMaterialized(ResultQuery<?> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep1.asMaterialized(ResultQuery<? extends Record1<?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep10.asMaterialized(ResultQuery<? extends Record10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep11.asMaterialized(ResultQuery<? extends Record11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep12.asMaterialized(ResultQuery<? extends Record12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep13.asMaterialized(ResultQuery<? extends Record13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep14.asMaterialized(ResultQuery<? extends Record14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep15.asMaterialized(ResultQuery<? extends Record15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep16.asMaterialized(ResultQuery<? extends Record16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep17.asMaterialized(ResultQuery<? extends Record17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep18.asMaterialized(ResultQuery<? extends Record18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep19.asMaterialized(ResultQuery<? extends Record19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep2.asMaterialized(ResultQuery<? extends Record2<?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep20.asMaterialized(ResultQuery<? extends Record20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep21.asMaterialized(ResultQuery<? extends Record21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep22.asMaterialized(ResultQuery<? extends Record22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep3.asMaterialized(ResultQuery<? extends Record3<?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep4.asMaterialized(ResultQuery<? extends Record4<?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep5.asMaterialized(ResultQuery<? extends Record5<?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep6.asMaterialized(ResultQuery<? extends Record6<?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep7.asMaterialized(ResultQuery<? extends Record7<?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep8.asMaterialized(ResultQuery<? extends Record8<?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep9.asMaterialized(ResultQuery<? extends Record9<?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a materialized subselect with a common table expression's table and column names.TableLike.asMultiset()Turn thisTableLikeexpression into aDSL.multiset(TableLike).TableLike.asMultiset(String alias) Turn thisTableLikeexpression into aDSL.multiset(TableLike).TableLike.asMultiset(Field<?> alias) Turn thisTableLikeexpression into aDSL.multiset(TableLike).TableLike.asMultiset(Name alias) Turn thisTableLikeexpression into aDSL.multiset(TableLike).<R extends Record>
@NotNull CommonTableExpression<R> DerivedColumnList.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record1<?>>
@NotNull CommonTableExpression<R> DerivedColumnList1.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record10<?,?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList10.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record11<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList11.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record12<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList12.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record13<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList13.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record14<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList14.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record15<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList15.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record16<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList16.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record17<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList17.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record18<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList18.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record19<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList19.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record2<?,?>>
@NotNull CommonTableExpression<R> DerivedColumnList2.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record20<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList20.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record21<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList21.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record22<?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList22.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record3<?,?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList3.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record4<?,?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList4.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record5<?,?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList5.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record6<?,?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList6.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record7<?,?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList7.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record8<?,?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList8.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record9<?,?, ?, ?, ?, ?, ?, ?, ?>>
@NotNull CommonTableExpression<R> DerivedColumnList9.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record>
@NotNull CommonTableExpression<R> Name.asNotMaterialized(ResultQuery<R> query) Specify a non-materialized subselect to refer to by theNameto form a common table expression.@NotNull WithStepWithAsStep.asNotMaterialized(ResultQuery<?> query) Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep1.asNotMaterialized(ResultQuery<? extends Record1<?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep10.asNotMaterialized(ResultQuery<? extends Record10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep11.asNotMaterialized(ResultQuery<? extends Record11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep12.asNotMaterialized(ResultQuery<? extends Record12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep13.asNotMaterialized(ResultQuery<? extends Record13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep14.asNotMaterialized(ResultQuery<? extends Record14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep15.asNotMaterialized(ResultQuery<? extends Record15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep16.asNotMaterialized(ResultQuery<? extends Record16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep17.asNotMaterialized(ResultQuery<? extends Record17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep18.asNotMaterialized(ResultQuery<? extends Record18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep19.asNotMaterialized(ResultQuery<? extends Record19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep2.asNotMaterialized(ResultQuery<? extends Record2<?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep20.asNotMaterialized(ResultQuery<? extends Record20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep21.asNotMaterialized(ResultQuery<? extends Record21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep22.asNotMaterialized(ResultQuery<? extends Record22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep3.asNotMaterialized(ResultQuery<? extends Record3<?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep4.asNotMaterialized(ResultQuery<? extends Record4<?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep5.asNotMaterialized(ResultQuery<? extends Record5<?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep6.asNotMaterialized(ResultQuery<? extends Record6<?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep7.asNotMaterialized(ResultQuery<? extends Record7<?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep8.asNotMaterialized(ResultQuery<? extends Record8<?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep9.asNotMaterialized(ResultQuery<? extends Record9<?, ?, ?, ?, ?, ?, ?, ?, ?>> query) Associate a non-materialized subselect with a common table expression's table and column names.@NotNull PeriodSpecificationCreate a period specification for a given timestamp.@NotNull PeriodSpecificationCreate a period specification for a given timestamp.Create anSQLDialect.ORACLEflashback query clause from this table.Create anSQLDialect.ORACLEflashback query clause from this table.Table.asOfTimestamp(Timestamp timestamp) Create anSQLDialect.ORACLEflashback query clause from this table.Table.asOfTimestamp(Field<Timestamp> timestamp) Create anSQLDialect.ORACLEflashback query clause from this table.TableLike.asTable()The underlying table representation of this object.The underlying aliased table representation of this object.The underlying aliased table representation of this object.TableLike.asTable(String alias, Collection<? extends String> fieldAliases) The underlying aliased table representation of this object.TableLike.asTable(String alias, BiFunction<? super Field<?>, ? super Integer, ? extends String> aliasFunction) 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.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.The underlying aliased table representation of this object.TableLike.asTable(Name alias, Collection<? extends Name> fieldAliases) The underlying aliased table representation of this object.The underlying aliased table representation of this object.The underlying aliased table representation of this object.TableLike.asTable(Table<?> alias, Collection<? extends Field<?>> fieldAliases) The underlying aliased table representation of this object.The underlying aliased table representation of this object.@NotNull QualifiedAsteriskTable.asterisk()Create a qualified asterisk expression from this table (table.*) for use withSELECT.A table reference of this table at a givenLink.A table reference of this table at a givenLink.A table reference of this table at a givenLink.@NotNull Field<BigDecimal> Field.atan()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.atan(Field)instead.@NotNull Field<BigDecimal> Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.atan2(Field, Number)instead.@NotNull Field<BigDecimal> Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.atan2(Field, Field)instead.@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONStep.auto()Add a SQL Server-styleFOR JSON AUTOclause.@NotNull SelectForXMLRawDirectivesStep<R> SelectForXMLStep.auto()Add a SQL Server-styleFOR XML AUTOclause.DataType.autoIncrement()Return a new data type like this, with theDataType.identity(boolean)flag set totrue.@NotNull Field<BigDecimal> Field.avg()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.avg(Field)instead.@NotNull WindowPartitionByStep<BigDecimal> Field.avgOver()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.avg(Field)instead.@NotNull BatchBindStepCreate a batch statement to execute a set of queries in batch mode (with bind values).@NotNull BatchCreate a batch statement to execute a set of queries in batch mode (without bind values).@NotNull BatchCreate a batch statement to execute a set of queries in batch mode (with bind values).@NotNull BatchDSLContext.batch(Collection<? extends Query> queries) Create a batch statement to execute a set of queries in batch mode (without bind values).@NotNull BatchCreate a batch statement to execute a set of queries in batch mode (without bind values).@NotNull BatchBindStepCreate a batch statement to execute a set of queries in batch mode (with bind values).@NotNull BatchCreate a batch statement to execute a set of queries in batch mode (without bind values).@NotNull BatchCreate a batch statement to execute a set of queries in batch mode (with bind values).@NotNull LoaderOptionsStep<R> LoaderOptionsStep.batchAfter(int number) Batch a given number of bulk statements together.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.batchAll()Batch all bulk statements in one JDBC batch statement.@NotNull BatchDSLContext.batchDelete(Collection<? extends UpdatableRecord<?>> records) Create a batch statement to execute a set ofDELETEqueries in batch mode (with bind values) according toUpdatableRecord.delete()semantics.@NotNull BatchDSLContext.batchDelete(UpdatableRecord<?>... records) Create a batch statement to execute a set ofDELETEqueries in batch mode (with bind values) according toUpdatableRecord.delete()semantics.@NotNull BatchDSLContext.batchInsert(Collection<? extends TableRecord<?>> records) Create a batch statement to execute a set ofINSERTqueries in batch mode (with bind values) according toTableRecord.insert()semantics.@NotNull BatchDSLContext.batchInsert(TableRecord<?>... records) Create a batch statement to execute a set ofINSERTqueries in batch mode (with bind values) according toTableRecord.insert()semantics.@NotNull BatchDSLContext.batchMerge(Collection<? extends UpdatableRecord<?>> records) Create a batch statement to execute a set ofMERGEqueries in batch mode (with bind values) according toUpdatableRecord.merge()semantics.@NotNull BatchDSLContext.batchMerge(UpdatableRecord<?>... records) Create a batch statement to execute a set ofMERGEqueries in batch mode (with bind values) according toUpdatableRecord.merge()semantics.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.batchNone()Do not batch bulk statements together.@NotNull BatchDSLContext.batchStore(Collection<? extends UpdatableRecord<?>> records) Create a batch statement to execute a set ofINSERTandUPDATEqueries in batch mode (with bind values) according toUpdatableRecord.store()semantics.@NotNull BatchDSLContext.batchStore(UpdatableRecord<?>... records) Create a batch statement to execute a set ofINSERTandUPDATEqueries in batch mode (with bind values) according toUpdatableRecord.store()semantics.@NotNull BatchDSLContext.batchUpdate(Collection<? extends UpdatableRecord<?>> records) Create a batch statement to execute a set ofUPDATEqueries in batch mode (with bind values) according toUpdatableRecord.update()semantics.@NotNull BatchDSLContext.batchUpdate(UpdatableRecord<?>... records) Create a batch statement to execute a set ofUPDATEqueries in batch mode (with bind values) according toUpdatableRecord.update()semantics.@NotNull AlterTableFinalStepAdd aBEFOREclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aBEFOREclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aBEFOREclause toALTER TABLE … ADD ….@NotNull CreateTriggerEventOrStepCreateTriggerEventStep.beforeDelete()Add theBEFORE DELETEclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerEventOrStepCreateTriggerEventStep.beforeInsert()Add theBEFORE INSERTclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerEventOfStepCreateTriggerEventStep.beforeUpdate()Add theBEFORE UPDATEclause to theCREATE TRIGGERstatement.@NotNull BlockDSLContext.begin(Collection<? extends Statement> statements) Wrap a collection of statements in an anonymous procedural block.@NotNull BlockWrap a collection of statements in an anonymous procedural block.@NotNull BetweenAndStep<T> Create a condition to check this field against some bounds.@NotNull ConditionCreate a condition to check this field against some bounds.@NotNull BetweenAndStep<T> Create a condition to check this field against some bounds.@NotNull ConditionCreate a condition to check this field against some bounds.@NotNull PeriodSpecificationBetweenAndStep<T> Create a period specification for a given timestamp range overlapping with this period, including the end value.@NotNull PeriodSpecificationCreate a period specification for a given timestamp range overlapping with this period, including the end value.@NotNull PeriodSpecificationBetweenAndStep<T> Create a period specification for a given timestamp range overlapping with this period, including the end value.@NotNull PeriodSpecificationCreate a period specification for a given timestamp range overlapping with this period, including the end value.@NotNull BetweenAndStep1<T1> Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep1<T1> Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.@NotNull BetweenAndStep1<T1> Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep1<T1> Check if this row value expression is within a range of two other row value expressions.Row10.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow10.between(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> minValue, Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow10.between(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> minValue, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> maxValue) Check if this row value expression is within a range of two other row value expressions.Row10.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10) Check if this row value expression is within a range of two other row value expressions.Row11.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow11.between(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> minValue, Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow11.between(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> minValue, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> maxValue) Check if this row value expression is within a range of two other row value expressions.Row11.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11) Check if this row value expression is within a range of two other row value expressions.Row12.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow12.between(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> minValue, Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow12.between(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> minValue, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> maxValue) Check if this row value expression is within a range of two other row value expressions.Row12.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12) Check if this row value expression is within a range of two other row value expressions.Row13.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow13.between(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> minValue, Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow13.between(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> minValue, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> maxValue) Check if this row value expression is within a range of two other row value expressions.Row13.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13) Check if this row value expression is within a range of two other row value expressions.Row14.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow14.between(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> minValue, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow14.between(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> minValue, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> maxValue) Check if this row value expression is within a range of two other row value expressions.Row14.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14) Check if this row value expression is within a range of two other row value expressions.Row15.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow15.between(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> minValue, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow15.between(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> minValue, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> maxValue) Check if this row value expression is within a range of two other row value expressions.Row15.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15) Check if this row value expression is within a range of two other row value expressions.Row16.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow16.between(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> minValue, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow16.between(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> minValue, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> maxValue) Check if this row value expression is within a range of two other row value expressions.Row16.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16) Check if this row value expression is within a range of two other row value expressions.Row17.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow17.between(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> minValue, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow17.between(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> minValue, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> maxValue) Check if this row value expression is within a range of two other row value expressions.Row17.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17) Check if this row value expression is within a range of two other row value expressions.Row18.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow18.between(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> minValue, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow18.between(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> minValue, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> maxValue) Check if this row value expression is within a range of two other row value expressions.Row18.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18) Check if this row value expression is within a range of two other row value expressions.Row19.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18, Field<T19> minValue19) Check if this row value expression is within a range of two other row value expressions.Row19.between(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> minValue) Check if this row value expression is within a range of two records.@NotNull ConditionRow19.between(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> minValue, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow19.between(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> minValue, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> maxValue) Check if this row value expression is within a range of two other row value expressions.Row19.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18, T19 minValue19) Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.@NotNull BetweenAndStep2<T1, T2> Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Check if this row value expression is within a range of two other row value expressions.Row20.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18, Field<T19> minValue19, Field<T20> minValue20) Check if this row value expression is within a range of two other row value expressions.Row20.between(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> minValue) Check if this row value expression is within a range of two records.@NotNull ConditionRow20.between(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> minValue, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> maxValue) Check if this row value expression is within a range of two records.Row20.between(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> minValue) Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow20.between(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> minValue, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> maxValue) Check if this row value expression is within a range of two other row value expressions.Row20.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18, T19 minValue19, T20 minValue20) Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Row21.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18, Field<T19> minValue19, Field<T20> minValue20, Field<T21> minValue21) Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Row21.between(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> minValue) Check if this row value expression is within a range of two records.@NotNull ConditionRow21.between(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> minValue, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> maxValue) Check if this row value expression is within a range of two records.@NotNull BetweenAndStep21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Row21.between(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> minValue) Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow21.between(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> minValue, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> maxValue) Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Row21.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18, T19 minValue19, T20 minValue20, T21 minValue21) Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Row22.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18, Field<T19> minValue19, Field<T20> minValue20, Field<T21> minValue21, Field<T22> minValue22) Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Row22.between(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> minValue) Check if this row value expression is within a range of two records.@NotNull ConditionRow22.between(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> minValue, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> maxValue) Check if this row value expression is within a range of two records.@NotNull BetweenAndStep22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Row22.between(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> minValue) Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionRow22.between(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> minValue, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> maxValue) Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Row22.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18, T19 minValue19, T20 minValue20, T21 minValue21, T22 minValue22) Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.@NotNull BetweenAndStep3<T1, T2, T3> Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.@NotNull BetweenAndStep4<T1, T2, T3, T4> Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Check if this row value expression is within a range of two other row value expressions.Row5.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two other row value expressions.Row6.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two other row value expressions.Row7.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.Row7.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7) Check if this row value expression is within a range of two other row value expressions.Row8.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.Row8.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8) Check if this row value expression is within a range of two other row value expressions.Row9.between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9) Check if this row value expression is within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow9.between(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9> minValue, Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9> maxValue) Check if this row value expression is within a range of two records.Check if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.Row9.between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9) Check if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStepNCheck if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStepNCheck if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStepNCheck if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.@NotNull BetweenAndStepNCheck if this row value expression is within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a range of two other row value expressions.@NotNull BetweenAndStep<R> Deprecated.Check if this subquery is within a range of two subqueries.@NotNull ConditionDeprecated.Check if this subquery is within a range of two subqueries.@NotNull BetweenAndStep<R> Deprecated.Check if this subquery is within a range of two records.@NotNull ConditionDeprecated.Check if this subquery is within a range of two records.@NotNull BetweenAndStep<T> Field.betweenSymmetric(Field<T> minValue) Create a condition to check this field against some bounds.@NotNull ConditionField.betweenSymmetric(Field<T> minValue, Field<T> maxValue) Create a condition to check this field against some bounds.@NotNull BetweenAndStep<T> Field.betweenSymmetric(T minValue) Create a condition to check this field against some bounds.@NotNull ConditionField.betweenSymmetric(T minValue, T maxValue) Create a condition to check this field against some bounds.@NotNull BetweenAndStep1<T1> Row1.betweenSymmetric(Field<T1> minValue1) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep1<T1> Row1.betweenSymmetric(Record1<T1> minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow1.betweenSymmetric(Record1<T1> minValue, Record1<T1> maxValue) Check if this row value expression is within a symmetric range of two records.@NotNull BetweenAndStep1<T1> Row1.betweenSymmetric(Row1<T1> minValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow1.betweenSymmetric(Row1<T1> minValue, Row1<T1> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep1<T1> Row1.betweenSymmetric(T1 minValue1) Check if this row value expression is within a symmetric range of two other row value expressions.Row10.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow10.betweenSymmetric(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> minValue, Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow10.betweenSymmetric(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> minValue, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row10.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10) Check if this row value expression is within a symmetric range of two other row value expressions.Row11.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow11.betweenSymmetric(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> minValue, Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow11.betweenSymmetric(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> minValue, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row11.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11) Check if this row value expression is within a symmetric range of two other row value expressions.Row12.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow12.betweenSymmetric(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> minValue, Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow12.betweenSymmetric(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> minValue, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row12.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12) Check if this row value expression is within a symmetric range of two other row value expressions.Row13.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow13.betweenSymmetric(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> minValue, Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow13.betweenSymmetric(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> minValue, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row13.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13) Check if this row value expression is within a symmetric range of two other row value expressions.Row14.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow14.betweenSymmetric(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> minValue, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow14.betweenSymmetric(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> minValue, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row14.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14) Check if this row value expression is within a symmetric range of two other row value expressions.Row15.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow15.betweenSymmetric(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> minValue, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow15.betweenSymmetric(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> minValue, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row15.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15) Check if this row value expression is within a symmetric range of two other row value expressions.Row16.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow16.betweenSymmetric(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> minValue, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow16.betweenSymmetric(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> minValue, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row16.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16) Check if this row value expression is within a symmetric range of two other row value expressions.Row17.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17) Check if this row value expression is within a symmetric range of two other row value expressions.Row17.betweenSymmetric(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow17.betweenSymmetric(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> minValue, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow17.betweenSymmetric(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> minValue, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row17.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17) Check if this row value expression is within a symmetric range of two other row value expressions.Row18.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18) Check if this row value expression is within a symmetric range of two other row value expressions.Row18.betweenSymmetric(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow18.betweenSymmetric(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> minValue, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> maxValue) Check if this row value expression is within a symmetric range of two records.Row18.betweenSymmetric(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> minValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow18.betweenSymmetric(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> minValue, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row18.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18) Check if this row value expression is within a symmetric range of two other row value expressions.Row19.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18, Field<T19> minValue19) Check if this row value expression is within a symmetric range of two other row value expressions.Row19.betweenSymmetric(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow19.betweenSymmetric(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> minValue, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> maxValue) Check if this row value expression is within a symmetric range of two records.Row19.betweenSymmetric(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> minValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow19.betweenSymmetric(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> minValue, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row19.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18, T19 minValue19) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Row2.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Row2.betweenSymmetric(Record2<T1, T2> minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is within a symmetric range of two records.@NotNull BetweenAndStep2<T1, T2> Row2.betweenSymmetric(Row2<T1, T2> minValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Row2.betweenSymmetric(T1 minValue1, T2 minValue2) Check if this row value expression is within a symmetric range of two other row value expressions.Row20.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18, Field<T19> minValue19, Field<T20> minValue20) Check if this row value expression is within a symmetric range of two other row value expressions.Row20.betweenSymmetric(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow20.betweenSymmetric(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> minValue, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> maxValue) Check if this row value expression is within a symmetric range of two records.Row20.betweenSymmetric(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> minValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow20.betweenSymmetric(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> minValue, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row20.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18, T19 minValue19, T20 minValue20) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Row21.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18, Field<T19> minValue19, Field<T20> minValue20, Field<T21> minValue21) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Row21.betweenSymmetric(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow21.betweenSymmetric(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> minValue, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> maxValue) Check if this row value expression is within a symmetric range of two records.@NotNull BetweenAndStep21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Row21.betweenSymmetric(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> minValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow21.betweenSymmetric(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> minValue, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Row21.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18, T19 minValue19, T20 minValue20, T21 minValue21) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Row22.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10, Field<T11> minValue11, Field<T12> minValue12, Field<T13> minValue13, Field<T14> minValue14, Field<T15> minValue15, Field<T16> minValue16, Field<T17> minValue17, Field<T18> minValue18, Field<T19> minValue19, Field<T20> minValue20, Field<T21> minValue21, Field<T22> minValue22) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Row22.betweenSymmetric(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow22.betweenSymmetric(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> minValue, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> maxValue) Check if this row value expression is within a symmetric range of two records.@NotNull BetweenAndStep22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Row22.betweenSymmetric(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> minValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow22.betweenSymmetric(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> minValue, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Row22.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10, T11 minValue11, T12 minValue12, T13 minValue13, T14 minValue14, T15 minValue15, T16 minValue16, T17 minValue17, T18 minValue18, T19 minValue19, T20 minValue20, T21 minValue21, T22 minValue22) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Row3.betweenSymmetric(Record3<T1, T2, T3> minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is within a symmetric range of two records.@NotNull BetweenAndStep3<T1, T2, T3> Row3.betweenSymmetric(Row3<T1, T2, T3> minValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Row3.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Row4.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Check if this row value expression is within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is within a symmetric range of two records.@NotNull BetweenAndStep4<T1, T2, T3, T4> Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Row4.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4) Check if this row value expression is within a symmetric range of two other row value expressions.Row5.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two other row value expressions.Row6.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a symmetric range of two other row value expressions.Row6.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6) Check if this row value expression is within a symmetric range of two other row value expressions.Row7.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow7.betweenSymmetric(Record7<T1, T2, T3, T4, T5, T6, T7> minValue, Record7<T1, T2, T3, T4, T5, T6, T7> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is within a symmetric range of two other row value expressions.Row7.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7) Check if this row value expression is within a symmetric range of two other row value expressions.Row8.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow8.betweenSymmetric(Record8<T1, T2, T3, T4, T5, T6, T7, T8> minValue, Record8<T1, T2, T3, T4, T5, T6, T7, T8> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow8.betweenSymmetric(Row8<T1, T2, T3, T4, T5, T6, T7, T8> minValue, Row8<T1, T2, T3, T4, T5, T6, T7, T8> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row8.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8) Check if this row value expression is within a symmetric range of two other row value expressions.Row9.betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9) Check if this row value expression is within a symmetric range of two other row value expressions.Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRow9.betweenSymmetric(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9> minValue, Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9> maxValue) Check if this row value expression is within a symmetric range of two records.Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRow9.betweenSymmetric(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> minValue, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.Row9.betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStepNRowN.betweenSymmetric(Object... minValues) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStepNRowN.betweenSymmetric(Field<?>... minValues) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStepNRowN.betweenSymmetric(Record minValue) Check if this row value expression is within a symmetric range of two records.@NotNull ConditionRowN.betweenSymmetric(Record minValue, Record maxValue) Check if this row value expression is within a symmetric range of two records.@NotNull BetweenAndStepNRowN.betweenSymmetric(RowN minValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull ConditionRowN.betweenSymmetric(RowN minValue, RowN maxValue) Check if this row value expression is within a symmetric range of two other row value expressions.@NotNull BetweenAndStepR<R> SelectCorrelatedSubqueryStep.betweenSymmetric(Select<? extends R> minValue) Deprecated.Check if this subquery is within a symmetric range of two subqueries.@NotNull ConditionSelectCorrelatedSubqueryStep.betweenSymmetric(Select<? extends R> minValue, Select<? extends R> maxValue) Deprecated.Check if this subquery is within a symmetric range of two subqueries.@NotNull BetweenAndStepR<R> SelectCorrelatedSubqueryStep.betweenSymmetric(R minValue) Deprecated.Check if this subquery is within a symmetric range of two records.@NotNull ConditionSelectCorrelatedSubqueryStep.betweenSymmetric(R minValue, R maxValue) Deprecated.Check if this subquery is within a symmetric range of two records.@NotNull SelectForXMLCommonDirectivesStep<R> SelectForXMLCommonDirectivesStep.binaryBase64()Add a SQL Server-styleFOR XML …, BINARY BASE64clause.@NotNull ConditionField.binaryLike(byte[] pattern) TheBINARY_LIKEoperator.@NotNull ConditionField.binaryLike(Field<byte[]> pattern) TheBINARY_LIKEoperator.@NotNull ConditionField.binaryLike(QuantifiedSelect<? extends Record1<byte[]>> pattern) TheBINARY_LIKEoperator.@NotNull BatchBindStepSet indexed bind values onto the batch statement.@NotNull BatchBindStepSet several indexed bind values onto the batch statement.@NotNull BatchBindStepSet named bind values onto the batch statement.@NotNull BatchBindStepSet several named bind values onto the batch statement.TheBIT_ANDoperator.TheBIT_ANDoperator.Field.bitLength()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.bitLength(Field)instead.TheBIT_NANDoperator.TheBIT_NANDoperator.TheBIT_NORoperator.TheBIT_NORoperator.Field.bitNot()TheBIT_NOToperator.TheBIT_ORoperator.TheBIT_ORoperator.TheBIT_XNORoperator.TheBIT_XNORoperator.TheBIT_XORoperator.TheBIT_XORoperator.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.bulkAfter(int number) Bulk-insert a given number of statements in a single multi-row bulk statement.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.bulkAll()Bulk-insert all rows in a single multi-row bulk statement.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.bulkNone()Do not bulk-insert rows in multi-row bulk statements.@NotNull LoopStepThe loop increment.@NotNull LoopStepThe loop increment.@NotNull AlterSequenceFlagsStep<T> Add theCACHEclause to theALTER SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T> Add theCACHEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> Add theCACHEclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> Add theCACHEclause to theCREATE SEQUENCEstatement.@NotNull CallArgsStepTheCALLstatement.@NotNull CallArgsStepTheCALLstatement.@NotNull CreateFunctionCharacteristicsStepCreateFunctionCharacteristicsStep.calledOnNullInput()Add theCALLED ON NULL INPUTclause to theCREATE FUNCTIONstatement.@NotNull AlterDomainFinalStepAlterDomainDropConstraintCascadeStep.cascade()Add theCASCADEclause to theALTER DOMAINstatement.@NotNull AlterTableFinalStepAlterTableDropStep.cascade()Add aCASCADEclause to theALTER TABLE … DROPstatement.@NotNull DropDomainFinalStepDropDomainCascadeStep.cascade()Add theCASCADEclause to theDROP DOMAINstatement.@NotNull DropIndexFinalStepDropIndexCascadeStep.cascade()Add theCASCADEclause to theDROP INDEXstatement.@NotNull DropSchemaFinalStepDropSchemaStep.cascade()Add theCASCADEclause to theDROP SCHEMAstatement.@NotNull DropTableFinalStepDropTableStep.cascade()Add theCASCADEclause to theDROP TABLEstatement.@NotNull DropTypeFinalStepDropTypeStep.cascade()Add theCASCADEclause to theDROP TYPEstatement.@NotNull DropViewFinalStepDropViewStep.cascade()Add theCASCADEclause to theDROP VIEWstatement.@NotNull TruncateFinalStep<R> TruncateCascadeStep.cascade()Add theCASCADEclause to theTRUNCATEstatement.<Z> @NotNull Field<Z> Cast this field to another type.<Z> @NotNull Field<Z> Cast this field to a dialect-specific data type.<Z> @NotNull Field<Z> Cast this field to the type of another field.Field.ceil()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.ceil(Field)instead.@NotNull AlterTableChangeStep<Object> Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableChangeStep<T> Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeColumn(String oldName, String newName) Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableChangeStep<T> AlterTableStep.changeColumn(Field<?> oldName, Field<T> newName) Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeColumn(Name oldName, Name newName) Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeColumnIfExists(String oldName, String newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableChangeStep<T> AlterTableStep.changeColumnIfExists(Field<?> oldName, Field<T> newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeColumnIfExists(Name oldName, Name newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeIfExists(String oldName, String newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableChangeStep<T> AlterTableStep.changeIfExists(Field<?> oldName, Field<T> newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeIfExists(Name oldName, Name newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.DataType.characterSet(CharacterSet characterSet) Return a new data type like this, with a new character set.Field.charLength()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.charLength(Field)instead.@NotNull ConstraintEnforcementStepCreate aCHECKconstraint.@NotNull CreateTableElementListStepAdd theCHECKclause to theCREATE TABLEstatement.<O extends TableRecord<O>>
@NotNull Table<O> UpdatableRecord.children(ForeignKey<O, R> key) Get a table expression representing the children of this record, given a foreign key.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.coalesce(Field, Field...)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.coalesce(Object, Object...)instead.<Z> @NotNull Field<Z> Coerce this field to another type.<Z> @NotNull Field<Z> Coerce this field to a dialect-specific data type.<Z> @NotNull Field<Z> Coerce this field to the type of another field.Apply a collation operator to this column expression.Apply a collation operator to this column expression.Apply a collation operator to this column expression.Return a new data type like this, with a new collation.@NotNull CreateTableElementListStepAdd theCOLUMNclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theCOLUMNclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theCOLUMNclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theCOLUMNclause to theCREATE TABLEstatement.@NotNull JSONTableColumnForOrdinalityStepAdd a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepAdd a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepAdd a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepAdd a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnForOrdinalityStepAdd a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepAdd a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull XMLTableColumnForOrdinalityStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnForOrdinalityStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull CreateTableElementListStepAdd theCOLUMNSclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepCreateTableElementListStep.columns(Collection<? extends Field<?>> columns) Add theCOLUMNSclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theCOLUMNSclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theCOLUMNSclause to theCREATE TABLEstatement.@NotNull InsertValuesStepN<R> InsertSetStep.columns(Collection<? extends Field<?>> fields) Set the columns for insert.@NotNull InsertValuesStepN<R> Set the columns for insert.<T1> @NotNull InsertValuesStep1<R, T1> Set the columns for insert.<T1,T2> @NotNull InsertValuesStep2 <R, T1, T2> Set the columns for insert.<T1,T2, T3>
@NotNull InsertValuesStep3<R, T1, T2, T3> Set the columns for insert.<T1,T2, T3, T4>
@NotNull InsertValuesStep4<R, T1, T2, T3, T4> Set the columns for insert.<T1,T2, T3, T4, T5>
@NotNull InsertValuesStep5<R, T1, T2, T3, T4, T5> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Set the columns for insert.<T1,T2, T3, T4, T5, T6>
@NotNull InsertValuesStep6<R, T1, T2, T3, T4, T5, T6> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7>
@NotNull InsertValuesStep7<R, T1, T2, T3, T4, T5, T6, T7> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull InsertValuesStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull InsertValuesStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull InsertValuesStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull InsertValuesStep11<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull InsertValuesStep12<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull InsertValuesStep13<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull InsertValuesStep14<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull InsertValuesStep15<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull InsertValuesStep16<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull InsertValuesStep17<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull InsertValuesStep18<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull InsertValuesStep19<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21) Set the columns for insert.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull InsertValuesStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> InsertSetStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21, Field<T22> field22) Set the columns for insert.@NotNull MergeKeyStepN<R> MergeColumnsStep.columns(Collection<? extends Field<?>> fields) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeKeyStepN<R> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1> @NotNull MergeKeyStep1<R, T1> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2> @NotNull MergeKeyStep2 <R, T1, T2> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3>
@NotNull MergeKeyStep3<R, T1, T2, T3> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4>
@NotNull MergeKeyStep4<R, T1, T2, T3, T4> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5>
@NotNull MergeKeyStep5<R, T1, T2, T3, T4, T5> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6>
@NotNull MergeKeyStep6<R, T1, T2, T3, T4, T5, T6> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7>
@NotNull MergeKeyStep7<R, T1, T2, T3, T4, T5, T6, T7> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull MergeKeyStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull MergeKeyStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull MergeKeyStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull MergeKeyStep11<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull MergeKeyStep12<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull MergeKeyStep13<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull MergeKeyStep14<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull MergeKeyStep15<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull MergeKeyStep16<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull MergeKeyStep17<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull MergeKeyStep18<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull MergeKeyStep19<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull MergeKeyStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull MergeKeyStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull MergeKeyStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> MergeColumnsStep.columns(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21, Field<T22> field22) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull AlterTableFinalStepSpecify a comment for a table using MySQL's syntax.@NotNull AlterTableFinalStepSpecify a comment for a table using MySQL's syntax.@NotNull AlterViewFinalStepAdd theCOMMENTclause to theALTER VIEWstatement.@NotNull AlterViewFinalStepAdd theCOMMENTclause to theALTER VIEWstatement.@NotNull CreateFunctionCharacteristicsStepAdd theCOMMENTclause to theCREATE FUNCTIONstatement.@NotNull CreateFunctionCharacteristicsStepAdd theCOMMENTclause to theCREATE FUNCTIONstatement.@NotNull CreateProcedureCharacteristicsStepAdd theCOMMENTclause to theCREATE PROCEDUREstatement.@NotNull CreateProcedureCharacteristicsStepAdd theCOMMENTclause to theCREATE PROCEDUREstatement.@NotNull CreateTableStorageStepAdd theCOMMENTclause to theCREATE TABLEstatement.@NotNull CreateTableStorageStepAdd theCOMMENTclause to theCREATE TABLEstatement.Attach aCommentto this field, for use in DDL statements, such asDSLContext.createTable(Table).Attach aCommentto this field, for use in DDL statements, such asDSLContext.createTable(Table).@NotNull CommentOnIsStepDSLContext.commentOnColumn(String field) TheCOMMENT ON COLUMNstatement.@NotNull CommentOnIsStepDSLContext.commentOnColumn(Field<?> field) TheCOMMENT ON COLUMNstatement.@NotNull CommentOnIsStepDSLContext.commentOnColumn(Name field) TheCOMMENT ON COLUMNstatement.@NotNull CommentOnRoutineParametersStepDSLContext.commentOnFunction(String function) TheCOMMENT ON FUNCTIONstatement.@NotNull CommentOnRoutineParametersStepDSLContext.commentOnFunction(Name function) TheCOMMENT ON FUNCTIONstatement.@NotNull CommentOnIsStepDSLContext.commentOnMaterializedView(String view) TheCOMMENT ON MATERIALIZED VIEWstatement.@NotNull CommentOnIsStepDSLContext.commentOnMaterializedView(Name view) TheCOMMENT ON MATERIALIZED VIEWstatement.@NotNull CommentOnIsStepDSLContext.commentOnMaterializedView(Table<?> view) TheCOMMENT ON MATERIALIZED VIEWstatement.@NotNull CommentOnRoutineParametersStepDSLContext.commentOnProcedure(String procedure) TheCOMMENT ON PROCEDUREstatement.@NotNull CommentOnRoutineParametersStepDSLContext.commentOnProcedure(Name procedure) TheCOMMENT ON PROCEDUREstatement.@NotNull CommentOnIsStepDSLContext.commentOnTable(String table) TheCOMMENT ON TABLEstatement.@NotNull CommentOnIsStepDSLContext.commentOnTable(Name table) TheCOMMENT ON TABLEstatement.@NotNull CommentOnIsStepDSLContext.commentOnTable(Table<?> table) TheCOMMENT ON TABLEstatement.@NotNull CommentOnIsStepDSLContext.commentOnView(String view) TheCOMMENT ON VIEWstatement.@NotNull CommentOnIsStepDSLContext.commentOnView(Name view) TheCOMMENT ON VIEWstatement.@NotNull CommentOnIsStepDSLContext.commentOnView(Table<?> view) TheCOMMENT ON VIEWstatement.@NotNull RowCountQueryDSLContext.commit()TheCOMMITstatement.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.commitAfter(int number) Commit after a certain number of batches.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.commitAll()Commit only after inserting all batches.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.commitEach()Commit each batch.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.commitNone()Leave committing / rolling back up to client code.@NotNull ConditionField.compare(Comparator comparator, Field<T> field) Compare this field with another field using a dynamic comparator.@NotNull ConditionField.compare(Comparator comparator, QuantifiedSelect<? extends Record1<T>> query) Compare this field with a quantified subselect using a dynamic comparator.@NotNull ConditionField.compare(Comparator comparator, Select<? extends Record1<T>> query) Compare this field with a subselect using a dynamic comparator.@NotNull ConditionField.compare(Comparator comparator, T value) Compare this field with a value using a dynamic comparator.@NotNull ConditionRow1.compare(Comparator comparator, Field<T1> t1) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow1.compare(Comparator comparator, QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow1.compare(Comparator comparator, Record1<T1> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow1.compare(Comparator comparator, Row1<T1> row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow1.compare(Comparator comparator, Select<? extends Record1<T1>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow1.compare(Comparator comparator, T1 t1) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow10.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow10.compare(Comparator comparator, QuantifiedSelect<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow10.compare(Comparator comparator, Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow10.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow11.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow11.compare(Comparator comparator, QuantifiedSelect<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow11.compare(Comparator comparator, Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow11.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow12.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow12.compare(Comparator comparator, QuantifiedSelect<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow12.compare(Comparator comparator, Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow12.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow13.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow13.compare(Comparator comparator, QuantifiedSelect<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow13.compare(Comparator comparator, Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow13.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow14.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow14.compare(Comparator comparator, QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow14.compare(Comparator comparator, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow14.compare(Comparator comparator, Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow14.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow15.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow15.compare(Comparator comparator, QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow15.compare(Comparator comparator, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow15.compare(Comparator comparator, Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow15.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow16.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow16.compare(Comparator comparator, QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow16.compare(Comparator comparator, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow16.compare(Comparator comparator, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow16.compare(Comparator comparator, Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow16.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow17.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow17.compare(Comparator comparator, QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow17.compare(Comparator comparator, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow17.compare(Comparator comparator, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow17.compare(Comparator comparator, Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow17.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow18.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow18.compare(Comparator comparator, QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow18.compare(Comparator comparator, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow18.compare(Comparator comparator, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow18.compare(Comparator comparator, Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow18.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow19.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow19.compare(Comparator comparator, QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow19.compare(Comparator comparator, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow19.compare(Comparator comparator, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow19.compare(Comparator comparator, Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow19.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow2.compare(Comparator comparator, QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow2.compare(Comparator comparator, Record2<T1, T2> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow2.compare(Comparator comparator, Row2<T1, T2> row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow2.compare(Comparator comparator, T1 t1, T2 t2) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow20.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow20.compare(Comparator comparator, QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow20.compare(Comparator comparator, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow20.compare(Comparator comparator, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow20.compare(Comparator comparator, Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow20.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow21.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow21.compare(Comparator comparator, QuantifiedSelect<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow21.compare(Comparator comparator, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow21.compare(Comparator comparator, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow21.compare(Comparator comparator, Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow21.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow22.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow22.compare(Comparator comparator, QuantifiedSelect<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow22.compare(Comparator comparator, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow22.compare(Comparator comparator, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow22.compare(Comparator comparator, 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>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow22.compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow3.compare(Comparator comparator, QuantifiedSelect<? extends Record3<T1, T2, T3>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow3.compare(Comparator comparator, T1 t1, T2 t2, T3 t3) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow4.compare(Comparator comparator, QuantifiedSelect<? extends Record4<T1, T2, T3, T4>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow5.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow5.compare(Comparator comparator, QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow6.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow6.compare(Comparator comparator, QuantifiedSelect<? extends Record6<T1, T2, T3, T4, T5, T6>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow7.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow7.compare(Comparator comparator, QuantifiedSelect<? extends Record7<T1, T2, T3, T4, T5, T6, T7>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow8.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow8.compare(Comparator comparator, QuantifiedSelect<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow9.compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRow9.compare(Comparator comparator, QuantifiedSelect<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRowN.compare(Comparator comparator, Object... values) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRowN.compare(Comparator comparator, Field<?>... values) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRowN.compare(Comparator comparator, QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRowN.compare(Comparator comparator, Record record) Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRowN.compare(Comparator comparator, RowN row) Compare this row value expression with another row value expression using a dynamic comparator.@NotNull ConditionRowN.compare(Comparator comparator, Select<? extends Record> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionSelectCorrelatedSubqueryStep.compare(Comparator comparator, QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery using a dynamic comparator.@NotNull ConditionSelectCorrelatedSubqueryStep.compare(Comparator comparator, Select<? extends R> select) Deprecated.Compare this subquery with a subquery using a dynamic comparator.@NotNull ConditionSelectCorrelatedSubqueryStep.compare(Comparator comparator, R record) Deprecated.Compare this subquery with a record using a dynamic comparator.Field.concat(char... values) This method is part of the pre-2.0 API.This method is part of the pre-2.0 API.This method is part of the pre-2.0 API.@NotNull SelectConnectByAfterStartWithConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query@NotNull SelectConnectByConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query.@NotNull SelectConnectByConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query.@NotNull SelectConnectByConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query.@NotNull SelectConnectByConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query.@NotNull SelectConnectByConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query.@NotNull SelectConnectByConditionStep<R> Add an Oracle-specificCONNECT BYclause to the query.@NotNull SelectConnectByAfterStartWithConditionStep<R> SelectConnectByAfterStartWithStep.connectByNoCycle(String sql) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> SelectConnectByAfterStartWithStep.connectByNoCycle(String sql, Object... bindings) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> SelectConnectByAfterStartWithStep.connectByNoCycle(String sql, QueryPart... parts) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> SelectConnectByAfterStartWithStep.connectByNoCycle(Condition condition) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> SelectConnectByAfterStartWithStep.connectByNoCycle(Field<Boolean> condition) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByAfterStartWithConditionStep<R> SelectConnectByAfterStartWithStep.connectByNoCycle(SQL sql) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByConditionStep<R> SelectConnectByStep.connectByNoCycle(String sql) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByConditionStep<R> SelectConnectByStep.connectByNoCycle(String sql, Object... bindings) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByConditionStep<R> SelectConnectByStep.connectByNoCycle(String sql, QueryPart... parts) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByConditionStep<R> SelectConnectByStep.connectByNoCycle(Condition condition) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByConditionStep<R> SelectConnectByStep.connectByNoCycle(Field<Boolean> condition) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull SelectConnectByConditionStep<R> SelectConnectByStep.connectByNoCycle(SQL sql) Add an Oracle-specificCONNECT BY NOCYCLEclause to the query@NotNull CreateTableElementListStepCreateTableElementListStep.constraint(Constraint constraint) Add theCONSTRAINTclause to theCREATE TABLEstatement.@NotNull CreateDomainConstraintStepCreateDomainConstraintStep.constraints(Collection<? extends Constraint> constraints) Add theCONSTRAINTSclause to theCREATE DOMAINstatement.@NotNull CreateDomainConstraintStepCreateDomainConstraintStep.constraints(Constraint... constraints) Add theCONSTRAINTSclause to theCREATE DOMAINstatement.@NotNull CreateTableElementListStepCreateTableElementListStep.constraints(Collection<? extends Constraint> constraints) Add theCONSTRAINTSclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepCreateTableElementListStep.constraints(Constraint... constraints) Add theCONSTRAINTSclause to theCREATE TABLEstatement.Create a constructor call for UDTs.@NotNull PeriodSpecificationPeriod.containedIn(Field<T> start, Field<T> end) Create a period specification for a given timestamp range containing this period.@NotNull PeriodSpecificationPeriod.containedIn(T start, T end) Create a period specification for a given timestamp range containing this period.@NotNull ConditionTheCONTAINSoperator.@NotNull ConditionTheCONTAINSoperator.@NotNull ConditionField.containsIgnoreCase(Field<T> content) TheCONTAINS_IGNORE_CASEoperator.@NotNull ConditionField.containsIgnoreCase(T content) TheCONTAINS_IGNORE_CASEoperator.@NotNull CreateFunctionCharacteristicsStepCreateFunctionCharacteristicsStep.containsSQL()Add theCONTAINS SQLclause to theCREATE FUNCTIONstatement.@NotNull CreateProcedureCharacteristicsStepCreateProcedureCharacteristicsStep.containsSQL()Add theCONTAINS SQLclause to theCREATE PROCEDUREstatement.@NotNull TruncateCascadeStep<R> TruncateIdentityStep.continueIdentity()Add theCONTINUE IDENTITYclause to theTRUNCATEstatement.@NotNull Field<BigDecimal> Field.cos()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.cos(Field)instead.@NotNull Field<BigDecimal> Field.cosh()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.cosh(Field)instead.@NotNull Field<BigDecimal> Field.cot()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.cot(Field)instead.@NotNull Field<BigDecimal> Field.coth()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.coth(Field)instead.longDAO.count()Count all records of the underlying table.Field.count()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.count(Field)instead.Field.countDistinct()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.countDistinct(Field)instead.@NotNull WindowPartitionByStep<Integer> Field.countOver()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.count(Field)instead.@NotNull CreateDatabaseFinalStepDSLContext.createDatabase(String database) TheCREATE DATABASEstatement.@NotNull CreateDatabaseFinalStepDSLContext.createDatabase(Catalog database) TheCREATE DATABASEstatement.@NotNull CreateDatabaseFinalStepDSLContext.createDatabase(Name database) TheCREATE DATABASEstatement.@NotNull CreateDatabaseFinalStepDSLContext.createDatabaseIfNotExists(String database) TheCREATE DATABASE IF NOT EXISTSstatement.@NotNull CreateDatabaseFinalStepDSLContext.createDatabaseIfNotExists(Catalog database) TheCREATE DATABASE IF NOT EXISTSstatement.@NotNull CreateDatabaseFinalStepDSLContext.createDatabaseIfNotExists(Name database) TheCREATE DATABASE IF NOT EXISTSstatement.@NotNull CreateDomainAsStepDSLContext.createDomain(String domain) TheCREATE DOMAINstatement.@NotNull CreateDomainAsStepDSLContext.createDomain(Domain<?> domain) TheCREATE DOMAINstatement.@NotNull CreateDomainAsStepDSLContext.createDomain(Name domain) TheCREATE DOMAINstatement.@NotNull CreateDomainAsStepDSLContext.createDomainIfNotExists(String domain) TheCREATE DOMAIN IF NOT EXISTSstatement.@NotNull CreateDomainAsStepDSLContext.createDomainIfNotExists(Domain<?> domain) TheCREATE DOMAIN IF NOT EXISTSstatement.@NotNull CreateDomainAsStepDSLContext.createDomainIfNotExists(Name domain) TheCREATE DOMAIN IF NOT EXISTSstatement.@NotNull CreateFunctionParametersStepDSLContext.createFunction(String function) TheCREATE FUNCTIONstatement.@NotNull CreateFunctionParametersStepDSLContext.createFunction(Name function) TheCREATE FUNCTIONstatement.@NotNull CreateTableElementListStepDSLContext.createGlobalTemporaryTable(String table) TheCREATE GLOBAL TEMPORARY TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createGlobalTemporaryTable(Name table) TheCREATE GLOBAL TEMPORARY TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createGlobalTemporaryTable(Table<?> table) TheCREATE GLOBAL TEMPORARY TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createGlobalTemporaryTableIfNotExists(String table) TheCREATE GLOBAL TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createGlobalTemporaryTableIfNotExists(Name table) TheCREATE GLOBAL TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createGlobalTemporaryTableIfNotExists(Table<?> table) TheCREATE GLOBAL TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateIndexStepDSLContext.createIndex()TheCREATE INDEXstatement.@NotNull CreateIndexStepDSLContext.createIndex(String index) TheCREATE INDEXstatement.@NotNull CreateIndexStepDSLContext.createIndex(Index index) TheCREATE INDEXstatement.@NotNull CreateIndexStepDSLContext.createIndex(Name index) TheCREATE INDEXstatement.@NotNull CreateIndexStepDSLContext.createIndexIfNotExists()TheCREATE INDEX IF NOT EXISTSstatement.@NotNull CreateIndexStepDSLContext.createIndexIfNotExists(String index) TheCREATE INDEX IF NOT EXISTSstatement.@NotNull CreateIndexStepDSLContext.createIndexIfNotExists(Index index) TheCREATE INDEX IF NOT EXISTSstatement.@NotNull CreateIndexStepDSLContext.createIndexIfNotExists(Name index) TheCREATE INDEX IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createLocalTemporaryTable(String table) TheCREATE LOCAL TEMPORARY TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createLocalTemporaryTable(Name table) TheCREATE LOCAL TEMPORARY TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createLocalTemporaryTable(Table<?> table) TheCREATE LOCAL TEMPORARY TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createLocalTemporaryTableIfNotExists(String table) TheCREATE LOCAL TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createLocalTemporaryTableIfNotExists(Name table) TheCREATE LOCAL TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createLocalTemporaryTableIfNotExists(Table<?> table) TheCREATE LOCAL TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedView(String view, String... fields) TheCREATE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedView(String view, Collection<? extends String> fields) TheCREATE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedView(Name view, Collection<? extends Name> fields) TheCREATE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedView(Name view, Name... fields) TheCREATE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedView(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedView(Table<?> view, Field<?>... fields) TheCREATE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedViewIfNotExists(String view, String... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedViewIfNotExists(String view, Collection<? extends String> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedViewIfNotExists(Name view, Collection<? extends Name> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedViewIfNotExists(Name view, Name... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedViewIfNotExists(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createMaterializedViewIfNotExists(Table<?> view, Field<?>... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.@NotNull CreateFunctionParametersStepDSLContext.createOrReplaceFunction(String function) TheCREATE OR REPLACE FUNCTIONstatement.@NotNull CreateFunctionParametersStepDSLContext.createOrReplaceFunction(Name function) TheCREATE OR REPLACE FUNCTIONstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceMaterializedView(String view, String... fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceMaterializedView(String view, Collection<? extends String> fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceMaterializedView(Name view, Collection<? extends Name> fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceMaterializedView(Name view, Name... fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceMaterializedView(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceMaterializedView(Table<?> view, Field<?>... fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.@NotNull CreateProcedureParametersStepDSLContext.createOrReplaceProcedure(String procedure) TheCREATE OR REPLACE PROCEDUREstatement.@NotNull CreateProcedureParametersStepDSLContext.createOrReplaceProcedure(Name procedure) TheCREATE OR REPLACE PROCEDUREstatement.@NotNull CreateSynonymForStepDSLContext.createOrReplacePublicSynonym(String synonym) TheCREATE OR REPLACE PUBLIC SYNONYMstatement.@NotNull CreateSynonymForStepDSLContext.createOrReplacePublicSynonym(Name synonym) TheCREATE OR REPLACE PUBLIC SYNONYMstatement.@NotNull CreateSynonymForStepDSLContext.createOrReplacePublicSynonym(Synonym synonym) TheCREATE OR REPLACE PUBLIC SYNONYMstatement.@NotNull CreateSynonymForStepDSLContext.createOrReplaceSynonym(String synonym) TheCREATE OR REPLACE SYNONYMstatement.@NotNull CreateSynonymForStepDSLContext.createOrReplaceSynonym(Name synonym) TheCREATE OR REPLACE SYNONYMstatement.@NotNull CreateSynonymForStepDSLContext.createOrReplaceSynonym(Synonym synonym) TheCREATE OR REPLACE SYNONYMstatement.@NotNull CreateTriggerEventStepDSLContext.createOrReplaceTrigger(String trigger) TheCREATE OR REPLACE TRIGGERstatement.@NotNull CreateTriggerEventStepDSLContext.createOrReplaceTrigger(Name trigger) TheCREATE OR REPLACE TRIGGERstatement.@NotNull CreateTriggerEventStepDSLContext.createOrReplaceTrigger(Trigger trigger) TheCREATE OR REPLACE TRIGGERstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(String view, String... fields) TheCREATE OR REPLACE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(String view, Collection<? extends String> fields) TheCREATE OR REPLACE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(String view, BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(Name view, Collection<? extends Name> fields) TheCREATE OR REPLACE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(Name view, BiFunction<? super Field<?>, ? super Integer, ? extends Name> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(Name view, Name... fields) TheCREATE OR REPLACE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE OR REPLACE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(Table<?> view, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createOrReplaceView(Table<?> view, Field<?>... fields) TheCREATE OR REPLACE VIEWstatement.@NotNull CreateProcedureParametersStepDSLContext.createProcedure(String procedure) TheCREATE PROCEDUREstatement.@NotNull CreateProcedureParametersStepDSLContext.createProcedure(Name procedure) TheCREATE PROCEDUREstatement.@NotNull CreateSynonymForStepDSLContext.createPublicSynonym(String synonym) TheCREATE PUBLIC SYNONYMstatement.@NotNull CreateSynonymForStepDSLContext.createPublicSynonym(Name synonym) TheCREATE PUBLIC SYNONYMstatement.@NotNull CreateSynonymForStepDSLContext.createPublicSynonym(Synonym synonym) TheCREATE PUBLIC SYNONYMstatement.@NotNull CreateSchemaFinalStepDSLContext.createSchema(String schema) TheCREATE SCHEMAstatement.@NotNull CreateSchemaFinalStepDSLContext.createSchema(Name schema) TheCREATE SCHEMAstatement.@NotNull CreateSchemaFinalStepDSLContext.createSchema(Schema schema) TheCREATE SCHEMAstatement.@NotNull CreateSchemaFinalStepDSLContext.createSchemaIfNotExists(String schema) TheCREATE SCHEMA IF NOT EXISTSstatement.@NotNull CreateSchemaFinalStepDSLContext.createSchemaIfNotExists(Name schema) TheCREATE SCHEMA IF NOT EXISTSstatement.@NotNull CreateSchemaFinalStepDSLContext.createSchemaIfNotExists(Schema schema) TheCREATE SCHEMA IF NOT EXISTSstatement.@NotNull CreateSequenceAsStep<Number> DSLContext.createSequence(String sequence) TheCREATE SEQUENCEstatement.@NotNull CreateSequenceAsStep<Number> DSLContext.createSequence(Name sequence) TheCREATE SEQUENCEstatement.@NotNull CreateSequenceAsStep<Number> DSLContext.createSequence(Sequence<?> sequence) TheCREATE SEQUENCEstatement.@NotNull CreateSequenceAsStep<Number> DSLContext.createSequenceIfNotExists(String sequence) TheCREATE SEQUENCE IF NOT EXISTSstatement.@NotNull CreateSequenceAsStep<Number> DSLContext.createSequenceIfNotExists(Name sequence) TheCREATE SEQUENCE IF NOT EXISTSstatement.@NotNull CreateSequenceAsStep<Number> DSLContext.createSequenceIfNotExists(Sequence<?> sequence) TheCREATE SEQUENCE IF NOT EXISTSstatement.@NotNull CreateSynonymForStepDSLContext.createSynonym(String synonym) TheCREATE SYNONYMstatement.@NotNull CreateSynonymForStepDSLContext.createSynonym(Name synonym) TheCREATE SYNONYMstatement.@NotNull CreateSynonymForStepDSLContext.createSynonym(Synonym synonym) TheCREATE SYNONYMstatement.@NotNull CreateTableElementListStepDSLContext.createTable(String table) TheCREATE TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createTable(Name table) TheCREATE TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createTable(Table<?> table) TheCREATE TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createTableIfNotExists(String table) TheCREATE TABLE IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createTableIfNotExists(Name table) TheCREATE TABLE IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createTableIfNotExists(Table<?> table) TheCREATE TABLE IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createTemporaryTable(String table) TheCREATE TEMPORARY TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createTemporaryTable(Name table) TheCREATE TEMPORARY TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createTemporaryTable(Table<?> table) TheCREATE TEMPORARY TABLEstatement.@NotNull CreateTableElementListStepDSLContext.createTemporaryTableIfNotExists(String table) TheCREATE TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createTemporaryTableIfNotExists(Name table) TheCREATE TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTableElementListStepDSLContext.createTemporaryTableIfNotExists(Table<?> table) TheCREATE TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTriggerEventStepDSLContext.createTrigger(String trigger) TheCREATE TRIGGERstatement.@NotNull CreateTriggerEventStepDSLContext.createTrigger(Name trigger) TheCREATE TRIGGERstatement.@NotNull CreateTriggerEventStepDSLContext.createTrigger(Trigger trigger) TheCREATE TRIGGERstatement.@NotNull CreateTypeStepDSLContext.createType(String type) TheCREATE TYPEstatement.@NotNull CreateTypeStepDSLContext.createType(Name type) TheCREATE TYPEstatement.@NotNull CreateTypeStepDSLContext.createType(Type<?> type) TheCREATE TYPEstatement.@NotNull CreateTypeStepDSLContext.createTypeIfNotExists(String type) TheCREATE TYPE IF NOT EXISTSstatement.@NotNull CreateTypeStepDSLContext.createTypeIfNotExists(Name type) TheCREATE TYPE IF NOT EXISTSstatement.@NotNull CreateTypeStepDSLContext.createTypeIfNotExists(Type<?> type) TheCREATE TYPE IF NOT EXISTSstatement.@NotNull CreateIndexStepDSLContext.createUniqueIndex()TheCREATE UNIQUE INDEXstatement.@NotNull CreateIndexStepDSLContext.createUniqueIndex(String index) TheCREATE UNIQUE INDEXstatement.@NotNull CreateIndexStepDSLContext.createUniqueIndex(Index index) TheCREATE UNIQUE INDEXstatement.@NotNull CreateIndexStepDSLContext.createUniqueIndex(Name index) TheCREATE UNIQUE INDEXstatement.@NotNull CreateIndexStepDSLContext.createUniqueIndexIfNotExists()TheCREATE UNIQUE INDEX IF NOT EXISTSstatement.@NotNull CreateIndexStepDSLContext.createUniqueIndexIfNotExists(String index) TheCREATE UNIQUE INDEX IF NOT EXISTSstatement.@NotNull CreateIndexStepDSLContext.createUniqueIndexIfNotExists(Index index) TheCREATE UNIQUE INDEX IF NOT EXISTSstatement.@NotNull CreateIndexStepDSLContext.createUniqueIndexIfNotExists(Name index) TheCREATE UNIQUE INDEX IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createView(String view, String... fields) TheCREATE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createView(String view, Collection<? extends String> fields) TheCREATE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createView(String view, BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createView(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createView(Name view, Collection<? extends Name> fields) TheCREATE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createView(Name view, BiFunction<? super Field<?>, ? super Integer, ? extends Name> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createView(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createView(Name view, Name... fields) TheCREATE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createView(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createView(Table<?> view, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createView(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createView(Table<?> view, Field<?>... fields) TheCREATE VIEWstatement.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(String view, String... fields) TheCREATE VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(String view, Collection<? extends String> fields) TheCREATE VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(String view, BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(Name view, Collection<? extends Name> fields) TheCREATE VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(Name view, BiFunction<? super Field<?>, ? super Integer, ? extends Name> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(Name view, Name... fields) TheCREATE VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE VIEW IF NOT EXISTSstatement.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(Table<?> view, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) 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.@NotNull CreateViewAsStep<Record> DSLContext.createViewIfNotExists(Table<?> view, Field<?>... fields) TheCREATE VIEW IF NOT EXISTSstatement.@NotNull SelectJoinStep<R> SelectJoinStep.crossApply(String sql) CROSS APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.crossApply(String sql, Object... bindings) CROSS APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.crossApply(String sql, QueryPart... parts) CROSS APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.crossApply(Name name) CROSS APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.crossApply(SQL sql) CROSS APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.crossApply(TableLike<?> table) CROSS APPLYa table to this table.Table.crossApply(String sql) CROSS APPLYa table to this table.Table.crossApply(String sql, Object... bindings) CROSS APPLYa table to this table.Table.crossApply(String sql, QueryPart... parts) CROSS APPLYa table to this table.Table.crossApply(Name name) CROSS APPLYa table to this table.Table.crossApply(SQL sql) CROSS APPLYa table to this table.Table.crossApply(TableLike<?> table) CROSS APPLYa table to this table.@NotNull SelectJoinStep<R> Convenience method toCROSS JOINa table to the last table added to theFROMclause usingTable.crossJoin(String)@NotNull SelectJoinStep<R> Convenience method toCROSS JOINa table to the last table added to theFROMclause usingTable.crossJoin(String, Object...)@NotNull SelectJoinStep<R> Convenience method toCROSS JOINa table to the last table added to theFROMclause usingTable.crossJoin(String, QueryPart...)@NotNull SelectJoinStep<R> Convenience method toCROSS JOINa table to the last table added to theFROMclause usingTable.crossJoin(Name)@NotNull SelectJoinStep<R> Convenience method toCROSS JOINa table to the last table added to theFROMclause usingTable.crossJoin(String)@NotNull SelectJoinStep<R> Convenience method toCROSS JOINa table to the last table added to theFROMclause usingTable.crossJoin(TableLike)CROSS JOINa table to this table.CROSS JOINa table to this table.CROSS JOINa table to this table.CROSS JOINa table to this table.CROSS JOINa table to this table.CROSS JOINa table to this table.@NotNull BigIntegerConvenience method to fetch the CURRVAL for a sequence directly from thisDSLContext's underlying JDBCConnection.@NotNull BigIntegerConvenience method to fetch the CURRVAL for a sequence directly from thisDSLContext's underlying JDBCConnection.<T extends Number>
TConvenience method to fetch the CURRVAL for a sequence directly from thisDSLContext's underlying JDBCConnection.Sequence.currval()An expression to get the current value of this sequence.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.cycle()Add theCYCLEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> CreateSequenceFlagsStep.cycle()Add theCYCLEclause to theCREATE SEQUENCEstatement.<Z> @NotNull Field<Z> Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.decode(Field, Field, Field)instead.<Z> @NotNull Field<Z> Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.decode(Field, Field, Field, Field...)instead.<Z> @NotNull Field<Z> Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.decode(Object, Object, Object)instead.<Z> @NotNull Field<Z> Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.decode(Object, Object, Object, Object...)instead.@NotNull AlterTableFinalStepSpecify a new columnDEFAULT.@NotNull AlterTableFinalStepSpecify a new columnDEFAULT.@NotNull CreateDomainConstraintStepAdd theDEFAULT_clause to theCREATE DOMAINstatement.@NotNull CreateDomainConstraintStepAdd theDEFAULT_clause to theCREATE DOMAINstatement.Specify an expression to be applied as theDEFAULTvalue for this data type.Specify an expression to be applied as theDEFAULTvalue for this data type.@NotNull JSONValueDefaultStep<J> Add anNULL ON EMPTYclause.@NotNull AlterTableFinalStepAlterTableAlterStep.defaultValue(Field<T> expression) Specify a new columnDEFAULT.@NotNull AlterTableFinalStepAlterTableAlterStep.defaultValue(T literal) Specify a new columnDEFAULT.DataType.defaultValue(Field<T> defaultValue) Specify an expression to be applied as theDEFAULTvalue for this data type.DataType.defaultValue(T defaultValue) Specify an expression to be applied as theDEFAULTvalue for this data type.@NotNull InsertOnDuplicateStep<R> InsertSetStep.defaultValues()Add an empty record with default values.@NotNull Field<BigDecimal> Field.deg()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.deg(Field)instead.voidDAO.delete(Collection<P> objects) Performs aDELETEstatement for a given set of POJOs.voidPerforms aDELETEstatement for a POJOvoidPerforms aDELETEstatement for a given set of POJOs.<R extends Record>
@NotNull DeleteUsingStep<R> Create a new DSL delete statement.intUpdatableRecord.delete()Deletes this record from the database, based on the value of the primary key or main unique key.<R extends Record>
@NotNull DeleteUsingStep<R> Create a new DSL delete statement.voidDAO.deleteById(Collection<T> ids) Performs aDELETEstatement for a given set of IDs.voidDAO.deleteById(T id) Performs aDELETEstatement for a given set of IDs.voidDAO.deleteById(T... ids) Performs aDELETEstatement for a given set of IDs.<R extends Record>
@NotNull DeleteUsingStep<R> DSLContext.deleteFrom(Table<R> table) Create a new DSL delete statement.<R extends Record>
@NotNull DeleteQuery<R> DSLContext.deleteQuery(Table<R> table) Create a newDeleteQuery@NotNull MergeMatchedStep<R> MergeMatchedDeleteStep.deleteWhere(Condition condition) Add an additionalDELETE WHEREclause to the precedingWHEN MATCHED THEN UPDATEclause.@NotNull MergeMatchedStep<R> MergeMatchedDeleteStep.deleteWhere(Field<Boolean> condition) Add an additionalDELETE WHEREclause to the precedingWHEN MATCHED THEN UPDATEclause.Field.desc()Create a descending sort field from this field.@NotNull CreateFunctionCharacteristicsStepCreateFunctionCharacteristicsStep.deterministic()Add theDETERMINISTICclause to theCREATE FUNCTIONstatement.@NotNull SelectIntoStep<R> SelectDistinctOnStep.distinctOn(Collection<? extends SelectFieldOrAsterisk> fields) Add the PostgreSQL-specificON(…)clause to aSELECT DISTINCT ON (…)statement.@NotNull SelectIntoStep<R> SelectDistinctOnStep.distinctOn(SelectFieldOrAsterisk... fields) Add the PostgreSQL-specificON(…)clause to aSELECT DISTINCT ON (…)statement.An arithmetic expression dividing this by value.An arithmetic expression dividing this by value.An alias forField.div(Number).An alias forField.div(Field).@NotNull DivideByOnStepCreate a newTABLEreference from this table, applying relational division.@NotNull InsertReturningStep<R> InsertOnConflictDoUpdateStep.doNothing()Add theDO NOTHINGclause.@NotNull InsertOnDuplicateSetStep<R> InsertOnConflictDoUpdateStep.doUpdate()Add theDO UPDATEclause.@NotNull AlterTableDropStepAdd anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAdd anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.drop(Collection<? extends Field<?>> fields) Add anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.drop(Constraint constraint) Add aDROP CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAdd anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAdd anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAdd anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAdd anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumn(String field) Add anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumn(Field<?> field) Add anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumn(Name field) Add anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumnIfExists(String field) Add anDROP COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumnIfExists(Field<?> field) Add anDROP COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumnIfExists(Name field) Add anDROP COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumns(String... fields) Add anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumns(Collection<? extends Field<?>> fields) Add anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumns(Field<?>... fields) Add anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropColumns(Name... fields) Add anDROP COLUMNclause to theALTER TABLEstatement.@NotNull AlterDomainDropConstraintCascadeStepAlterDomainStep.dropConstraint(String dropConstraint) Add theDROP CONSTRAINTclause to theALTER DOMAINstatement.@NotNull AlterDomainDropConstraintCascadeStepAlterDomainStep.dropConstraint(Constraint dropConstraint) Add theDROP CONSTRAINTclause to theALTER DOMAINstatement.@NotNull AlterDomainDropConstraintCascadeStepAlterDomainStep.dropConstraint(Name dropConstraint) Add theDROP CONSTRAINTclause to theALTER DOMAINstatement.@NotNull AlterTableDropStepAlterTableStep.dropConstraint(String constraint) Add aDROP CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropConstraint(Constraint constraint) Add aDROP CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropConstraint(Name constraint) Add aDROP CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterDomainDropConstraintCascadeStepAlterDomainStep.dropConstraintIfExists(String dropConstraint) Add theDROP CONSTRAINT IF EXISTSclause to theALTER DOMAINstatement.@NotNull AlterDomainDropConstraintCascadeStepAlterDomainStep.dropConstraintIfExists(Constraint dropConstraint) Add theDROP CONSTRAINT IF EXISTSclause to theALTER DOMAINstatement.@NotNull AlterDomainDropConstraintCascadeStepAlterDomainStep.dropConstraintIfExists(Name dropConstraint) Add theDROP CONSTRAINT IF EXISTSclause to theALTER DOMAINstatement.@NotNull AlterTableDropStepAlterTableStep.dropConstraintIfExists(String constraint) Add aDROP CONSTRAINT IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropConstraintIfExists(Constraint constraint) Add aDROP CONSTRAINT IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropConstraintIfExists(Name constraint) Add aDROP CONSTRAINT IF EXISTSclause to theALTER TABLEstatement.@NotNull DropDatabaseFinalStepDSLContext.dropDatabase(String database) TheDROP DATABASEstatement.@NotNull DropDatabaseFinalStepDSLContext.dropDatabase(Catalog database) TheDROP DATABASEstatement.@NotNull DropDatabaseFinalStepDSLContext.dropDatabase(Name database) TheDROP DATABASEstatement.@NotNull DropDatabaseFinalStepDSLContext.dropDatabaseIfExists(String database) TheDROP DATABASE IF EXISTSstatement.@NotNull DropDatabaseFinalStepDSLContext.dropDatabaseIfExists(Catalog database) TheDROP DATABASE IF EXISTSstatement.@NotNull DropDatabaseFinalStepDSLContext.dropDatabaseIfExists(Name database) TheDROP DATABASE IF EXISTSstatement.@NotNull AlterDomainFinalStepAlterDomainStep.dropDefault()Add theDROP DEFAULTclause to theALTER DOMAINstatement.@NotNull AlterTableFinalStepAlterTableAlterStep.dropDefault()Drop the columnDEFAULT.@NotNull DropDomainCascadeStepDSLContext.dropDomain(String domain) TheDROP DOMAINstatement.@NotNull DropDomainCascadeStepDSLContext.dropDomain(Domain<?> domain) TheDROP DOMAINstatement.@NotNull DropDomainCascadeStepDSLContext.dropDomain(Name domain) TheDROP DOMAINstatement.@NotNull DropDomainCascadeStepDSLContext.dropDomainIfExists(String domain) TheDROP DOMAIN IF EXISTSstatement.@NotNull DropDomainCascadeStepDSLContext.dropDomainIfExists(Domain<?> domain) TheDROP DOMAIN IF EXISTSstatement.@NotNull DropDomainCascadeStepDSLContext.dropDomainIfExists(Name domain) TheDROP DOMAIN IF EXISTSstatement.@NotNull AlterTableDropStepAlterTableStep.dropForeignKey(String constraint) Add aDROP FOREIGN KEYclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropForeignKey(Constraint constraint) Add aDROP FOREIGN KEYclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropForeignKey(Name constraint) Add aDROP FOREIGN KEYclause to theALTER TABLEstatement.@NotNull DropFunctionParametersStepDSLContext.dropFunction(String function) TheDROP FUNCTIONstatement.@NotNull DropFunctionParametersStepDSLContext.dropFunction(Name function) TheDROP FUNCTIONstatement.@NotNull DropFunctionParametersStepDSLContext.dropFunctionIfExists(String function) TheDROP FUNCTION IF EXISTSstatement.@NotNull DropFunctionParametersStepDSLContext.dropFunctionIfExists(Name function) TheDROP FUNCTION IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropGlobalTemporaryTable(String table) TheDROP GLOBAL TEMPORARY TABLEstatement.@NotNull DropTableStepDSLContext.dropGlobalTemporaryTable(Name table) TheDROP GLOBAL TEMPORARY TABLEstatement.@NotNull DropTableStepDSLContext.dropGlobalTemporaryTable(Table<?> table) TheDROP GLOBAL TEMPORARY TABLEstatement.@NotNull DropTableStepDSLContext.dropGlobalTemporaryTableIfExists(String table) TheDROP GLOBAL TEMPORARY TABLE IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropGlobalTemporaryTableIfExists(Name table) TheDROP GLOBAL TEMPORARY TABLE IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropGlobalTemporaryTableIfExists(Table<?> table) TheDROP GLOBAL TEMPORARY TABLE IF EXISTSstatement.@NotNull AlterTableFinalStepAlterTableAlterStep.dropIdentity()Drop theIDENTITYproperty from the column.@NotNull AlterTableDropStepAlterTableStep.dropIfExists(String field) Add anDROP COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropIfExists(Constraint constraint) Add aDROP CONSTRAINT IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropIfExists(Field<?> field) Add anDROP COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropIfExists(Name field) Add anDROP COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull DropIndexOnStepTheDROP INDEXstatement.@NotNull DropIndexOnStepTheDROP INDEXstatement.@NotNull DropIndexOnStepTheDROP INDEXstatement.@NotNull DropIndexOnStepDSLContext.dropIndexIfExists(String index) TheDROP INDEX IF EXISTSstatement.@NotNull DropIndexOnStepDSLContext.dropIndexIfExists(Index index) TheDROP INDEX IF EXISTSstatement.@NotNull DropIndexOnStepDSLContext.dropIndexIfExists(Name index) TheDROP INDEX IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropLocalTemporaryTable(String table) TheDROP LOCAL TEMPORARY TABLEstatement.@NotNull DropTableStepDSLContext.dropLocalTemporaryTable(Name table) TheDROP LOCAL TEMPORARY TABLEstatement.@NotNull DropTableStepDSLContext.dropLocalTemporaryTable(Table<?> table) TheDROP LOCAL TEMPORARY TABLEstatement.@NotNull DropTableStepDSLContext.dropLocalTemporaryTableIfExists(String table) TheDROP LOCAL TEMPORARY TABLE IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropLocalTemporaryTableIfExists(Name table) TheDROP LOCAL TEMPORARY TABLE IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropLocalTemporaryTableIfExists(Table<?> table) TheDROP LOCAL TEMPORARY TABLE IF EXISTSstatement.@NotNull DropViewStepDSLContext.dropMaterializedView(String view) TheDROP MATERIALIZED VIEWstatement.@NotNull DropViewStepDSLContext.dropMaterializedView(Name view) TheDROP MATERIALIZED VIEWstatement.@NotNull DropViewStepDSLContext.dropMaterializedView(Table<?> view) TheDROP MATERIALIZED VIEWstatement.@NotNull DropViewStepDSLContext.dropMaterializedViewIfExists(String view) TheDROP MATERIALIZED VIEW IF EXISTSstatement.@NotNull DropViewStepDSLContext.dropMaterializedViewIfExists(Name view) TheDROP MATERIALIZED VIEW IF EXISTSstatement.@NotNull DropViewStepDSLContext.dropMaterializedViewIfExists(Table<?> view) TheDROP MATERIALIZED VIEW IF EXISTSstatement.@NotNull AlterDomainFinalStepAlterDomainStep.dropNotNull()Add theDROP NOT NULLclause to theALTER DOMAINstatement.@NotNull AlterTableFinalStepAlterTableAlterStep.dropNotNull()Make the column nullable.@NotNull AlterTableDropStepAlterTableStep.dropPrimaryKey()Add aDROP PRIMARY KEYclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropPrimaryKey(String constraint) Add aDROP PRIMARY KEYclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropPrimaryKey(Constraint constraint) Add aDROP PRIMARY KEYclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropPrimaryKey(Name constraint) Add aDROP PRIMARY KEYclause to theALTER TABLEstatement.@NotNull DropProcedureParametersStepDSLContext.dropProcedure(String procedure) TheDROP PROCEDUREstatement.@NotNull DropProcedureParametersStepDSLContext.dropProcedure(Name procedure) TheDROP PROCEDUREstatement.@NotNull DropProcedureParametersStepDSLContext.dropProcedureIfExists(String procedure) TheDROP PROCEDURE IF EXISTSstatement.@NotNull DropProcedureParametersStepDSLContext.dropProcedureIfExists(Name procedure) TheDROP PROCEDURE IF EXISTSstatement.@NotNull DDLQueryDSLContext.dropPublicSynonym(String synonym) TheDROP PUBLIC SYNONYMstatement.@NotNull DDLQueryDSLContext.dropPublicSynonym(Name synonym) TheDROP PUBLIC SYNONYMstatement.@NotNull DDLQueryDSLContext.dropPublicSynonym(Synonym synonym) TheDROP PUBLIC SYNONYMstatement.@NotNull DDLQueryDSLContext.dropPublicSynonymIfExists(String synonym) TheDROP PUBLIC SYNONYM IF EXISTSstatement.@NotNull DDLQueryDSLContext.dropPublicSynonymIfExists(Name synonym) TheDROP PUBLIC SYNONYM IF EXISTSstatement.@NotNull DDLQueryDSLContext.dropPublicSynonymIfExists(Synonym synonym) TheDROP PUBLIC SYNONYM IF EXISTSstatement.@NotNull DropSchemaStepDSLContext.dropSchema(String schema) TheDROP SCHEMAstatement.@NotNull DropSchemaStepDSLContext.dropSchema(Name schema) TheDROP SCHEMAstatement.@NotNull DropSchemaStepDSLContext.dropSchema(Schema schema) TheDROP SCHEMAstatement.@NotNull DropSchemaStepDSLContext.dropSchemaIfExists(String schema) TheDROP SCHEMA IF EXISTSstatement.@NotNull DropSchemaStepDSLContext.dropSchemaIfExists(Name schema) TheDROP SCHEMA IF EXISTSstatement.@NotNull DropSchemaStepDSLContext.dropSchemaIfExists(Schema schema) TheDROP SCHEMA IF EXISTSstatement.@NotNull DropSequenceFinalStepDSLContext.dropSequence(String sequence) TheDROP SEQUENCEstatement.@NotNull DropSequenceFinalStepDSLContext.dropSequence(Name sequence) TheDROP SEQUENCEstatement.@NotNull DropSequenceFinalStepDSLContext.dropSequence(Sequence<?> sequence) TheDROP SEQUENCEstatement.@NotNull DropSequenceFinalStepDSLContext.dropSequenceIfExists(String sequence) TheDROP SEQUENCE IF EXISTSstatement.@NotNull DropSequenceFinalStepDSLContext.dropSequenceIfExists(Name sequence) TheDROP SEQUENCE IF EXISTSstatement.@NotNull DropSequenceFinalStepDSLContext.dropSequenceIfExists(Sequence<?> sequence) TheDROP SEQUENCE IF EXISTSstatement.@NotNull DropSynonymForStepDSLContext.dropSynonym(String synonym) TheDROP SYNONYMstatement.@NotNull DropSynonymForStepDSLContext.dropSynonym(Name synonym) TheDROP SYNONYMstatement.@NotNull DropSynonymForStepDSLContext.dropSynonym(Synonym synonym) TheDROP SYNONYMstatement.@NotNull DropSynonymForStepDSLContext.dropSynonymIfExists(String synonym) TheDROP SYNONYM IF EXISTSstatement.@NotNull DropSynonymForStepDSLContext.dropSynonymIfExists(Name synonym) TheDROP SYNONYM IF EXISTSstatement.@NotNull DropSynonymForStepDSLContext.dropSynonymIfExists(Synonym synonym) TheDROP SYNONYM IF EXISTSstatement.@NotNull DropTableStepTheDROP TABLEstatement.@NotNull DropTableStepTheDROP TABLEstatement.@NotNull DropTableStepTheDROP TABLEstatement.@NotNull DropTableStepDSLContext.dropTableIfExists(String table) TheDROP TABLE IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropTableIfExists(Name table) TheDROP TABLE IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropTableIfExists(Table<?> table) TheDROP TABLE IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropTemporaryTable(String table) TheDROP TEMPORARY TABLEstatement.@NotNull DropTableStepDSLContext.dropTemporaryTable(Name table) TheDROP TEMPORARY TABLEstatement.@NotNull DropTableStepDSLContext.dropTemporaryTable(Table<?> table) TheDROP TEMPORARY TABLEstatement.@NotNull DropTableStepDSLContext.dropTemporaryTableIfExists(String table) TheDROP TEMPORARY TABLE IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropTemporaryTableIfExists(Name table) TheDROP TEMPORARY TABLE IF EXISTSstatement.@NotNull DropTableStepDSLContext.dropTemporaryTableIfExists(Table<?> table) TheDROP TEMPORARY TABLE IF EXISTSstatement.@NotNull DropTriggerOnStepDSLContext.dropTrigger(String trigger) TheDROP TRIGGERstatement.@NotNull DropTriggerOnStepDSLContext.dropTrigger(Name trigger) TheDROP TRIGGERstatement.@NotNull DropTriggerOnStepDSLContext.dropTrigger(Trigger trigger) TheDROP TRIGGERstatement.@NotNull DropTriggerOnStepDSLContext.dropTriggerIfExists(String trigger) TheDROP TRIGGER IF EXISTSstatement.@NotNull DropTriggerOnStepDSLContext.dropTriggerIfExists(Name trigger) TheDROP TRIGGER IF EXISTSstatement.@NotNull DropTriggerOnStepDSLContext.dropTriggerIfExists(Trigger trigger) TheDROP TRIGGER IF EXISTSstatement.@NotNull DropTypeStepTheDROP TYPEstatement.@NotNull DropTypeStepTheDROP TYPEstatement.@NotNull DropTypeStepDSLContext.dropType(Collection<? extends Type<?>> types) TheDROP TYPEstatement.@NotNull DropTypeStepTheDROP TYPEstatement.@NotNull DropTypeStepTheDROP TYPEstatement.@NotNull DropTypeStepTheDROP TYPEstatement.@NotNull DropTypeStepTheDROP TYPEstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(String types) TheDROP TYPE IF EXISTSstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(String... types) TheDROP TYPE IF EXISTSstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(Collection<? extends Type<?>> types) TheDROP TYPE IF EXISTSstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(Name types) TheDROP TYPE IF EXISTSstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(Name... types) TheDROP TYPE IF EXISTSstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(Type<?> types) TheDROP TYPE IF EXISTSstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(Type<?>... types) TheDROP TYPE IF EXISTSstatement.@NotNull AlterTableDropStepAlterTableStep.dropUnique(String constraint) Add aDROP UNIQUEclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropUnique(Constraint constraint) Add aDROP UNIQUEclause to theALTER TABLEstatement.@NotNull AlterTableDropStepAlterTableStep.dropUnique(Name constraint) Add aDROP UNIQUEclause to theALTER TABLEstatement.@NotNull DropViewStepTheDROP VIEWstatement.@NotNull DropViewStepTheDROP VIEWstatement.@NotNull DropViewStepTheDROP VIEWstatement.@NotNull DropViewStepDSLContext.dropViewIfExists(String view) TheDROP VIEW IF EXISTSstatement.@NotNull DropViewStepDSLContext.dropViewIfExists(Name view) TheDROP VIEW IF EXISTSstatement.@NotNull DropViewStepDSLContext.dropViewIfExists(Table<?> view) TheDROP VIEW IF EXISTSstatement.@NotNull SelectForXMLCommonDirectivesStep<R> SelectForXMLPathDirectivesStep.elements()Add a SQL Server-styleFOR XML PATH, ELEMENTSclause.@NotNull SelectForXMLCommonDirectivesStep<R> SelectForXMLRawDirectivesStep.elements()Add a SQL Server-styleFOR XML RAW, ELEMENTSclause.@NotNull SelectForXMLCommonDirectivesStep<R> SelectForXMLPathDirectivesStep.elementsAbsent()Add a SQL Server-styleFOR XML PATH, ELEMENTS ABSENTclause.@NotNull SelectForXMLCommonDirectivesStep<R> SelectForXMLRawDirectivesStep.elementsAbsent()Add a SQL Server-styleFOR XML PATH, ELEMENTS ABSENTclause.@NotNull SelectForXMLCommonDirectivesStep<R> SelectForXMLPathDirectivesStep.elementsXsinil()Add a SQL Server-styleFOR XML PATH, ELEMENTS XSINILclause.@NotNull SelectForXMLCommonDirectivesStep<R> SelectForXMLRawDirectivesStep.elementsXsinil()Add a SQL Server-styleFOR XML PATH, ELEMENTS XSINILclause.Add an else clause to the already constructed case statementAdd an else clause to the already constructed case statementAdd an else clause to the already constructed case statementAdd an else clause to the already constructed case statementAdd an else clause to the already constructed case statement@NotNull StatementIfElseStep.else_(Collection<? extends Statement> statements) Add anELSEclause to theIFstatement.@NotNull StatementAdd anELSEclause to theIFstatement.@NotNull IfThenStepAdd anELSIFclause to theIFstatement.@NotNull IfThenStepAdd anELSIFclause to theIFstatement.@NotNull ConditionTheENDS_WITHoperator.@NotNull ConditionTheENDS_WITHoperator.@NotNull ConditionField.endsWithIgnoreCase(Field<T> suffix) TheENDS_WITH_IGNORE_CASEoperator.@NotNull ConditionField.endsWithIgnoreCase(T suffix) TheENDS_WITH_IGNORE_CASEoperator.@NotNull AlterTableFinalStepAlterTableAlterConstraintStep.enforced()Add theENFORCEDclause to the constraint.@NotNull ConstraintFinalStepConstraintEnforcementStep.enforced()Add theENFORCEDclause to the constraint.@NotNull ConditionTheEQoperator.@NotNull ConditionField.eq(QuantifiedSelect<? extends Record1<T>> arg2) TheEQoperator.@NotNull ConditionTheEQoperator.@NotNull ConditionTheEQoperator.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow1.eq(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow10.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow11.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow12.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow13.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow13.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow14.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow14.eq(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow14.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow15.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow15.eq(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow15.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow16.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow16.eq(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow16.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow17.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow17.eq(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow17.eq(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow17.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow18.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow18.eq(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow18.eq(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow18.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow19.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow19.eq(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow19.eq(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow19.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow2.eq(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow20.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow20.eq(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow20.eq(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow20.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow21.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow21.eq(QuantifiedSelect<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow21.eq(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow21.eq(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow21.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow22.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow22.eq(QuantifiedSelect<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow22.eq(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow22.eq(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>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow22.eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow7.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow8.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow9.eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRowN.eq(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionSelectCorrelatedSubqueryStep.eq(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for equality.@NotNull ConditionDeprecated.Compare this subquery with another record for equality.@NotNull ConditionDeprecated.Compare this subquery with a record for equality.@NotNull ConditionTheEQoperator.@NotNull ConditionTheEQUALoperator, an alias for theEQoperator.@NotNull ConditionField.equal(QuantifiedSelect<? extends Record1<T>> arg2) TheEQUALoperator, an alias for theEQoperator.@NotNull ConditionTheEQUALoperator, an alias for theEQoperator.@NotNull ConditionTheEQUALoperator, an alias for theEQoperator.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow1.equal(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow10.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow11.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow12.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow12.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow13.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow13.equal(QuantifiedSelect<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow13.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow14.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow14.equal(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow14.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow15.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow15.equal(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow15.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow16.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow16.equal(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow16.equal(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow16.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow17.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow17.equal(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow17.equal(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow17.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow18.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow18.equal(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow18.equal(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow18.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow19.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow19.equal(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow19.equal(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow19.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow2.equal(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow20.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow20.equal(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow20.equal(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> record) Compare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow20.equal(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow20.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow21.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow21.equal(QuantifiedSelect<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow21.equal(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow21.equal(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow21.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow22.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow22.equal(QuantifiedSelect<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow22.equal(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with a record for equality.@NotNull ConditionRow22.equal(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row) Compare this row value expression with another row value expression for equality.@NotNull ConditionRow22.equal(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>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow22.equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow7.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow8.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRow9.equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionRowN.equal(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with another row value expression for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionSelectCorrelatedSubqueryStep.equal(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for equality.@NotNull ConditionDeprecated.Compare this subquery with another record for equality.@NotNull ConditionDeprecated.Compare this subquery with a record for equality.@NotNull ConditionTheEQUALoperator, an alias for theEQoperator.@NotNull ConditionField.equalIgnoreCase(String value) lower(this) = lower(value).@NotNull ConditionField.equalIgnoreCase(Field<String> value) lower(this) = lower(value).@NotNull JSONValueOnStep<J> JSONValueOnStep.errorOnEmpty()Add anERROR ON EMPTYclause.@NotNull ConditionJSONExistsOnStep.errorOnError()Add anERROR ON ERRORclause.@NotNull JSONValueOnStep<J> JSONValueOnStep.errorOnError()Add anERROR ON ERRORclause.@NotNull ConditionLikeEscapeStep.escape(char escape) Add theESCAPEclause to theLIKEfunction.@NotNull AsteriskThe asterisk (* EXCEPT (fields)) expression to be used inSELECTclauses.@NotNull AsteriskAsterisk.except(Collection<? extends Field<?>> fields) The asterisk (*) to be used inSELECTclauses.@NotNull AsteriskThe asterisk (*) to be used inSELECTclauses.@NotNull AsteriskThe asterisk (*) to be used inSELECTclauses.@NotNull QualifiedAsteriskThe qualified asterisk (t.* EXCEPT (fields)) expression to be used inSELECTclauses.@NotNull QualifiedAsteriskQualifiedAsterisk.except(Collection<? extends Field<?>> fields) The qualified asterisk (t.* EXCEPT (fields)) expression to be used inSELECTclauses.@NotNull QualifiedAsteriskThe qualified asterisk (t.* EXCEPT (fields)) expression to be used inSELECTclauses.@NotNull QualifiedAsteriskThe qualified asterisk (t.* EXCEPT (fields)) expression to be used inSELECTclauses.Apply theEXCEPT(orMINUS) set operation.@NotNull SelectOrderByStep<R> Apply theEXCEPT(orMINUS) set operation.Apply theEXCEPT ALLset operation.@NotNull SelectOrderByStep<R> Apply theEXCEPT ALLset operation.Select.exceptDistinct(Select<? extends R> select) Apply theEXCEPT(orMINUS) set operation.@NotNull SelectOrderByStep<R> SelectUnionStep.exceptDistinct(Select<? extends R> select) Apply theEXCEPT(orMINUS) set operation.@NotNull WindowFinalStep<T> WindowExcludeStep.excludeCurrentRow()Add anEXCLUDE CURRENT ROWclause.@NotNull WindowSpecificationFinalStepWindowSpecificationExcludeStep.excludeCurrentRow()Add anEXCLUDE CURRENT ROWclause.@NotNull WindowFinalStep<T> WindowExcludeStep.excludeGroup()Add anEXCLUDE GROUPclause.@NotNull WindowSpecificationFinalStepWindowSpecificationExcludeStep.excludeGroup()Add anEXCLUDE GROUPclause.@NotNull WindowFinalStep<T> WindowExcludeStep.excludeNoOthers()Add anEXCLUDE NO OTHERSclause.@NotNull WindowSpecificationFinalStepWindowSpecificationExcludeStep.excludeNoOthers()Add anEXCLUDE NO OTHERSclause.@NotNull CreateIndexFinalStepCreateIndexWhereStep.excludeNullKeys()Add theEXCLUDE NULL KEYSclause to theCREATE INDEXstatement.@NotNull WindowFinalStep<T> WindowExcludeStep.excludeTies()Add anEXCLUDE TIESclause.@NotNull WindowSpecificationFinalStepWindowSpecificationExcludeStep.excludeTies()Add anEXCLUDE TIESclause.intExecute a query holding plain SQL.intExecute a new query holding plain SQL.intExecute a new query holding plain SQL.intExecute aQueryin the context of thisDSLContext.intExecute a query holding plain SQL.LoaderLoadStep.execute()Execute the load.intDSLContext.executeDelete(TableRecord<?> record, Condition condition) Delete a record from a table.intDSLContext.executeDelete(UpdatableRecord<?> record) Delete a record from a table.intDSLContext.executeInsert(TableRecord<?> record) Insert one record.longDSLContext.executeLarge(String sql) Execute a query holding plain SQL.longDSLContext.executeLarge(String sql, Object... bindings) Execute a new query holding plain SQL.longDSLContext.executeLarge(String sql, QueryPart... parts) Execute a new query holding plain SQL.longDSLContext.executeLarge(Query query) Execute aQueryin the context of thisDSLContext.longDSLContext.executeLarge(SQL sql) Execute a query holding plain SQL.intDSLContext.executeUpdate(TableRecord<?> record, Condition condition) Update a table.intDSLContext.executeUpdate(UpdatableRecord<?> record) Update a table.booleanChecks if a given POJO exists.booleanDAO.existsById(T id) Checks if a given ID exists.@NotNull Field<BigDecimal> Field.exp()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.exp(Field)instead.@NotNull ExplainRun anEXPLAINstatement in the database to estimate the cardinality of the query.@NotNull SelectForXMLPathDirectivesStep<R> SelectForXMLStep.explicit()Add a SQL Server-styleFOR XML EXPLICITclause.Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.extract(Field, DatePart)instead.@NotNull ConditionJSONExistsOnStep.falseOnError()Add anFALSE ON ERRORclause.DAO.fetch(Field<Z> field, Collection<? extends Z> values) Find records by a given field and a set of values.Find records by a given field and a set of values.Execute a new query holding plain SQL.Execute a new query holding plain SQL.Execute a new query holding plain SQL.DSLContext.fetch(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return results.Execute a new query holding plain SQL.Execute and return all records forDSLContext.fetch(Table<R> table, Collection<? extends Condition> conditions) Execute and return all records forExecute and return all records forExecute and return all records for<R extends Record>
RExecute and return zero or one record for<R extends Record>
RDSLContext.fetchAny(Table<R> table, Collection<? extends Condition> conditions) Execute and return zero or one record for<R extends Record>
RExecute and return zero or one record for<R extends Record>
RExecute and return zero or on e record for@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(String sql) Fetch results in a newCompletionStage.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(String sql, Object... bindings) Fetch results in a newCompletionStage.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(String sql, QueryPart... parts) Fetch results in a newCompletionStage.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(ResultSet rs) Fetch results in a newCompletionStage.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(ResultSet rs, Class<?>... types) Fetch results in a newCompletionStage.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(ResultSet rs, DataType<?>... types) Fetch results in a newCompletionStage.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(ResultSet rs, Field<?>... fields) Fetch results in a newCompletionStage.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(Executor executor, String sql) Fetch results in a newCompletionStagethat is asynchronously completed by a task running in the given executor.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(Executor executor, String sql, Object... bindings) Fetch results in a newCompletionStagethat is asynchronously completed by a task running in the given executor.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(Executor executor, String sql, QueryPart... parts) Fetch results in a newCompletionStagethat is asynchronously completed by a task running in the given executor.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(Executor executor, ResultSet rs) Fetch results in a newCompletionStagethat is asynchronously completed by a task running in the given executor.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(Executor executor, ResultSet rs, Class<?>... types) Fetch results in a newCompletionStagethat is asynchronously completed by a task running in the given executor.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(Executor executor, ResultSet rs, DataType<?>... types) Fetch results in a newCompletionStagethat is asynchronously completed by a task running in the given executor.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(Executor executor, ResultSet rs, Field<?>... fields) Fetch results in a newCompletionStagethat is asynchronously completed by a task running in the given executor.<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(Executor executor, ResultQuery<R> query) Fetch results in a newCompletionStagethat is asynchronously completed by a task running in the given executor.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(Executor executor, SQL sql) Fetch results in a newCompletionStagethat is asynchronously completed by a task running in the given executor.<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(Executor executor, Table<R> table) Execute and return all records asynchronously for<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(Executor executor, Table<R> table, Collection<? extends Condition> conditions) Execute and return all records asynchronously for<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(Executor executor, Table<R> table, Condition condition) Execute and return all records asynchronously for<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(Executor executor, Table<R> table, Condition... conditions) Execute and return all records asynchronously for<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(ResultQuery<R> query) Fetch results in a newCompletionStage.@NotNull CompletionStage<Result<Record>> DSLContext.fetchAsync(SQL sql) Fetch results in a newCompletionStage.<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(Table<R> table) Execute and return all records asynchronously for<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(Table<R> table, Collection<? extends Condition> condition) Execute and return all records asynchronously for<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(Table<R> table, Condition condition) Execute and return all records asynchronously for<R extends Record>
@NotNull CompletionStage<Result<R>> DSLContext.fetchAsync(Table<R> table, Condition... condition) Execute and return all records asynchronously for<R extends TableRecord<R>>
@NotNull Result<R> DSLContext.fetchByExample(R example) Execute a "Query by Example" (QBE) based on an example record.<O extends TableRecord<O>>
OUpdatableRecord.fetchChild(ForeignKey<O, R> key) Fetch a child record of this record, given a foreign key.<O extends TableRecord<O>>
@NotNull Result<O> UpdatableRecord.fetchChildren(ForeignKey<O, R> key) Fetch child records of this record, given a foreign key.intDSLContext.fetchCount(Select<?> query) intDSLContext.fetchCount(Table<?> table) Count the number of records in a table.intDSLContext.fetchCount(Table<?> table, Collection<? extends Condition> conditions) Count the number of records in a table that satisfy a condition.intDSLContext.fetchCount(Table<?> table, Condition condition) Count the number of records in a table that satisfy a condition.intDSLContext.fetchCount(Table<?> table, Condition... conditions) Count the number of records in a table that satisfy a condition.longDSLContext.fetchCountLarge(Select<?> query) longDSLContext.fetchCountLarge(Table<?> table) Count the number of records in a table.longDSLContext.fetchCountLarge(Table<?> table, Collection<? extends Condition> conditions) Count the number of records in a table that satisfy a condition.longDSLContext.fetchCountLarge(Table<?> table, Condition condition) Count the number of records in a table that satisfy a condition.longDSLContext.fetchCountLarge(Table<?> table, Condition... conditions) Count the number of records in a table that satisfy a condition.booleanDSLContext.fetchExists(Select<?> query) Check if aSelectwould return any records, if it were executed.booleanDSLContext.fetchExists(Table<?> table) Check if a table has any records.booleanDSLContext.fetchExists(Table<?> table, Collection<? extends Condition> conditions) Check if a table has any records that satisfy a condition.booleanDSLContext.fetchExists(Table<?> table, Condition condition) Check if a table has any records that satisfy a condition.booleanDSLContext.fetchExists(Table<?> table, Condition... conditions) Check if a table has any records that satisfy a condition.DSLContext.fetchFromCSV(String string) Fetch all data from a CSV string.DSLContext.fetchFromCSV(String string, boolean header) Fetch all data from a CSV string.DSLContext.fetchFromCSV(String string, boolean header, char delimiter) Fetch all data from a CSV string.DSLContext.fetchFromCSV(String string, char delimiter) Fetch all data from a CSV string.DSLContext.fetchFromHTML(String string) Convert an HTML table into a jOOQResult.DSLContext.fetchFromJSON(String string) Fetch all data from a JSON string.DSLContext.fetchFromStringData(String[]... data) Fetch all data from a list of strings.DSLContext.fetchFromStringData(List<String[]> data) Fetch all data from a list of strings.DSLContext.fetchFromStringData(List<String[]> data, boolean header) Fetch all data from a list of strings.DSLContext.fetchFromTXT(String string) Fetch all data from a formatted string.DSLContext.fetchFromTXT(String string, String nullLiteral) Fetch all data from a formatted string.DSLContext.fetchFromXML(String string) Fetch all data from an XML string.DSLContext.fetchGroups(ResultQuery<? extends Record2<K, V>> query) Execute the query and return aMapwith the first column as the map key and the second column as the map values.Execute a new query holding plain SQL and "lazily" return the generated result.Execute a new query holding plain SQL and "lazily" return the generated result.Execute a new query holding plain SQL and "lazily" return the generated result.DSLContext.fetchLazy(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return a cursor.Execute a new query holding plain SQL and "lazily" return the generated result.Execute and return all records lazily forDSLContext.fetchLazy(Table<R> table, Collection<? extends Condition> conditions) Execute and return all records lazily forExecute and return all records lazily forExecute and return all records lazily for@NotNull ResultsExecute a new query holding plain SQL, possibly returning several result sets.@NotNull ResultsExecute a new query holding plain SQL, possibly returning several result sets.@NotNull ResultsExecute a new query holding plain SQL, possibly returning several result sets.DSLContext.fetchMany(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return a cursor.@NotNull ResultsExecute a new query holding plain SQL, possibly returning several result sets.<K,V> @NotNull Map <K, V> DSLContext.fetchMap(ResultQuery<? extends Record2<K, V>> query) Execute the query and return aMapwith the first column as the map key and the second column as the map value.<Z> PFind a unique record by a given field and a value.@Nullable RecordExecute a new query holding plain SQL.@Nullable RecordExecute a new query holding plain SQL.@Nullable RecordExecute a new query holding plain SQL.@Nullable Record@Nullable Record@Nullable Record@Nullable Record<R extends Record>
RDSLContext.fetchOne(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return a record.@Nullable RecordExecute a new query holding plain SQL.<R extends Record>
RExecute and return zero or one record for<R extends Record>
RDSLContext.fetchOne(Table<R> table, Collection<? extends Condition> conditions) Execute and return zero or one record for<R extends Record>
RExecute and return zero or one record for<R extends Record>
RExecute and return zero or one record forDAO.fetchOptional(Field<Z> field, Z value) Find a unique record by a given field and a value.DSLContext.fetchOptional(String sql) Execute a new query holding plain SQL.DSLContext.fetchOptional(String sql, Object... bindings) Execute a new query holding plain SQL.DSLContext.fetchOptional(String sql, QueryPart... parts) Execute a new query holding plain SQL.DSLContext.fetchOptional(ResultSet rs) DSLContext.fetchOptional(ResultSet rs, Class<?>... types) DSLContext.fetchOptional(ResultSet rs, DataType<?>... types) DSLContext.fetchOptional(ResultSet rs, Field<?>... fields) DSLContext.fetchOptional(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return a record.DSLContext.fetchOptional(SQL sql) Execute a new query holding plain SQL.DSLContext.fetchOptional(Table<R> table) Execute and return zero or one record forDSLContext.fetchOptional(Table<R> table, Collection<? extends Condition> conditions) Execute and return zero or one record forDSLContext.fetchOptional(Table<R> table, Condition condition) Execute and return zero or one record forDSLContext.fetchOptional(Table<R> table, Condition... conditions) Execute and return zero or one record for@NotNull Optional<?> DSLContext.fetchOptionalValue(String sql) Execute a new query holding plain SQL.@NotNull Optional<?> DSLContext.fetchOptionalValue(String sql, Object... bindings) Execute a new query holding plain SQL.@NotNull Optional<?> DSLContext.fetchOptionalValue(String sql, QueryPart... parts) Execute a new query holding plain SQL.@NotNull Optional<?> DSLContext.fetchOptionalValue(ResultSet rs) Fetch a record from a JDBCResultSetand return the only contained value.<T> @NotNull Optional<T> DSLContext.fetchOptionalValue(ResultSet rs, Class<T> type) Fetch a record from a JDBCResultSetand return the only contained value.<T> @NotNull Optional<T> DSLContext.fetchOptionalValue(ResultSet rs, DataType<T> type) Fetch a record from a JDBCResultSetand return the only contained value.<T> @NotNull Optional<T> DSLContext.fetchOptionalValue(ResultSet rs, Field<T> field) Fetch a record from a JDBCResultSetand return the only contained value.DSLContext.fetchOptionalValue(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return a single value.@NotNull Optional<?> DSLContext.fetchOptionalValue(SQL sql) Execute a new query holding plain SQL.<T> @NotNull Optional<T> DSLContext.fetchOptionalValue(TableField<?, T> field) Execute aResultQueryin the context of thisDSLContextand return a single value.<T> @NotNull Optional<T> DSLContext.fetchOptionalValue(TableField<?, T> field, Condition condition) Execute aResultQueryin the context of thisDSLContextand return a single value.<O extends UpdatableRecord<O>>
OTableRecord.fetchParent(ForeignKey<R, O> key) Fetch a parent record of this record, given a foreign key.DAO.fetchRange(Field<Z> field, Z lowerInclusive, Z upperInclusive) Find records by a given field and a range of values.@NotNull RecordDSLContext.fetchSingle(String sql) Execute a new query holding plain SQL.@NotNull RecordDSLContext.fetchSingle(String sql, Object... bindings) Execute a new query holding plain SQL.@NotNull RecordDSLContext.fetchSingle(String sql, QueryPart... parts) Execute a new query holding plain SQL.@NotNull RecordDSLContext.fetchSingle(ResultSet rs) @NotNull RecordDSLContext.fetchSingle(ResultSet rs, Class<?>... types) @NotNull RecordDSLContext.fetchSingle(ResultSet rs, DataType<?>... types) @NotNull RecordDSLContext.fetchSingle(ResultSet rs, Field<?>... fields) @NotNull RecordDSLContext.fetchSingle(Collection<? extends SelectField<?>> fields) Execute and return exactly one record for<R extends Record>
RDSLContext.fetchSingle(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return a record.@NotNull RecordDSLContext.fetchSingle(SelectField<?>... fields) Execute and return exactly one record for<T1> @NotNull Record1<T1> DSLContext.fetchSingle(SelectField<T1> field1) Execute and return exactly one record for<T1,T2> @NotNull Record2 <T1, T2> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2) Execute and return exactly one record for<T1,T2, T3>
@NotNull Record3<T1, T2, T3> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Execute and return exactly one record for<T1,T2, T3, T4>
@NotNull Record4<T1, T2, T3, T4> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Execute and return exactly one record for<T1,T2, T3, T4, T5>
@NotNull Record5<T1, T2, T3, T4, T5> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6>
@NotNull Record6<T1, T2, T3, T4, T5, T6> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7>
@NotNull Record7<T1, T2, T3, T4, T5, T6, T7> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull Record8<T1, T2, T3, T4, T5, T6, T7, T8> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13, SelectField<T14> field14) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13, SelectField<T14> field14, SelectField<T15> field15) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13, SelectField<T14> field14, SelectField<T15> field15, SelectField<T16> field16) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13, SelectField<T14> field14, SelectField<T15> field15, SelectField<T16> field16, SelectField<T17> field17) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13, SelectField<T14> field14, SelectField<T15> field15, SelectField<T16> field16, SelectField<T17> field17, SelectField<T18> field18) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13, SelectField<T14> field14, SelectField<T15> field15, SelectField<T16> field16, SelectField<T17> field17, SelectField<T18> field18, SelectField<T19> field19) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13, SelectField<T14> field14, SelectField<T15> field15, SelectField<T16> field16, SelectField<T17> field17, SelectField<T18> field18, SelectField<T19> field19, SelectField<T20> field20) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13, SelectField<T14> field14, SelectField<T15> field15, SelectField<T16> field16, SelectField<T17> field17, SelectField<T18> field18, SelectField<T19> field19, SelectField<T20> field20, SelectField<T21> field21) Execute and return exactly one record for<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8, SelectField<T9> field9, SelectField<T10> field10, SelectField<T11> field11, SelectField<T12> field12, SelectField<T13> field13, SelectField<T14> field14, SelectField<T15> field15, SelectField<T16> field16, SelectField<T17> field17, SelectField<T18> field18, SelectField<T19> field19, SelectField<T20> field20, SelectField<T21> field21, SelectField<T22> field22) Execute and return exactly one record for@NotNull RecordDSLContext.fetchSingle(SQL sql) Execute a new query holding plain SQL.<R extends Record>
RDSLContext.fetchSingle(Table<R> table) Execute and return exactly one record for<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Collection<? extends Condition> conditions) Execute and return exactly one record for<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition condition) Execute and return exactly one record for<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition... conditions) Execute and return exactly one record for<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDisambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13, Condition c14) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13, Condition c14, Condition c15) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13, Condition c14, Condition c15, Condition c16) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13, Condition c14, Condition c15, Condition c16, Condition c17) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13, Condition c14, Condition c15, Condition c16, Condition c17, Condition c18) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13, Condition c14, Condition c15, Condition c16, Condition c17, Condition c18, Condition c19) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13, Condition c14, Condition c15, Condition c16, Condition c17, Condition c18, Condition c19, Condition c20) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13, Condition c14, Condition c15, Condition c16, Condition c17, Condition c18, Condition c19, Condition c20, Condition c21) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).<R extends Record>
RDSLContext.fetchSingle(Table<R> table, Condition c1, Condition c2, Condition c3, Condition c4, Condition c5, Condition c6, Condition c7, Condition c8, Condition c9, Condition c10, Condition c11, Condition c12, Condition c13, Condition c14, Condition c15, Condition c16, Condition c17, Condition c18, Condition c19, Condition c20, Condition c21, Condition c22) Disambiguation overload ofDSLContext.fetchSingle(Table, Condition...).DSLContext.fetchStream(String sql) Execute a new query holding plain SQL and "lazily" return the generated result.DSLContext.fetchStream(String sql, Object... bindings) Execute a new query holding plain SQL and "lazily" return the generated result.DSLContext.fetchStream(String sql, QueryPart... parts) Execute a new query holding plain SQL and "lazily" return the generated result.DSLContext.fetchStream(ResultSet rs) DSLContext.fetchStream(ResultSet rs, Class<?>... types) DSLContext.fetchStream(ResultSet rs, DataType<?>... types) DSLContext.fetchStream(ResultSet rs, Field<?>... fields) DSLContext.fetchStream(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return a stream.DSLContext.fetchStream(SQL sql) Execute a new query holding plain SQL and "lazily" return the generated result.DSLContext.fetchStream(Table<R> table) Execute and return all records lazily forDSLContext.fetchStream(Table<R> table, Collection<? extends Condition> conditions) Execute and return all records lazily forDSLContext.fetchStream(Table<R> table, Condition condition) Execute and return all records lazily forDSLContext.fetchStream(Table<R> table, Condition... conditions) Execute and return all records lazily for@Nullable ObjectDSLContext.fetchValue(String sql) Execute a new query holding plain SQL.@Nullable ObjectDSLContext.fetchValue(String sql, Object... bindings) Execute a new query holding plain SQL.@Nullable ObjectDSLContext.fetchValue(String sql, QueryPart... parts) Execute a new query holding plain SQL.@Nullable ObjectDSLContext.fetchValue(ResultSet rs) Fetch a record from a JDBCResultSetand return the only contained value.<T> TDSLContext.fetchValue(ResultSet rs, Class<T> type) Fetch a record from a JDBCResultSetand return the only contained value.<T> TDSLContext.fetchValue(ResultSet rs, DataType<T> type) Fetch a record from a JDBCResultSetand return the only contained value.<T> TDSLContext.fetchValue(ResultSet rs, Field<T> field) Fetch a record from a JDBCResultSetand return the only contained value.<T,R extends Record1<T>>
TDSLContext.fetchValue(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return a single value.<T> TDSLContext.fetchValue(SelectField<T> field) Execute aResultQueryin the context of thisDSLContextand return a single value.@Nullable ObjectDSLContext.fetchValue(SQL sql) Execute a new query holding plain SQL.<T> TDSLContext.fetchValue(Table<? extends Record1<T>> table) Fetch a single value from a single column table.<T> TDSLContext.fetchValue(TableField<?, T> field) Execute aResultQueryin the context of thisDSLContextand return a single value.<T> TDSLContext.fetchValue(TableField<?, T> field, Condition condition) Execute aResultQueryin the context of thisDSLContextand return a single value.@NotNull List<?> DSLContext.fetchValues(String sql) Execute a new query holding plain SQL.@NotNull List<?> DSLContext.fetchValues(String sql, Object... bindings) Execute a new query holding plain SQL.@NotNull List<?> DSLContext.fetchValues(String sql, QueryPart... parts) Execute a new query holding plain SQL.@NotNull List<?> DSLContext.fetchValues(ResultSet rs) Fetch a result from a JDBCResultSetand return the only contained column's values.<T> @NotNull List<T> DSLContext.fetchValues(ResultSet rs, Class<T> type) Fetch a result from a JDBCResultSetand return the only contained column's values.<T> @NotNull List<T> DSLContext.fetchValues(ResultSet rs, DataType<T> type) Fetch a result from a JDBCResultSetand return the only contained column's values.<T> @NotNull List<T> DSLContext.fetchValues(ResultSet rs, Field<T> field) Fetch a result from a JDBCResultSetand return the only contained column's values.DSLContext.fetchValues(ResultQuery<R> query) Execute aResultQueryin the context of thisDSLContextand return all values for the only column.@NotNull List<?> DSLContext.fetchValues(SQL sql) Execute a new query holding plain SQL.<T> @NotNull List<T> DSLContext.fetchValues(Table<? extends Record1<T>> table) Fetch all values from a single column table.<T> @NotNull List<T> DSLContext.fetchValues(TableField<?, T> field) Fetch all values in a givenTable'sTableField.<T> @NotNull List<T> DSLContext.fetchValues(TableField<?, T> field, Condition condition) Fetch all values in a givenTable'sTableField.@NotNull LoaderCSVOptionsStep<R> LoaderCSVStep.fields(Collection<? extends Field<?>> fields) Specify the fields to be loaded into the table in the correct order.@NotNull LoaderCSVOptionsStep<R> Specify the fields to be loaded into the table in the correct order.@NotNull LoaderCSVOptionsStep<R> LoaderCSVStep.fields(LoaderFieldMapper mapper) Specify a function to apply on each input field to receive the target table's field.@NotNull LoaderJSONOptionsStep<R> LoaderJSONStep.fields(Collection<? extends Field<?>> fields) Specify the fields to be loaded into the table in the correct order.@NotNull LoaderJSONOptionsStep<R> Specify the fields to be loaded into the table in the correct order.@NotNull LoaderJSONOptionsStep<R> LoaderJSONStep.fields(LoaderFieldMapper mapper) Specify a function to apply on each input field to receive the target table's field.@NotNull LoaderListenerStep<R> LoaderRowsStep.fields(Collection<? extends Field<?>> fields) Specify the fields to be loaded into the table in the correct order.@NotNull LoaderListenerStep<R> Specify the fields to be loaded into the table in the correct order.@NotNull LoaderListenerStep<R> LoaderRowsStep.fields(LoaderFieldMapper mapper) Specify a function to apply on each input field to receive the target table's field.@NotNull DerivedColumnList1Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnListAdd a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList2Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList3Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList4Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList5Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList6Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList7Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList8Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList9Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList10Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList11Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList12Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList13Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList14Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList15Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList16Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList17Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList18Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList19Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList20Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19, String fieldName20) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList21Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19, String fieldName20, String fieldName21) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList22Name.fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19, String fieldName20, String fieldName21, String fieldName22) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnListName.fields(BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) 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.@NotNull DerivedColumnListDeprecated, 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.@NotNull DerivedColumnList1Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnListAdd a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList2Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList3Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList4Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList5Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList6Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList7Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList8Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList9Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList10Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList11Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList12Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList13Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList14Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList15Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList16Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList17Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList18Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList19Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList20Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19, Name fieldName20) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList21Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19, Name fieldName20, Name fieldName21) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnList22Name.fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19, Name fieldName20, Name fieldName21, Name fieldName22) Add a list of fields to this name to make this name aDerivedColumnList.@NotNull LoaderCSVOptionsStep<R> LoaderCSVStep.fieldsCorresponding()Indicate that all input fields which have a corresponding field in the target table (with the same name) should be loaded.@NotNull LoaderCSVOptionsStep<R> LoaderJSONStep.fieldsCorresponding()Indicate that all input fields which have a corresponding field in the target table (with the same name) should be loaded.@NotNull LoaderCSVOptionsStep<R> LoaderRowsStep.fieldsCorresponding()Indicate that all input fields which have a corresponding field in the target table (with the same name) should be loaded.@NotNull LoaderCSVOptionsStep<R> LoaderCSVStep.fieldsFromSource()Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10010] - UseLoaderCSVStep.fieldsCorresponding()instead.@NotNull LoaderCSVOptionsStep<R> LoaderJSONStep.fieldsFromSource()Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10010] - UseLoaderJSONStep.fieldsCorresponding()instead.@NotNull LoaderCSVOptionsStep<R> LoaderRowsStep.fieldsFromSource()Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10010] - UseLoaderRowsStep.fieldsCorresponding()instead.@NotNull WindowBeforeOverStep<T> AggregateFilterStep.filterWhere(String sql) Add aFILTER clauseto the aggregate function.@NotNull WindowBeforeOverStep<T> AggregateFilterStep.filterWhere(String sql, Object... bindings) Add aFILTER clauseto the aggregate function.@NotNull WindowBeforeOverStep<T> AggregateFilterStep.filterWhere(String sql, QueryPart... parts) Add aFILTER clauseto the aggregate function.@NotNull WindowBeforeOverStep<T> AggregateFilterStep.filterWhere(Collection<? extends Condition> conditions) Add aFILTER clauseto the aggregate function, connecting conditions with each other withOperator.AND.@NotNull WindowBeforeOverStep<T> AggregateFilterStep.filterWhere(Condition condition) Add aFILTER clauseto the aggregate function, connecting conditions with each other withOperator.AND.@NotNull WindowBeforeOverStep<T> AggregateFilterStep.filterWhere(Condition... conditions) Add aFILTER clauseto the aggregate function, connecting conditions with each other withOperator.AND.@NotNull WindowBeforeOverStep<T> AggregateFilterStep.filterWhere(Field<Boolean> field) Add aFILTER clauseto the aggregate function.@NotNull WindowBeforeOverStep<T> AggregateFilterStep.filterWhere(SQL sql) Add aFILTER clauseto the aggregate function.DAO.findAll()Find all records of the underlying table.Find a record of the underlying table by ID.DAO.findOptionalById(T id) Find a record of the underlying table by ID.@NotNull AlterTableFinalStepAlterTableAddStep.first()Add aFIRSTclause toALTER TABLE … ADD ….@NotNull WindowIgnoreNullsStep<T> Field.firstValue()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.firstValue(Field)instead.Field.floor()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.floor(Field)instead.@NotNull DDLQueryAdd theFORclause to theCREATE SYNONYMstatement.@NotNull DDLQueryAdd theFORclause to theCREATE SYNONYMstatement.@NotNull DDLQueryAdd theFORclause to theCREATE SYNONYMstatement.@NotNull DDLQueryAdd theFORclause to theDROP SYNONYMstatement.@NotNull DDLQueryAdd theFORclause to theDROP SYNONYMstatement.@NotNull DDLQueryAdd theFORclause to theDROP SYNONYMstatement.<T> @NotNull PivotInStep<T> Add a list of fields to thePIVOTclause.Table.for_(PeriodSpecification periodSpecification) Create a reference to a temporal table with aPeriodSpecificationfor usage inSelect.Table.forceIndex(String... indexes) Specify a MySQL style table hint for query optimisation.Table.forceIndexForGroupBy(String... indexes) Specify a MySQL style table hint for query optimisation.Table.forceIndexForJoin(String... indexes) Specify a MySQL style table hint for query optimisation.Table.forceIndexForOrderBy(String... indexes) Specify a MySQL style table hint for query optimisation.@NotNull CreateTriggerWhenStepCreateTriggerForStep.forEachRow()Add theFOR EACH ROWclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerWhenStepCreateTriggerForStep.forEachStatement()Add theFOR EACH STATEMENTclause to theCREATE TRIGGERstatement.@NotNull ConstraintForeignKeyReferencesStep1<?> ConstraintTypeStep.foreignKey(String field1) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStepNConstraintTypeStep.foreignKey(String... fields) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep2<?, ?> ConstraintTypeStep.foreignKey(String field1, String field2) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep3<?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep4<?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep5<?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep6<?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep7<?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep8<?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep9<?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13, String field14) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13, String field14, String field15) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13, String field14, String field15, String field16) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13, String field14, String field15, String field16, String field17) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13, String field14, String field15, String field16, String field17, String field18) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13, String field14, String field15, String field16, String field17, String field18, String field19) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13, String field14, String field15, String field16, String field17, String field18, String field19, String field20) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13, String field14, String field15, String field16, String field17, String field18, String field19, String field20, String field21) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11, String field12, String field13, String field14, String field15, String field16, String field17, String field18, String field19, String field20, String field21, String field22) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStepNConstraintTypeStep.foreignKey(Collection<? extends Field<?>> fields) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStepNConstraintTypeStep.foreignKey(Field<?>... fields) Add aFOREIGN KEYclause to theCONSTRAINT.<T1> @NotNull ConstraintForeignKeyReferencesStep1<T1> ConstraintTypeStep.foreignKey(Field<T1> field1) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2> @NotNull ConstraintForeignKeyReferencesStep2 <T1, T2> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3>
@NotNull ConstraintForeignKeyReferencesStep3<T1, T2, T3> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4>
@NotNull ConstraintForeignKeyReferencesStep4<T1, T2, T3, T4> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5>
@NotNull ConstraintForeignKeyReferencesStep5<T1, T2, T3, T4, T5> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6>
@NotNull ConstraintForeignKeyReferencesStep6<T1, T2, T3, T4, T5, T6> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7>
@NotNull ConstraintForeignKeyReferencesStep7<T1, T2, T3, T4, T5, T6, T7> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull ConstraintForeignKeyReferencesStep8<T1, T2, T3, T4, T5, T6, T7, T8> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull ConstraintForeignKeyReferencesStep9<T1, T2, T3, T4, T5, T6, T7, T8, T9> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull ConstraintForeignKeyReferencesStep10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull ConstraintForeignKeyReferencesStep11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull ConstraintForeignKeyReferencesStep12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull ConstraintForeignKeyReferencesStep13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull ConstraintForeignKeyReferencesStep14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull ConstraintForeignKeyReferencesStep15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull ConstraintForeignKeyReferencesStep16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull ConstraintForeignKeyReferencesStep17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull ConstraintForeignKeyReferencesStep18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull ConstraintForeignKeyReferencesStep19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull ConstraintForeignKeyReferencesStep20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull ConstraintForeignKeyReferencesStep21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21) Add aFOREIGN KEYclause to theCONSTRAINT.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull ConstraintForeignKeyReferencesStep22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> ConstraintTypeStep.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21, Field<T22> field22) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep1<?> ConstraintTypeStep.foreignKey(Name field1) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStepNConstraintTypeStep.foreignKey(Name... fields) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep2<?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep3<?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep4<?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep5<?, ?, ?, ?, ?> Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep6<?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep7<?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep8<?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep9<?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13, Name field14) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13, Name field14, Name field15) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13, Name field14, Name field15, Name field16) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13, Name field14, Name field15, Name field16, Name field17) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13, Name field14, Name field15, Name field16, Name field17, Name field18) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13, Name field14, Name field15, Name field16, Name field17, Name field18, Name field19) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13, Name field14, Name field15, Name field16, Name field17, Name field18, Name field19, Name field20) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13, Name field14, Name field15, Name field16, Name field17, Name field18, Name field19, Name field20, Name field21) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull ConstraintForeignKeyReferencesStep22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> ConstraintTypeStep.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11, Name field12, Name field13, Name field14, Name field15, Name field16, Name field17, Name field18, Name field19, Name field20, Name field21, Name field22) Add aFOREIGN KEYclause to theCONSTRAINT.@NotNull SelectForJSONStep<Record1<JSON>> SelectForStep.forJSON()Add a SQL Server-styleFOR JSONclause.@NotNull SelectForJSONStep<Record1<JSONB>> SelectForStep.forJSONB()Add a SQL Server-styleFOR JSONclause.@NotNull SelectForUpdateOfStep<R> SelectForUpdateStep.forKeyShare()Add aFOR KEY SHAREclause to the end of the query.@NotNull SelectForUpdateOfStep<R> SelectForUpdateStep.forNoKeyUpdate()Add aFOR NO KEY UPDATEclause to the end of the query.@NotNull JSONTableColumnsStepJSONTableColumnForOrdinalityStep.forOrdinality()Specify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theJSON_TABLEpredicate.@NotNull XMLTableColumnsStepXMLTableColumnForOrdinalityStep.forOrdinality()Specify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theXMLTABLEpredicate.Table.forPortionOf(PeriodSpecification periodSpecification) @NotNull SelectForUpdateOfStep<R> SelectForUpdateStep.forShare()Add aFOR SHAREclause to the end of the query.@NotNull SelectForUpdateOfStep<R> SelectForUpdateStep.forUpdate()Add aFOR UPDATEclause to the end of the query.@NotNull SelectForXMLStep<Record1<XML>> SelectForStep.forXML()Add a SQL Server-styleFOR XMLclause.@NotNull PeriodSpecificationFromToStep<T> Create a period specification for a given timestamp range overlapping with this period, excluding the end value.@NotNull PeriodSpecificationFromToStep<T> Create a period specification for a given timestamp range overlapping with this period, excluding the end value.@NotNull RevokeFinalStepAdd theFROMclause to theREVOKEstatement.@NotNull RevokeFinalStepAdd theFROMclause to theREVOKEstatement.@NotNull SelectJoinStep<R> Add aFROMclause to the query.@NotNull SelectJoinStep<R> Add aFROMclause to the query.@NotNull SelectJoinStep<R> Add aFROMclause to the query.@NotNull SelectJoinStep<R> SelectFromStep.from(Collection<? extends TableLike<?>> tables) Add aFROMclause to the query.@NotNull SelectJoinStep<R> Add aFROMclause to the query.@NotNull SelectJoinStep<R> Add aFROMclause to the query.@NotNull SelectJoinStep<R> Add aFROMclause to the query.@NotNull SelectJoinStep<R> Add aFROMclause to the query.@NotNull UpdateWhereStep<R> Add aFROMclause to the query.@NotNull UpdateWhereStep<R> Add aFROMclause to the query.@NotNull UpdateWhereStep<R> Add aFROMclause to the query.@NotNull UpdateWhereStep<R> UpdateFromStep.from(Collection<? extends TableLike<?>> tables) Add aFROMclause to the query.@NotNull UpdateWhereStep<R> Add aFROMclause to the query.@NotNull UpdateWhereStep<R> Add aFROMclause to the query.@NotNull UpdateWhereStep<R> Add aFROMclause to the query.@NotNull UpdateWhereStep<R> Add aFROMclause to the query.@NotNull WindowIgnoreNullsStep<T> WindowFromFirstLastStep.fromFirst()Add anFROM FIRSTclause to the window function.@NotNull WindowIgnoreNullsStep<T> WindowFromFirstLastStep.fromLast()Add aFROM LASTclause to the window function.@NotNull RevokeFinalStepRevokeFromStep.fromPublic()Add theFROM PUBLICclause to theREVOKEstatement.@NotNull SelectOptionalOnStep<R> SelectJoinStep.fullHashJoin(Path<?> table) Convenience method toFULL OUTER JOINa path to the last table added to theFROMclause usingTable.fullOuterHashJoin(Path).@NotNull SelectOnStep<R> SelectJoinStep.fullHashJoin(TableLike<?> table) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterHashJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.fullHashJoin(Path<?> path) FULL OUTER JOINa path to this table with aQOM.JoinHint.HASHhint.@NotNull TablePartitionByStep<Record> Table.fullHashJoin(TableLike<?> table) FULL OUTER JOINa table to this table with aQOM.JoinHint.HASHhint.@NotNull SelectOnStep<R> Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(String).@NotNull SelectOnStep<R> Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(String, Object...).@NotNull SelectOnStep<R> Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(String, QueryPart...).@NotNull SelectOnStep<R> Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(Name).@NotNull SelectOptionalOnStep<R> Convenience method toFULL OUTER JOINa path to the last table added to theFROMclause usingTable.fullOuterJoin(Path).@NotNull SelectOnStep<R> Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(String).@NotNull SelectOnStep<R> Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(TableLike).@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TableOptionalOnStep<Record> FULL OUTER JOINa path to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> FULL OUTER JOINa table to this table.@NotNull SelectOptionalOnStep<R> SelectJoinStep.fullLoopJoin(Path<?> table) Convenience method toFULL OUTER JOINa path to the last table added to theFROMclause usingTable.fullOuterLoopJoin(Path).@NotNull SelectOnStep<R> SelectJoinStep.fullLoopJoin(TableLike<?> table) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterLoopJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.fullLoopJoin(Path<?> path) FULL OUTER JOINa path to this table with aQOM.JoinHint.LOOPhint.@NotNull TablePartitionByStep<Record> Table.fullLoopJoin(TableLike<?> table) FULL OUTER JOINa table to this table with aQOM.JoinHint.LOOPhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.fullMergeJoin(Path<?> table) Convenience method toFULL OUTER JOINa path to the last table added to theFROMclause usingTable.fullOuterMergeJoin(Path).@NotNull SelectOnStep<R> SelectJoinStep.fullMergeJoin(TableLike<?> table) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterMergeJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.fullMergeJoin(Path<?> path) FULL OUTER JOINa path to this table with aQOM.JoinHint.MERGEhint.@NotNull TablePartitionByStep<Record> Table.fullMergeJoin(TableLike<?> table) FULL OUTER JOINa table to this table with aQOM.JoinHint.MERGEhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.fullOuterHashJoin(Path<?> table) Convenience method toFULL OUTER JOINa path to the last table added to theFROMclause usingTable.fullOuterHashJoin(Path)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterHashJoin(TableLike<?> table) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterHashJoin(TableLike)@NotNull TableOptionalOnStep<Record> Table.fullOuterHashJoin(Path<?> path) FULL OUTER JOINa path to this table with aQOM.JoinHint.HASHhint.@NotNull TablePartitionByStep<Record> Table.fullOuterHashJoin(TableLike<?> table) FULL OUTER JOINa table to this table with aQOM.JoinHint.HASHhint.@NotNull SelectOnStep<R> SelectJoinStep.fullOuterJoin(String sql) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(String)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterJoin(String sql, Object... bindings) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(String, Object...)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterJoin(String sql, QueryPart... parts) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(String, QueryPart...)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterJoin(Name name) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(Name)@NotNull SelectOptionalOnStep<R> SelectJoinStep.fullOuterJoin(Path<?> table) Convenience method toFULL OUTER JOINa path to the last table added to theFROMclause usingTable.fullOuterJoin(Path)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterJoin(SQL sql) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(String)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterJoin(TableLike<?> table) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterJoin(TableLike)@NotNull TablePartitionByStep<Record> Table.fullOuterJoin(String sql) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.fullOuterJoin(String sql, Object... bindings) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.fullOuterJoin(String sql, QueryPart... parts) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.fullOuterJoin(Name name) FULL OUTER JOINa table to this table.@NotNull TableOptionalOnStep<Record> Table.fullOuterJoin(Path<?> path) FULL OUTER JOINa path to this table.@NotNull TablePartitionByStep<Record> Table.fullOuterJoin(SQL sql) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.fullOuterJoin(TableLike<?> table) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.fullOuterJoin(String sql) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.fullOuterJoin(String sql, Object... bindings) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.fullOuterJoin(String sql, QueryPart... parts) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.fullOuterJoin(Name name) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.fullOuterJoin(SQL sql) FULL OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.fullOuterJoin(TableLike<?> table) FULL OUTER JOINa table to this table.@NotNull SelectOptionalOnStep<R> SelectJoinStep.fullOuterLoopJoin(Path<?> table) Convenience method toFULL OUTER JOINa path to the last table added to theFROMclause usingTable.fullOuterLoopJoin(Path)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterLoopJoin(TableLike<?> table) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterLoopJoin(TableLike)@NotNull TableOptionalOnStep<Record> Table.fullOuterLoopJoin(Path<?> path) FULL OUTER JOINa path to this table with aQOM.JoinHint.LOOPhint.@NotNull TablePartitionByStep<Record> Table.fullOuterLoopJoin(TableLike<?> table) FULL OUTER JOINa table to this table with aQOM.JoinHint.LOOPhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.fullOuterMergeJoin(Path<?> table) Convenience method toFULL OUTER JOINa path to the last table added to theFROMclause usingTable.fullOuterMergeJoin(Path)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterMergeJoin(TableLike<?> table) Convenience method toFULL OUTER JOINa table to the last table added to theFROMclause usingTable.fullOuterMergeJoin(TableLike)@NotNull TableOptionalOnStep<Record> Table.fullOuterMergeJoin(Path<?> path) FULL OUTER JOINa path to this table with aQOM.JoinHint.MERGEhint.@NotNull TablePartitionByStep<Record> Table.fullOuterMergeJoin(TableLike<?> table) FULL OUTER JOINa table to this table with aQOM.JoinHint.MERGEhint.@NotNull ConditionTheGEoperator.@NotNull ConditionField.ge(QuantifiedSelect<? extends Record1<T>> arg2) TheGEoperator.@NotNull ConditionTheGEoperator.@NotNull ConditionTheGEoperator.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow1.ge(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow10.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow11.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow12.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow13.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow13.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.ge(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow14.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.ge(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow15.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.ge(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow16.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.ge(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow17.ge(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow17.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.ge(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow18.ge(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow18.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.ge(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow19.ge(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow19.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow2.ge(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow20.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.ge(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow20.ge(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.ge(QuantifiedSelect<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.ge(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow21.ge(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.ge(QuantifiedSelect<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.ge(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow22.ge(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>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow7.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow8.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow9.ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRowN.ge(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.ge(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionDeprecated.Compare this subquery with another record for order.@NotNull ConditionDeprecated.Compare this subquery with a record for order.DataType.generatedAlwaysAs(Field<T> generatedAlwaysAsValue) Set the computed column expression of this data type to a constant expression.DataType.generatedAlwaysAs(T generatedAlwaysAsValue) Set the computed column expression of this data type to a constant value.DataType.generatedByDefaultAsIdentity()Return a new data type like this, with theDataType.identity(boolean)flag set totrue.@NotNull QOM.GenerationLocationDataType.generationLocation()Get theQOM.GenerationLocationof the computed column expression of this data type, if any.DataType.generationLocation(QOM.GenerationLocation generationOption) Set theDataType.generationLocation()of the computed column expression.@NotNull QOM.GenerationOptionDataType.generationOption()Get theQOM.GenerationOptionof the computed column expression of this data type, if any.DataType.generationOption(QOM.GenerationOption generationOption) Set theDataType.generationOption()of the computed column expression.@NotNull CatalogMeta.getCatalog(String name) Get a catalog object by name from the underlying meta data source, ornullif no such object exists.@NotNull CatalogMeta.getCatalog(Name name) Get a catalog object by name from the underlying meta data source, ornullif no such object exists.Meta.getCatalogs()Get all catalog objects from the underlying meta data source.Meta.getDomains()Get all domain objects from the underlying meta data source.Meta.getDomains(String name) Get all domain objects by name from the underlying meta data source.Meta.getDomains(Name name) Get all domain objects by name from the underlying meta data source.@NotNull List<ForeignKey<?, ?>> Meta.getForeignKeys()Get all foreign keys from the underlying meta data source.@NotNull List<ForeignKey<?, ?>> Meta.getForeignKeys(String name) Get all foreign keys from the underlying meta data source.@NotNull List<ForeignKey<?, ?>> Meta.getForeignKeys(Name name) Get all foreign keys from the underlying meta data source.Meta.getIndexes()Get all indexes from the underlying meta data sources.Meta.getIndexes(String name) Get all indexes from the underlying meta data sources.Meta.getIndexes(Name name) Get all indexes from the underlying meta data sources.Meta.getPrimaryKeys()Get all primary keys from the underlying meta data source.Meta.getPrimaryKeys(String name) Get all primary keys from the underlying meta data source.Meta.getPrimaryKeys(Name name) Get all primary keys from the underlying meta data source.Meta.getPublicSynonyms()Get all public synonym objects from the underlying meta data source.Meta.getPublicSynonyms(String name) Get all public synonym objects by name from the underlying meta data source.Meta.getPublicSynonyms(Name name) Get all public synonym objects by name from the underlying meta data source.@NotNull SelectQuery<R> SelectFinalStep.getQuery()Get the underlyingQuerythat is being constructed.@NotNull Result<?> StoreQuery.getResult()The records holding returned values as specified by any of theStoreQuery.setReturning()methods.DeleteQuery.getReturnedRecord()The record holding returned values as specified by any of theDeleteQuery.setReturning()methods.InsertQuery.getReturnedRecord()The record holding returned values as specified by any of theStoreQuery.setReturning()methods.StoreQuery.getReturnedRecord()The record holding returned values as specified by any of theStoreQuery.setReturning()methods.UpdateQuery.getReturnedRecord()The record holding returned values as specified by any of theStoreQuery.setReturning()methods.DeleteQuery.getReturnedRecords()The records holding returned values as specified by any of theDeleteQuery.setReturning()methods.InsertQuery.getReturnedRecords()The records holding returned values as specified by any of theStoreQuery.setReturning()methods.StoreQuery.getReturnedRecords()The records holding returned values as specified by any of theStoreQuery.setReturning()methods.UpdateQuery.getReturnedRecords()The records holding returned values as specified by any of theStoreQuery.setReturning()methods.Meta.getSchemas()Get all schema objects from the underlying meta data source.Meta.getSchemas(String name) Get all schema objects by name from the underlying meta data source.Meta.getSchemas(Name name) Get all schema objects by name from the underlying meta data source.Meta.getSequences()Get all sequence objects from the underlying meta data source.Meta.getSequences(String name) Get all sequence objects by name from the underlying meta data source.Meta.getSequences(Name name) Get all sequence objects by name from the underlying meta data source.Meta.getSynonyms()Get all synonym objects from the underlying meta data source.Meta.getSynonyms(String name) Get all synonym objects by name from the underlying meta data source.Meta.getSynonyms(Name name) Get all synonym objects by name from the underlying meta data source.Meta.getTables()Get all table objects from the underlying meta data source.Get all table objects by name from the underlying meta data source.Get all table objects by name from the underlying meta data source.Meta.getTriggers()Get all trigger objects from the underlying meta data source.Meta.getTriggers(String name) Get all trigger objects by name from the underlying meta data source.Meta.getTriggers(Name name) Get all trigger objects by name from the underlying meta data source.Meta.getUDTs()Get allUDTobjects from the underlying meta data source.Get allUDTobjects by name from the underlying meta data source.Get allUDTobjects by name from the underlying meta data source.Meta.getUniqueKeys()Get all unique keys from the underlying meta data source.Meta.getUniqueKeys(String name) Get all unique keys from the underlying meta data source.Meta.getUniqueKeys(Name name) Get all unique keys from the underlying meta data source.@NotNull GrantOnStepDSLContext.grant(Collection<? extends Privilege> privileges) TheGRANTstatement.@NotNull GrantOnStepTheGRANTstatement.@NotNull GrantOnStepTheGRANTstatement.@NotNull ConditionField.greaterOrEqual(Field<T> arg2) TheGREATER_OR_EQUALoperator, an alias for theGEoperator.@NotNull ConditionField.greaterOrEqual(QuantifiedSelect<? extends Record1<T>> arg2) TheGREATER_OR_EQUALoperator, an alias for theGEoperator.@NotNull ConditionField.greaterOrEqual(Select<? extends Record1<T>> arg2) TheGREATER_OR_EQUALoperator, an alias for theGEoperator.@NotNull ConditionField.greaterOrEqual(T arg2) TheGREATER_OR_EQUALoperator, an alias for theGEoperator.@NotNull ConditionRow1.greaterOrEqual(Field<T1> t1) Compare this row value expression with another row value expression for order.@NotNull ConditionRow1.greaterOrEqual(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow1.greaterOrEqual(Record1<T1> record) Compare this row value expression with a record for order.@NotNull ConditionRow1.greaterOrEqual(Row1<T1> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow1.greaterOrEqual(Select<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow1.greaterOrEqual(T1 t1) Compare this row value expression with another row value expression for order.@NotNull ConditionRow10.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow11.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for order.@NotNull ConditionRow11.greaterOrEqual(QuantifiedSelect<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow11.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11) Compare this row value expression with another row value expression for order.@NotNull ConditionRow12.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for order.@NotNull ConditionRow12.greaterOrEqual(QuantifiedSelect<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow12.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Compare this row value expression with another row value expression for order.@NotNull ConditionRow13.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for order.@NotNull ConditionRow13.greaterOrEqual(QuantifiedSelect<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow13.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.greaterOrEqual(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow14.greaterOrEqual(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow14.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.greaterOrEqual(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow15.greaterOrEqual(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow15.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.greaterOrEqual(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow16.greaterOrEqual(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow16.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.greaterOrEqual(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow17.greaterOrEqual(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow17.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.greaterOrEqual(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow18.greaterOrEqual(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow18.greaterOrEqual(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow18.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.greaterOrEqual(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow19.greaterOrEqual(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow19.greaterOrEqual(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow19.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for order.@NotNull ConditionRow2.greaterOrEqual(Field<T1> t1, Field<T2> t2) Compare this row value expression with another row value expression for order.@NotNull ConditionRow2.greaterOrEqual(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow2.greaterOrEqual(Record2<T1, T2> record) Compare this row value expression with a record for order.@NotNull ConditionRow2.greaterOrEqual(Row2<T1, T2> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow2.greaterOrEqual(Select<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow2.greaterOrEqual(T1 t1, T2 t2) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.greaterOrEqual(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.greaterOrEqual(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> record) Compare this row value expression with a record for order.@NotNull ConditionRow20.greaterOrEqual(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.greaterOrEqual(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.greaterOrEqual(QuantifiedSelect<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.greaterOrEqual(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with a record for order.@NotNull ConditionRow21.greaterOrEqual(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.greaterOrEqual(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.greaterOrEqual(QuantifiedSelect<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.greaterOrEqual(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with a record for order.@NotNull ConditionRow22.greaterOrEqual(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.greaterOrEqual(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>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow3.greaterOrEqual(QuantifiedSelect<? extends Record3<T1, T2, T3>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow3.greaterOrEqual(Record3<T1, T2, T3> record) Compare this row value expression with a record for order.@NotNull ConditionRow3.greaterOrEqual(Row3<T1, T2, T3> row) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow3.greaterOrEqual(T1 t1, T2 t2, T3 t3) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow4.greaterOrEqual(QuantifiedSelect<? extends Record4<T1, T2, T3, T4>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow4.greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow5.greaterOrEqual(QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow6.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6) Compare this row value expression with another row value expression for order.@NotNull ConditionRow6.greaterOrEqual(QuantifiedSelect<? extends Record6<T1, T2, T3, T4, T5, T6>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow7.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression for order.@NotNull ConditionRow7.greaterOrEqual(QuantifiedSelect<? extends Record7<T1, T2, T3, T4, T5, T6, T7>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow8.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow9.greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRowN.greaterOrEqual(Object... values) Compare this row value expression with another row value expression for order.@NotNull ConditionRowN.greaterOrEqual(Field<?>... values) Compare this row value expression with another row value expression for order.@NotNull ConditionRowN.greaterOrEqual(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionRowN.greaterOrEqual(Record record) Compare this row value expression with a record for order.@NotNull ConditionRowN.greaterOrEqual(RowN row) Compare this row value expression with another row value expression for order.@NotNull ConditionRowN.greaterOrEqual(Select<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterOrEqual(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterOrEqual(Select<? extends R> select) Deprecated.Compare this subquery with another record for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterOrEqual(R record) Deprecated.Compare this subquery with a record for order.@NotNull ConditionField.greaterThan(Field<T> arg2) TheGREATER_THANoperator, an alias for theGToperator.@NotNull ConditionField.greaterThan(QuantifiedSelect<? extends Record1<T>> arg2) TheGREATER_THANoperator, an alias for theGToperator.@NotNull ConditionField.greaterThan(Select<? extends Record1<T>> arg2) TheGREATER_THANoperator, an alias for theGToperator.@NotNull ConditionField.greaterThan(T arg2) TheGREATER_THANoperator, an alias for theGToperator.@NotNull ConditionRow1.greaterThan(Field<T1> t1) Compare this row value expression with another row value expression for order.@NotNull ConditionRow1.greaterThan(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow1.greaterThan(Record1<T1> record) Compare this row value expression with a record for order.@NotNull ConditionRow1.greaterThan(Row1<T1> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow1.greaterThan(Select<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow1.greaterThan(T1 t1) Compare this row value expression with another row value expression for order.@NotNull ConditionRow10.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow11.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow12.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for order.@NotNull ConditionRow12.greaterThan(QuantifiedSelect<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow12.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Compare this row value expression with another row value expression for order.@NotNull ConditionRow13.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for order.@NotNull ConditionRow13.greaterThan(QuantifiedSelect<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow13.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.greaterThan(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow14.greaterThan(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow14.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.greaterThan(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow15.greaterThan(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow15.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.greaterThan(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow16.greaterThan(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow16.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.greaterThan(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow17.greaterThan(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow17.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.greaterThan(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow18.greaterThan(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow18.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.greaterThan(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow19.greaterThan(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow19.greaterThan(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow19.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for order.@NotNull ConditionRow2.greaterThan(Field<T1> t1, Field<T2> t2) Compare this row value expression with another row value expression for order.@NotNull ConditionRow2.greaterThan(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow2.greaterThan(Record2<T1, T2> record) Compare this row value expression with a record for order.@NotNull ConditionRow2.greaterThan(Row2<T1, T2> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow2.greaterThan(Select<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow2.greaterThan(T1 t1, T2 t2) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.greaterThan(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.greaterThan(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> record) Compare this row value expression with a record for order.@NotNull ConditionRow20.greaterThan(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.greaterThan(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.greaterThan(QuantifiedSelect<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.greaterThan(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with a record for order.@NotNull ConditionRow21.greaterThan(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.greaterThan(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.greaterThan(QuantifiedSelect<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.greaterThan(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with a record for order.@NotNull ConditionRow22.greaterThan(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.greaterThan(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>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow3.greaterThan(QuantifiedSelect<? extends Record3<T1, T2, T3>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow3.greaterThan(Record3<T1, T2, T3> record) Compare this row value expression with a record for order.@NotNull ConditionRow3.greaterThan(Row3<T1, T2, T3> row) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow3.greaterThan(T1 t1, T2 t2, T3 t3) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow4.greaterThan(QuantifiedSelect<? extends Record4<T1, T2, T3, T4>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow4.greaterThan(T1 t1, T2 t2, T3 t3, T4 t4) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow5.greaterThan(QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow6.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6) Compare this row value expression with another row value expression for order.@NotNull ConditionRow6.greaterThan(QuantifiedSelect<? extends Record6<T1, T2, T3, T4, T5, T6>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow7.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression for order.@NotNull ConditionRow7.greaterThan(QuantifiedSelect<? extends Record7<T1, T2, T3, T4, T5, T6, T7>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow8.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow9.greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRowN.greaterThan(Object... values) Compare this row value expression with another row value expression for order.@NotNull ConditionRowN.greaterThan(Field<?>... values) Compare this row value expression with another row value expression for order.@NotNull ConditionRowN.greaterThan(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionRowN.greaterThan(Record record) Compare this row value expression with a record for order.@NotNull ConditionRowN.greaterThan(RowN row) Compare this row value expression with another row value expression for order.@NotNull ConditionRowN.greaterThan(Select<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterThan(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterThan(Select<? extends R> select) Deprecated.Compare this subquery with another record for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterThan(R record) Deprecated.Compare this subquery with a record for order.Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.greatest(Field, Field...)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.greatest(Field, Field...)instead.@NotNull SelectHavingStep<R> SelectGroupByStep.groupBy(Collection<? extends GroupField> fields) Add aGROUP BYclause to the query@NotNull SelectHavingStep<R> SelectGroupByStep.groupBy(GroupField... fields) Add aGROUP BYclause to the query@NotNull SelectHavingStep<R> SelectGroupByStep.groupByDistinct(Collection<? extends GroupField> fields) Add aGROUP BY DISTINCTclause to the query@NotNull SelectHavingStep<R> SelectGroupByStep.groupByDistinct(GroupField... fields) Add aGROUP BY DISTINCTclause to the query@NotNull WindowRowsAndStep<T> WindowRowsStep.groupsBetweenCurrentRow()Add aGROUPS BETWEEN CURRENT ROW …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.groupsBetweenCurrentRow()Add aGROUPS BETWEEN CURRENT ROW …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.groupsBetweenFollowing(int number) Add aGROUPS BETWEEN [number] FOLLOWING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.groupsBetweenFollowing(int number) Add aGROUPS BETWEEN [number] FOLLOWING …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.groupsBetweenPreceding(int number) Add aGROUPS BETWEEN [number] PRECEDING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.groupsBetweenPreceding(int number) Add aGROUPS BETWEEN [number] PRECEDING …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.groupsBetweenUnboundedFollowing()Add aGROUPS BETWEEN UNBOUNDED FOLLOWING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.groupsBetweenUnboundedFollowing()Add aGROUPS BETWEEN UNBOUNDED FOLLOWING …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.groupsBetweenUnboundedPreceding()Add aGROUPS BETWEEN UNBOUNDED PRECEDING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.groupsBetweenUnboundedPreceding()Add aGROUPS BETWEEN UNBOUNDED PRECEDING …frame clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.groupsCurrentRow()Add aGROUPS CURRENT ROWframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.groupsCurrentRow()Add aGROUPS CURRENT ROWframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.groupsFollowing(int number) Add aGROUPS [number] FOLLOWINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.groupsFollowing(int number) Add aGROUPS [number] FOLLOWINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.groupsPreceding(int number) Add aGROUPS [number] PRECEDINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.groupsPreceding(int number) Add aGROUPS [number] PRECEDINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.groupsUnboundedFollowing()Add aGROUPS UNBOUNDED FOLLOWINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.groupsUnboundedFollowing()Add aGROUPS UNBOUNDED FOLLOWINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.groupsUnboundedPreceding()Add aGROUPS UNBOUNDED PRECEDINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.groupsUnboundedPreceding()Add aGROUPS UNBOUNDED PRECEDINGframe clause to the window specification.@NotNull ConditionTheGToperator.@NotNull ConditionField.gt(QuantifiedSelect<? extends Record1<T>> arg2) TheGToperator.@NotNull ConditionTheGToperator.@NotNull ConditionTheGToperator.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow1.gt(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow10.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow11.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow12.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow13.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow13.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.gt(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow14.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.gt(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow15.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.gt(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow16.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.gt(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow17.gt(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow17.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.gt(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow18.gt(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow18.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.gt(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow19.gt(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow19.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow2.gt(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow20.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.gt(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow20.gt(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.gt(QuantifiedSelect<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.gt(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow21.gt(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.gt(QuantifiedSelect<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.gt(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow22.gt(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>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow7.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow8.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow9.gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRowN.gt(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.gt(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionDeprecated.Compare this subquery with another record for order.@NotNull ConditionDeprecated.Compare this subquery with a record for order.@NotNull SelectOptionalOnStep<R> Convenience method toINNER JOINa path to the last table added to theFROMclause usingTable.hashJoin(Path).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.hashJoin(TableLike).@NotNull TableOptionalOnStep<Record> INNER JOINa path to this table with aQOM.JoinHint.HASHhint.@NotNull TableOnStep<Record> INNER JOINa table to this table with aQOM.JoinHint.HASHhint.@NotNull SelectHavingConditionStep<R> Add aHAVINGclause to the query.@NotNull SelectHavingConditionStep<R> Add aHAVINGclause to the query.@NotNull SelectHavingConditionStep<R> Add aHAVINGclause to the query.@NotNull SelectHavingConditionStep<R> SelectHavingStep.having(Collection<? extends Condition> conditions) Add aHAVINGclause to the query, connecting them with each other withOperator.AND.@NotNull SelectHavingConditionStep<R> Add aHAVINGclause to the query, connecting them with each other withOperator.AND.@NotNull SelectHavingConditionStep<R> Add aHAVINGclause to the query, connecting them with each other withOperator.AND.@NotNull SelectHavingConditionStep<R> Add aHAVINGclause to the query.@NotNull SelectHavingConditionStep<R> Add aHAVINGclause to the query.DataType.hidden(boolean hidden) Return a new data type like this, with a new hidden attribute.@NotNull SelectFromStep<R> Add an Oracle-style hint to the preceding select clause.DataType.identity(boolean identity) Return a new data type like this, with a new identity flag.Table.ignoreIndex(String... indexes) Specify a MySQL style table hint for query optimisation.Table.ignoreIndexForGroupBy(String... indexes) Specify a MySQL style table hint for query optimisation.Table.ignoreIndexForJoin(String... indexes) Specify a MySQL style table hint for query optimisation.Table.ignoreIndexForOrderBy(String... indexes) Specify a MySQL style table hint for query optimisation.@NotNull WindowOverStep<T> WindowIgnoreNullsStep.ignoreNulls()Add anIGNORE NULLSclause to the window function.@NotNull LoaderCSVOptionsStep<R> LoaderCSVOptionsStep.ignoreRows(int number) Specify that a certain number of rows should be ignored from the CSV file.@NotNull ConditionField.in(Collection<?> values) Create a condition to check this field against several values.@NotNull ConditionCreate a condition to check this field against several values.@NotNull ConditionCreate a condition to check this field against several values from a previous query.@NotNull ConditionTheINoperator.@NotNull ConditionCreate a condition to check this field against several values.The range over which to loop.The range over which to loop.PivotInStep.in(Collection<? extends Field<T>> fields) Specify the acceptable values for pivotingSpecify the acceptable values for pivotingSpecify the acceptable values for pivoting@NotNull ConditionRow1.in(Collection<? extends Row1<T1>> rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow17.in(Collection<? extends Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionRow17.in(Result<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> result) Compare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionRow17.in(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow18.in(Collection<? extends Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionRow18.in(Result<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> result) Compare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionRow18.in(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow19.in(Collection<? extends Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionRow19.in(Result<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> result) Compare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionRow19.in(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow2.in(Collection<? extends Row2<T1, T2>> rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow20.in(Collection<? extends Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionRow20.in(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>... record) Compare this row value expression with a set of records for equality.@NotNull ConditionRow20.in(Result<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> result) Compare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionRow20.in(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow21.in(Collection<? extends Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionRow21.in(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>... record) Compare this row value expression with a set of records for equality.@NotNull ConditionRow21.in(Result<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> result) Compare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionRow21.in(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow22.in(Collection<? extends Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionRow22.in(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... record) Compare this row value expression with a set of records for equality.@NotNull ConditionRow22.in(Result<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> result) Compare this row value expression with a set of records for equality.@NotNull ConditionRow22.in(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionRow22.in(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>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRowN.in(Collection<? extends RowN> rows) Compare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a set of row value expressions for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionDeprecated.Compare this subquery with another subquery for equality.@NotNull ConditionDeprecated.Compare this subquery with a set of records for equality.@NotNull CreateIndexWhereStepAdd theINCLUDEclause to theCREATE INDEXstatement.@NotNull CreateIndexWhereStepCreateIndexIncludeStep.include(Collection<? extends Field<?>> include) Add theINCLUDEclause to theCREATE INDEXstatement.@NotNull CreateIndexWhereStepAdd theINCLUDEclause to theCREATE INDEXstatement.@NotNull CreateIndexWhereStepAdd theINCLUDEclause to theCREATE INDEXstatement.@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONCommonDirectivesStep.includeNullValues()Add a SQL Server-styleFOR JSON …, INCLUDE_NULL_VALUESclause.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.incrementBy(Field<T> incrementBy) Add theINCREMENT BYclause to theALTER SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.incrementBy(T incrementBy) Add theINCREMENT BYclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> CreateSequenceFlagsStep.incrementBy(Field<T> incrementBy) Add theINCREMENT BYclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> CreateSequenceFlagsStep.incrementBy(T incrementBy) Add theINCREMENT BYclause to theCREATE SEQUENCEstatement.@NotNull CreateTableElementListStepAdd theINDEXclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepCreateTableElementListStep.indexes(Collection<? extends Index> indexes) Add theINDEXESclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theINDEXESclause to theCREATE TABLEstatement.@NotNull SelectOptionalOnStep<R> SelectJoinStep.innerHashJoin(Path<?> path) Convenience method toINNER JOINa path to the last table added to theFROMclause usingTable.innerHashJoin(Path).@NotNull SelectOnStep<R> SelectJoinStep.innerHashJoin(TableLike<?> table) Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.innerHashJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.innerHashJoin(Path<?> path) INNER JOINa path to this table with aQOM.JoinHint.HASHhint.@NotNull TableOnStep<Record> Table.innerHashJoin(TableLike<?> table) INNER JOINa table to this table with aQOM.JoinHint.HASHhint.@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(String).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(String, Object...).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(String, QueryPart...).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(Name).@NotNull SelectOptionalOnStep<R> Convenience method toINNER JOINa path to the last table added to theFROMclause usingTable.join(Path).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(String).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(TableLike).@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOptionalOnStep<Record> INNER JOINa path to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull SelectOptionalOnStep<R> SelectJoinStep.innerLoopJoin(Path<?> path) Convenience method toINNER JOINa path to the last table added to theFROMclause usingTable.innerLoopJoin(Path).@NotNull SelectOnStep<R> SelectJoinStep.innerLoopJoin(TableLike<?> table) Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.innerLoopJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.innerLoopJoin(Path<?> path) INNER JOINa path to this table with aQOM.JoinHint.LOOPhint.@NotNull TableOnStep<Record> Table.innerLoopJoin(TableLike<?> table) INNER JOINa table to this table with aQOM.JoinHint.LOOPhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.innerMergeJoin(Path<?> path) Convenience method toINNER JOINa path to the last table added to theFROMclause usingTable.innerMergeJoin(Path).@NotNull SelectOnStep<R> SelectJoinStep.innerMergeJoin(TableLike<?> table) Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.innerMergeJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.innerMergeJoin(Path<?> path) INNER JOINa path to this table with aQOM.JoinHint.MERGEhint.@NotNull TableOnStep<Record> Table.innerMergeJoin(TableLike<?> table) INNER JOINa table to this table with aQOM.JoinHint.MERGEhint.The range over which to loop.The range over which to loop.voidDAO.insert(Collection<P> objects) Performs a batchINSERTstatement for a given set of POJOs.voidPerforms anINSERTstatement for a given POJO.voidPerforms a batchINSERTstatement for a given set of POJOs.intTableRecord.insert()Store this record to the database using anINSERTstatement.intTableRecord.insert(Collection<? extends Field<?>> fields) Store parts of this record to the database using anINSERTstatement.intStore parts of this record to the database using anINSERTstatement.intUpdatableRecord.insert()Store this record back to the database using anINSERTstatement.intUpdatableRecord.insert(Collection<? extends Field<?>> fields) Store parts of this record to the database using anINSERTstatement.intStore parts of this record to the database using anINSERTstatement.<R extends Record>
@NotNull InsertSetStep<R> DSLContext.insertInto(Table<R> into) Create a new DSL insert statement.<R extends Record>
@NotNull InsertValuesStepN<R> DSLContext.insertInto(Table<R> into, Collection<? extends Field<?>> fields) Create a new DSL insert statement.<R extends Record>
@NotNull InsertValuesStepN<R> DSLContext.insertInto(Table<R> into, Field<?>... fields) Create a new DSL insert statement.<R extends Record,T1>
@NotNull InsertValuesStep1<R, T1> DSLContext.insertInto(Table<R> into, Field<T1> field1) Create a new DSL insert statement.<R extends Record,T1, T2>
@NotNull InsertValuesStep2<R, T1, T2> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2) Create a new DSL insert statement.<R extends Record,T1, T2, T3>
@NotNull InsertValuesStep3<R, T1, T2, T3> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4>
@NotNull InsertValuesStep4<R, T1, T2, T3, T4> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5>
@NotNull InsertValuesStep5<R, T1, T2, T3, T4, T5> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6>
@NotNull InsertValuesStep6<R, T1, T2, T3, T4, T5, T6> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7>
@NotNull InsertValuesStep7<R, T1, T2, T3, T4, T5, T6, T7> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8>
@NotNull InsertValuesStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull InsertValuesStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull InsertValuesStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull InsertValuesStep11<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull InsertValuesStep12<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull InsertValuesStep13<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull InsertValuesStep14<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull InsertValuesStep15<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull InsertValuesStep16<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull InsertValuesStep17<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull InsertValuesStep18<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull InsertValuesStep19<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull InsertValuesStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> DSLContext.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21, Field<T22> field22) Create a new DSL insert statement.<R extends Record>
@NotNull InsertSetStep<R> WithStep.insertInto(Table<R> into) Create a new DSL insert statement.<R extends Record>
@NotNull InsertValuesStepN<R> WithStep.insertInto(Table<R> into, Collection<? extends Field<?>> fields) Create a new DSL insert statement.<R extends Record>
@NotNull InsertValuesStepN<R> WithStep.insertInto(Table<R> into, Field<?>... fields) Create a new DSL insert statement.<R extends Record,T1>
@NotNull InsertValuesStep1<R, T1> WithStep.insertInto(Table<R> into, Field<T1> field1) Create a new DSL insert statement.<R extends Record,T1, T2>
@NotNull InsertValuesStep2<R, T1, T2> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2) Create a new DSL insert statement.<R extends Record,T1, T2, T3>
@NotNull InsertValuesStep3<R, T1, T2, T3> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4>
@NotNull InsertValuesStep4<R, T1, T2, T3, T4> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5>
@NotNull InsertValuesStep5<R, T1, T2, T3, T4, T5> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6>
@NotNull InsertValuesStep6<R, T1, T2, T3, T4, T5, T6> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7>
@NotNull InsertValuesStep7<R, T1, T2, T3, T4, T5, T6, T7> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8>
@NotNull InsertValuesStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull InsertValuesStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull InsertValuesStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull InsertValuesStep11<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull InsertValuesStep12<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull InsertValuesStep13<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull InsertValuesStep14<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull InsertValuesStep15<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull InsertValuesStep16<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull InsertValuesStep17<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull InsertValuesStep18<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull InsertValuesStep19<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21) Create a new DSL insert statement.<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull InsertValuesStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> WithStep.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8, Field<T9> field9, Field<T10> field10, Field<T11> field11, Field<T12> field12, Field<T13> field13, Field<T14> field14, Field<T15> field15, Field<T16> field16, Field<T17> field17, Field<T18> field18, Field<T19> field19, Field<T20> field20, Field<T21> field21, Field<T22> field22) Create a new DSL insert statement.<R extends Record>
@NotNull InsertQuery<R> DSLContext.insertQuery(Table<R> into) Create a newInsertQuery@NotNull CreateTriggerEventOrStepCreateTriggerEventStep.insteadOfDelete()Add theINSTEAD OF DELETEclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerEventOrStepCreateTriggerEventStep.insteadOfInsert()Add theINSTEAD OF INSERTclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerEventOfStepCreateTriggerEventStep.insteadOfUpdate()Add theINSTEAD OF UPDATEclause to theCREATE TRIGGERstatement.Apply theINTERSECTset operation.@NotNull SelectOrderByStep<R> Apply theINTERSECTset operation.Select.intersectAll(Select<? extends R> select) Apply theINTERSECT ALLset operation.@NotNull SelectOrderByStep<R> SelectUnionStep.intersectAll(Select<? extends R> select) Apply theINTERSECT ALLset operation.Select.intersectDistinct(Select<? extends R> select) Apply theINTERSECTset operation.@NotNull SelectOrderByStep<R> SelectUnionStep.intersectDistinct(Select<? extends R> select) Apply theINTERSECTset operation.@NotNull SelectFromStep<R> SelectIntoStep.into(Collection<? extends Variable<?>> variables) Add a PL/SQL styleINTOclause to theSELECTstatement to assign the projection of a single rowSELECTstatement to local variables in a procedural context.@NotNull SelectFromStep<Record> Add a T-SQL styleINTOclause to theSELECTstatement to create a new table from aSELECTstatement.@NotNull SelectFromStep<R> Add a PL/SQL styleINTOclause to theSELECTstatement to assign the projection of a single rowSELECTstatement to local variables in a procedural context.@NotNull CommentOnFinalStepAdd theISclause to theCOMMENT ON TABLEstatement.@NotNull CommentOnFinalStepAdd theISclause to theCOMMENT ON TABLEstatement.@NotNull ConditionField.isDistinctFrom(Field<T> arg2) TheIS_DISTINCT_FROMoperator.@NotNull ConditionField.isDistinctFrom(Select<? extends Record1<T>> arg2) TheIS_DISTINCT_FROMoperator.@NotNull ConditionField.isDistinctFrom(T arg2) TheIS_DISTINCT_FROMoperator.@NotNull ConditionRow1.isDistinctFrom(Field<T1> t1) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow1.isDistinctFrom(Record1<T1> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow1.isDistinctFrom(Row1<T1> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow1.isDistinctFrom(Select<? extends Record1<T1>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow1.isDistinctFrom(T1 t1) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow10.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow11.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow11.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow12.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow12.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow13.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow13.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow14.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow14.isDistinctFrom(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow14.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow15.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow15.isDistinctFrom(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow15.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow16.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow16.isDistinctFrom(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow16.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow17.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow17.isDistinctFrom(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow17.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow18.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow18.isDistinctFrom(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow18.isDistinctFrom(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow18.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow19.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow19.isDistinctFrom(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow19.isDistinctFrom(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow19.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isDistinctFrom(Field<T1> t1, Field<T2> t2) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isDistinctFrom(Record2<T1, T2> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isDistinctFrom(Row2<T1, T2> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isDistinctFrom(Select<? extends Record2<T1, T2>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isDistinctFrom(T1 t1, T2 t2) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isDistinctFrom(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isDistinctFrom(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isDistinctFrom(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isDistinctFrom(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isDistinctFrom(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isDistinctFrom(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isDistinctFrom(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isDistinctFrom(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isDistinctFrom(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>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow3.isDistinctFrom(Record3<T1, T2, T3> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow3.isDistinctFrom(Row3<T1, T2, T3> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow3.isDistinctFrom(T1 t1, T2 t2, T3 t3) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow4.isDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow6.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow7.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow8.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow9.isDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isDistinctFrom(Object... values) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isDistinctFrom(Field<?>... values) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isDistinctFrom(Record record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isDistinctFrom(RowN row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isDistinctFrom(Select<? extends Record> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isDistinctFrom(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with another record for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isDistinctFrom(Select<? extends R> select) Deprecated.Compare this subquery with another record for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isDistinctFrom(R record) Deprecated.Compare this subquery with another record for distinctness.@NotNull ConditionField.isDocument()TheIS_DOCUMENToperator.@NotNull ConditionField.isFalse()Create a condition to check this field against known string literals forfalse.@NotNull ConditionField.isJson()TheIS_JSONoperator.@NotNull ConditionField.isNotDistinctFrom(Field<T> arg2) TheIS_NOT_DISTINCT_FROMoperator.@NotNull ConditionField.isNotDistinctFrom(Select<? extends Record1<T>> arg2) TheIS_NOT_DISTINCT_FROMoperator.@NotNull ConditionField.isNotDistinctFrom(T arg2) TheIS_NOT_DISTINCT_FROMoperator.@NotNull ConditionRow1.isNotDistinctFrom(Field<T1> t1) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow1.isNotDistinctFrom(Record1<T1> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow1.isNotDistinctFrom(Row1<T1> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow1.isNotDistinctFrom(Select<? extends Record1<T1>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow1.isNotDistinctFrom(T1 t1) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow10.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow11.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow11.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow12.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow12.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow13.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow13.isNotDistinctFrom(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow13.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow14.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow14.isNotDistinctFrom(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow14.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow15.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow15.isNotDistinctFrom(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow15.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow16.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow16.isNotDistinctFrom(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow16.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow17.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow17.isNotDistinctFrom(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow17.isNotDistinctFrom(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow17.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow18.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow18.isNotDistinctFrom(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow18.isNotDistinctFrom(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow18.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow19.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow19.isNotDistinctFrom(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow19.isNotDistinctFrom(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow19.isNotDistinctFrom(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow19.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isNotDistinctFrom(Field<T1> t1, Field<T2> t2) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isNotDistinctFrom(Record2<T1, T2> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isNotDistinctFrom(Row2<T1, T2> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isNotDistinctFrom(Select<? extends Record2<T1, T2>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow2.isNotDistinctFrom(T1 t1, T2 t2) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isNotDistinctFrom(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isNotDistinctFrom(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isNotDistinctFrom(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow20.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isNotDistinctFrom(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isNotDistinctFrom(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isNotDistinctFrom(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow21.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isNotDistinctFrom(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isNotDistinctFrom(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isNotDistinctFrom(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>> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow22.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow3.isNotDistinctFrom(Record3<T1, T2, T3> record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow3.isNotDistinctFrom(Row3<T1, T2, T3> row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow3.isNotDistinctFrom(T1 t1, T2 t2, T3 t3) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow4.isNotDistinctFrom(T1 t1, T2 t2, T3 t3, T4 t4) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow6.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow7.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow8.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRow9.isNotDistinctFrom(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isNotDistinctFrom(Object... values) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isNotDistinctFrom(Field<?>... values) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isNotDistinctFrom(Record record) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isNotDistinctFrom(RowN row) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRowN.isNotDistinctFrom(Select<? extends Record> select) Compare this row value expression with another row value expression for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isNotDistinctFrom(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with another record for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isNotDistinctFrom(Select<? extends R> select) Deprecated.Compare this subquery with another record for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isNotDistinctFrom(R record) Deprecated.Compare this subquery with another record for distinctness.@NotNull ConditionField.isNotDocument()TheIS_NOT_DOCUMENToperator.@NotNull ConditionField.isNotJson()TheIS_NOT_JSONoperator.@NotNull ConditionField.isNotNull()TheIS_NOT_NULLoperator.@NotNull ConditionRow.isNotNull()Check if this row value expression contains noNULLvalues.@NotNull ConditionSelect.isNotNull()Check if the result of this subqueryIS NOT NULL@NotNull ConditionField.isNull()TheIS_NULLoperator.@NotNull ConditionRow.isNull()Check if this row value expression contains onlyNULLvalues.@NotNull ConditionSelect.isNull()Check if the result of this subqueryIS NULL@NotNull ConditionField.isTrue()Create a condition to check this field against known string literals fortrue.@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(String).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(String, Object...).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(String, QueryPart...).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(Name).@NotNull SelectOptionalOnStep<R> Convenience method toINNER JOINa path to the last table added to theFROMclause usingTable.join(Path).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(String).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.join(TableLike).@NotNull SelectOptionalOnStep<R> Convenience method to join a table to the last table added to theFROMclause usingTable.join(TableLike, JoinType)@NotNull SelectOptionalOnStep<R> SelectJoinStep.join(TableLike<?> table, JoinType type, QOM.JoinHint hint) Convenience method to join a table to the last table added to theFROMclause usingTable.join(TableLike, JoinType, JoinHint)@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOptionalOnStep<Record> INNER JOINa path to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOnStep<Record> INNER JOINa table to this table.@NotNull TableOptionalOnStep<Record> Join a table to this table using aJoinType.@NotNull TableOptionalOnStep<Record> Table.join(TableLike<?> table, JoinType type, QOM.JoinHint hint) Join a table to this table using aJoinTypeandQOM.JoinHint.@NotNull TablePartitionByStep<Record> Join a table to this table using aJoinType.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.join(TableLike<?> table, JoinType type, QOM.JoinHint hint) Join a table to this table using aJoinTypeand aQOM.JoinHint.@NotNull AggregateFilterStep<T> AggregateFunction.keepDenseRankFirstOrderBy(Collection<? extends OrderField<?>> fields) Restrict this aggregate function toFIRSTvalues@NotNull AggregateFilterStep<T> AggregateFunction.keepDenseRankFirstOrderBy(OrderField<?>... fields) Restrict this aggregate function toFIRSTvalues@NotNull AggregateFilterStep<T> AggregateFunction.keepDenseRankLastOrderBy(Collection<? extends OrderField<?>> fields) Restrict this aggregate function toLASTvalues@NotNull AggregateFilterStep<T> AggregateFunction.keepDenseRankLastOrderBy(OrderField<?>... fields) Restrict this aggregate function toLASTvalues@NotNull MergeValuesStep1<R, T1> MergeKeyStep1.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep1<R, T1> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep10.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep11.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep12.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep13.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep14.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep15.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep16.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep17.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep18.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep19.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep2<R, T1, T2> MergeKeyStep2.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep2<R, T1, T2> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> MergeKeyStep20.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> MergeKeyStep21.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> MergeKeyStep22.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep3<R, T1, T2, T3> MergeKeyStep3.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep3<R, T1, T2, T3> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep4.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep5.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep6.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep7.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep8.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)MergeKeyStep9.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStepN<R> MergeKeyStepN.key(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.Specify an optionalKEYclause.@NotNull MergeValuesStepN<R> Deprecated, for removal: This API element is subject to removal in a future version.Specify an optionalKEYclause.@NotNull StatementCreate a labelled statement.@NotNull WindowIgnoreNullsStep<T> Field.lag()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.lag(Field)instead.@NotNull WindowIgnoreNullsStep<T> Field.lag(int offset) Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.lag(Field, int)instead.@NotNull WindowIgnoreNullsStep<T> Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.lag(Field, int, Field)instead.@NotNull WindowIgnoreNullsStep<T> Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.lag(Field, int, Object)instead.@NotNull BigIntegerDSLContext.lastID()Retrieve the last inserted ID.@NotNull WindowIgnoreNullsStep<T> Field.lastValue()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.lastValue(Field)instead.@NotNull ConditionTheLEoperator.@NotNull ConditionField.le(QuantifiedSelect<? extends Record1<T>> arg2) TheLEoperator.@NotNull ConditionTheLEoperator.@NotNull ConditionTheLEoperator.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow1.le(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow10.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow11.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow12.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow13.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow13.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.le(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow14.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.le(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow15.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.le(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow16.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.le(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow17.le(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow17.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.le(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow18.le(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow18.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.le(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow19.le(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow19.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow2.le(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow20.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.le(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow20.le(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.le(QuantifiedSelect<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.le(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow21.le(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21, Field<T22> t22) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.le(QuantifiedSelect<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.le(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow22.le(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>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow22.le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow7.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow8.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow9.le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRowN.le(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.le(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionDeprecated.Compare this subquery with another record for order.@NotNull ConditionDeprecated.Compare this subquery with a record for order.@NotNull WindowIgnoreNullsStep<T> Field.lead()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.lead(Field)instead.@NotNull WindowIgnoreNullsStep<T> Field.lead(int offset) Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.lead(Field, int)instead.@NotNull WindowIgnoreNullsStep<T> Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.lead(Field, int, Field)instead.@NotNull WindowIgnoreNullsStep<T> Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.lead(Field, int, Object)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.least(Field, Field...)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.least(Field, Field...)instead.@NotNull SelectOptionalOnStep<R> SelectJoinStep.leftAntiJoin(Path<?> path) A syntheticLEFT ANTI JOINclause that translates to an equivalentNOT EXISTSpredicate.@NotNull SelectOnStep<R> SelectJoinStep.leftAntiJoin(TableLike<?> table) A syntheticLEFT ANTI JOINclause that translates to an equivalentNOT EXISTSpredicate.@NotNull TableOptionalOnStep<R> Table.leftAntiJoin(Path<?> path) A syntheticLEFT ANTI JOINclause that translates to an equivalentNOT EXISTSpredicate.@NotNull TableOnStep<R> Table.leftAntiJoin(TableLike<?> table) A syntheticLEFT ANTI JOINclause that translates to an equivalentNOT EXISTSpredicate.@NotNull SelectOptionalOnStep<R> SelectJoinStep.leftHashJoin(Path<?> table) Convenience method toLEFT OUTER JOINa path to the last table added to theFROMclause usingTable.leftOuterHashJoin(Path).@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftHashJoin(TableLike<?> table) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterHashJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.leftHashJoin(Path<?> path) LEFT OUTER JOINa path to this table with aQOM.JoinHint.HASHhint.@NotNull TablePartitionByStep<Record> Table.leftHashJoin(TableLike<?> table) LEFT OUTER JOINa table to this table with aQOM.JoinHint.HASHhint.@NotNull SelectJoinPartitionByStep<R> Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(String).@NotNull SelectJoinPartitionByStep<R> Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(String, Object...).@NotNull SelectJoinPartitionByStep<R> Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(String, QueryPart...).@NotNull SelectJoinPartitionByStep<R> Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(Name).@NotNull SelectOptionalOnStep<R> Convenience method toLEFT OUTER JOINa path to the last table added to theFROMclause usingTable.leftOuterJoin(Path).@NotNull SelectJoinPartitionByStep<R> Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(String).@NotNull SelectJoinPartitionByStep<R> Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(TableLike).@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TableOptionalOnStep<Record> LEFT OUTER JOINa path to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> LEFT OUTER JOINa table to this table.@NotNull SelectOptionalOnStep<R> SelectJoinStep.leftLoopJoin(Path<?> table) Convenience method toLEFT OUTER JOINa path to the last table added to theFROMclause usingTable.leftOuterLoopJoin(Path).@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftLoopJoin(TableLike<?> table) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterLoopJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.leftLoopJoin(Path<?> path) LEFT OUTER JOINa path to this table with aQOM.JoinHint.LOOPhint.@NotNull TablePartitionByStep<Record> Table.leftLoopJoin(TableLike<?> table) LEFT OUTER JOINa table to this table with aQOM.JoinHint.LOOPhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.leftMergeJoin(Path<?> table) Convenience method toLEFT OUTER JOINa path to the last table added to theFROMclause usingTable.leftOuterMergeJoin(Path).@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftMergeJoin(TableLike<?> table) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterMergeJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.leftMergeJoin(Path<?> path) LEFT OUTER JOINa path to this table with aQOM.JoinHint.MERGEhint.@NotNull TablePartitionByStep<Record> Table.leftMergeJoin(TableLike<?> table) LEFT OUTER JOINa table to this table with aQOM.JoinHint.MERGEhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.leftOuterHashJoin(Path<?> path) Convenience method toLEFT OUTER JOINa path to the last table added to theFROMclause usingTable.leftOuterHashJoin(Path)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftOuterHashJoin(TableLike<?> table) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterHashJoin(TableLike)@NotNull TableOptionalOnStep<Record> Table.leftOuterHashJoin(Path<?> path) LEFT OUTER JOINa path to this table with aQOM.JoinHint.HASHhint.@NotNull TablePartitionByStep<Record> Table.leftOuterHashJoin(TableLike<?> table) LEFT OUTER JOINa table to this table with aQOM.JoinHint.HASHhint.@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftOuterJoin(String sql) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(String)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftOuterJoin(String sql, Object... bindings) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(String, Object...)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftOuterJoin(String sql, QueryPart... parts) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(String, QueryPart...)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftOuterJoin(Name name) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(Name)@NotNull SelectOptionalOnStep<R> SelectJoinStep.leftOuterJoin(Path<?> path) Convenience method toLEFT OUTER JOINa path to the last table added to theFROMclause usingTable.leftOuterJoin(Path)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftOuterJoin(SQL sql) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(String)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftOuterJoin(TableLike<?> table) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterJoin(TableLike)@NotNull TablePartitionByStep<Record> Table.leftOuterJoin(String sql) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.leftOuterJoin(String sql, Object... bindings) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.leftOuterJoin(String sql, QueryPart... parts) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.leftOuterJoin(Name name) LEFT OUTER JOINa table to this table.@NotNull TableOptionalOnStep<Record> Table.leftOuterJoin(Path<?> path) LEFT OUTER JOINa path to this table.@NotNull TablePartitionByStep<Record> Table.leftOuterJoin(SQL sql) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.leftOuterJoin(TableLike<?> table) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.leftOuterJoin(String sql) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.leftOuterJoin(String sql, Object... bindings) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.leftOuterJoin(String sql, QueryPart... parts) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.leftOuterJoin(Name name) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.leftOuterJoin(SQL sql) LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.leftOuterJoin(TableLike<?> table) LEFT OUTER JOINa table to this table.@NotNull SelectOptionalOnStep<R> SelectJoinStep.leftOuterLoopJoin(Path<?> path) Convenience method toLEFT OUTER JOINa path to the last table added to theFROMclause usingTable.leftOuterLoopJoin(Path)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftOuterLoopJoin(TableLike<?> table) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterLoopJoin(TableLike)@NotNull TableOptionalOnStep<Record> Table.leftOuterLoopJoin(Path<?> path) LEFT OUTER JOINa path to this table with aQOM.JoinHint.LOOPhint.@NotNull TablePartitionByStep<Record> Table.leftOuterLoopJoin(TableLike<?> table) LEFT OUTER JOINa table to this table with aQOM.JoinHint.LOOPhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.leftOuterMergeJoin(Path<?> path) Convenience method toLEFT OUTER JOINa path to the last table added to theFROMclause usingTable.leftOuterMergeJoin(Path)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.leftOuterMergeJoin(TableLike<?> table) Convenience method toLEFT OUTER JOINa table to the last table added to theFROMclause usingTable.leftOuterMergeJoin(TableLike)@NotNull TableOptionalOnStep<Record> Table.leftOuterMergeJoin(Path<?> path) LEFT OUTER JOINa path to this table with aQOM.JoinHint.MERGEhint.@NotNull TablePartitionByStep<Record> Table.leftOuterMergeJoin(TableLike<?> table) LEFT OUTER JOINa table to this table with aQOM.JoinHint.MERGEhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.leftSemiJoin(Path<?> path) A syntheticLEFT SEMI JOINclause that translates to an equivalentEXISTSpredicate.@NotNull SelectOnStep<R> SelectJoinStep.leftSemiJoin(TableLike<?> table) A syntheticLEFT SEMI JOINclause that translates to an equivalentEXISTSpredicate.@NotNull TableOptionalOnStep<R> Table.leftSemiJoin(Path<?> path) A syntheticLEFT SEMI JOINclause that translates to an equivalentEXISTSpredicate.@NotNull TableOnStep<R> Table.leftSemiJoin(TableLike<?> table) A syntheticLEFT SEMI JOINclause that translates to an equivalentEXISTSpredicate.DataType.length(int length) Return a new data type like this, with a new length value.Field.length()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.length(Field)instead.@NotNull ConditionField.lessOrEqual(Field<T> arg2) TheLESS_OR_EQUALoperator, an alias for theLEoperator.@NotNull ConditionField.lessOrEqual(QuantifiedSelect<? extends Record1<T>> arg2) TheLESS_OR_EQUALoperator, an alias for theLEoperator.@NotNull ConditionField.lessOrEqual(Select<? extends Record1<T>> arg2) TheLESS_OR_EQUALoperator, an alias for theLEoperator.@NotNull ConditionField.lessOrEqual(T arg2) TheLESS_OR_EQUALoperator, an alias for theLEoperator.@NotNull ConditionRow1.lessOrEqual(Field<T1> t1) Compare this row value expression with another row value expression for order.@NotNull ConditionRow1.lessOrEqual(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow1.lessOrEqual(Record1<T1> record) Compare this row value expression with a record for order.@NotNull ConditionRow1.lessOrEqual(Row1<T1> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow1.lessOrEqual(Select<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow1.lessOrEqual(T1 t1) Compare this row value expression with another row value expression for order.@NotNull ConditionRow10.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow11.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11) Compare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow12.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12) Compare this row value expression with another row value expression for order.@NotNull ConditionRow12.lessOrEqual(QuantifiedSelect<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow12.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Compare this row value expression with another row value expression for order.@NotNull ConditionRow13.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13) Compare this row value expression with another row value expression for order.@NotNull ConditionRow13.lessOrEqual(QuantifiedSelect<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow13.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow14.lessOrEqual(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow14.lessOrEqual(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow14.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow15.lessOrEqual(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow15.lessOrEqual(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow15.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow16.lessOrEqual(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow16.lessOrEqual(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow16.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow17.lessOrEqual(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow17.lessOrEqual(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow17.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow18.lessOrEqual(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow18.lessOrEqual(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow18.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19) Compare this row value expression with another row value expression for order.@NotNull ConditionRow19.lessOrEqual(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow19.lessOrEqual(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> record) Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow19.lessOrEqual(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow19.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19) Compare this row value expression with another row value expression for order.@NotNull ConditionRow2.lessOrEqual(Field<T1> t1, Field<T2> t2) Compare this row value expression with another row value expression for order.@NotNull ConditionRow2.lessOrEqual(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow2.lessOrEqual(Record2<T1, T2> record) Compare this row value expression with a record for order.@NotNull ConditionRow2.lessOrEqual(Row2<T1, T2> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow2.lessOrEqual(Select<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow2.lessOrEqual(T1 t1, T2 t2) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.lessOrEqual(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.lessOrEqual(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> record) Compare this row value expression with a record for order.@NotNull ConditionRow20.lessOrEqual(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow20.lessOrEqual(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10, Field<T11> t11, Field<T12> t12, Field<T13> t13, Field<T14> t14, Field<T15> t15, Field<T16> t16, Field<T17> t17, Field<T18> t18, Field<T19> t19, Field<T20> t20, Field<T21> t21) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.lessOrEqual(QuantifiedSelect<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.lessOrEqual(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Compare this row value expression with a record for order.@NotNull ConditionRow21.lessOrEqual(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> row) Compare this row value expression with another row value expression for order.@NotNull ConditionRow21.lessOrEqual(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow21.lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21) Compare this row value expression with another row value expression for order.@NotNull Condition
DSL.abs(Field)instead.