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 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 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 AlterTypeStepDSLContext.alterTypeIfExists(String type) TheALTER TYPE IF EXISTSstatement.@NotNull AlterTypeStepDSLContext.alterTypeIfExists(Name 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(Select<?> select) Combine this condition with a NOT EXIST clause using theOperator.ANDoperator.@NotNull DeleteConditionStep<R> DeleteConditionStep.andNotExists(Select<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ANDoperator@NotNull DivideByOnConditionStepDivideByOnConditionStep.andNotExists(Select<?> select) Combine the currently assembled conditions with aNOT EXISTSclause using theOperator.ANDoperator.@NotNull InsertOnConflictConditionStep<R> InsertOnConflictConditionStep.andNotExists(Select<?> 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(Select<?> 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(Select<?> 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(Select<?> 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(Select<?> 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(Select<?> 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(Select<?> select) Combine the currently assembled conditions with aNOT EXISTSclause using theOperator.ANDoperator.@NotNull UpdateConditionStep<R> UpdateConditionStep.andNotExists(Select<?> 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()sematics.@NotNull BatchDSLContext.batchDelete(UpdatableRecord<?>... records) Create a batch statement to execute a set ofDELETEqueries in batch mode (with bind values) according toUpdatableRecord.delete()sematics.@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 anoymous 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> Check if this subquery is within a range of two subqueries.@NotNull ConditionCheck if this subquery is within a range of two subqueries.@NotNull BetweenAndStep<R> Check if this subquery is within a range of two records.@NotNull ConditionCheck 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) Check if this subquery is within a symmetric range of two subqueries.@NotNull ConditionSelectCorrelatedSubqueryStep.betweenSymmetric(Select<? extends R> minValue, Select<? extends R> maxValue) Check if this subquery is within a symmetric range of two subqueries.@NotNull BetweenAndStepR<R> SelectCorrelatedSubqueryStep.betweenSymmetric(R minValue) Check if this subquery is within a symmetric range of two records.@NotNull ConditionSelectCorrelatedSubqueryStep.betweenSymmetric(R minValue, R maxValue) 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 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.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 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 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 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 / rollbacking 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) Compare this subquery with a quantified subquery using a dynamic comparator.@NotNull ConditionSelectCorrelatedSubqueryStep.compare(Comparator comparator, Select<? extends R> select) Compare this subquery with a subquery using a dynamic comparator.@NotNull ConditionSelectCorrelatedSubqueryStep.compare(Comparator comparator, R record) 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.@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 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 DDLQueryDSLContext.dropFunction(String function) TheDROP FUNCTIONstatement.@NotNull DDLQueryDSLContext.dropFunction(Name function) TheDROP FUNCTIONstatement.@NotNull DDLQueryDSLContext.dropFunctionIfExists(String function) TheDROP FUNCTION IF EXISTSstatement.@NotNull DDLQueryDSLContext.dropFunctionIfExists(Name function) TheDROP FUNCTION IF EXISTSstatement.@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 DropViewFinalStepDSLContext.dropMaterializedView(String view) TheDROP MATERIALIZED VIEWstatement.@NotNull DropViewFinalStepDSLContext.dropMaterializedView(Name view) TheDROP MATERIALIZED VIEWstatement.@NotNull DropViewFinalStepDSLContext.dropMaterializedView(Table<?> view) TheDROP MATERIALIZED VIEWstatement.@NotNull DropViewFinalStepDSLContext.dropMaterializedViewIfExists(String view) TheDROP MATERIALIZED VIEW IF EXISTSstatement.@NotNull DropViewFinalStepDSLContext.dropMaterializedViewIfExists(Name view) TheDROP MATERIALIZED VIEW IF EXISTSstatement.@NotNull DropViewFinalStepDSLContext.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 DDLQueryDSLContext.dropProcedure(String procedure) TheDROP PROCEDUREstatement.@NotNull DDLQueryDSLContext.dropProcedure(Name procedure) TheDROP PROCEDUREstatement.@NotNull DDLQueryDSLContext.dropProcedureIfExists(String procedure) TheDROP PROCEDURE IF EXISTSstatement.@NotNull DDLQueryDSLContext.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 DDLQueryDSLContext.dropSynonym(String synonym) TheDROP SYNONYMstatement.@NotNull DDLQueryDSLContext.dropSynonym(Name synonym) TheDROP SYNONYMstatement.@NotNull DDLQueryDSLContext.dropSynonym(Synonym synonym) TheDROP SYNONYMstatement.@NotNull DDLQueryDSLContext.dropSynonymIfExists(String synonym) TheDROP SYNONYM IF EXISTSstatement.@NotNull DDLQueryDSLContext.dropSynonymIfExists(Name synonym) TheDROP SYNONYM IF EXISTSstatement.@NotNull DDLQueryDSLContext.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 DropViewFinalStepTheDROP VIEWstatement.@NotNull DropViewFinalStepTheDROP VIEWstatement.@NotNull DropViewFinalStepTheDROP VIEWstatement.@NotNull DropViewFinalStepDSLContext.dropViewIfExists(String view) TheDROP VIEW IF EXISTSstatement.@NotNull DropViewFinalStepDSLContext.dropViewIfExists(Name view) TheDROP VIEW IF EXISTSstatement.@NotNull DropViewFinalStepDSLContext.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 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) Compare this subquery with a quanitified subquery for equality.@NotNull ConditionCompare this subquery with another record for equality.@NotNull ConditionCompare 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) Compare this subquery with a quanitified subquery for equality.@NotNull ConditionCompare this subquery with another record for equality.@NotNull ConditionCompare 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.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.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 the fields to be loaded into the table in the correct order.@NotNull LoaderCSVOptionsStep<R> Specify the 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 the fields to be loaded into the table in the correct order.@NotNull LoaderListenerStep<R> Specify the 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.<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 tableto the last table added to theFROMclause usingTable.fullOuterJoin(String, Object...).@NotNull SelectOnStep<R> Convenience method toFULL OUTER JOINa tableto the last table added to theFROMclause usingTable.fullOuterJoin(String, QueryPart...).@NotNull SelectOnStep<R> Convenience method toFULL OUTER JOINa tableto 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 tableto the last table added to theFROMclause usingTable.fullOuterJoin(String, Object...)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterJoin(String sql, QueryPart... parts) Convenience method toFULL OUTER JOINa tableto the last table added to theFROMclause usingTable.fullOuterJoin(String, QueryPart...)@NotNull SelectOnStep<R> SelectJoinStep.fullOuterJoin(Name name) Convenience method toFULL OUTER JOINa tableto 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) Compare this subquery with a quanitified subquery for order.@NotNull ConditionCompare this subquery with another record for order.@NotNull ConditionCompare 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.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) Compare this subquery with a quanitified subquery for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterOrEqual(Select<? extends R> select) Compare this subquery with another record for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterOrEqual(R record) 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) Compare this subquery with a quanitified subquery for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterThan(Select<? extends R> select) Compare this subquery with another record for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterThan(R record) 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) Compare this subquery with a quanitified subquery for order.@NotNull ConditionCompare this subquery with another record for order.@NotNull ConditionCompare 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 LoaderJSONOptionsStep<R> LoaderJSONOptionsStep.ignoreRows(int number) Deprecated.- [#4859] - This is not supported for JSON loading.@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 ConditionCompare this subquery with another subquery for equality.@NotNull ConditionCompare 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) Compare this subquery with another record for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isDistinctFrom(Select<? extends R> select) Compare this subquery with another record for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isDistinctFrom(R record) 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) Compare this subquery with another record for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isNotDistinctFrom(Select<? extends R> select) Compare this subquery with another record for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isNotDistinctFrom(R record) 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 ConditionSelectCorrelatedSubqueryStep.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 ConditionSelectCorrelatedSubqueryStep.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) Compare this subquery with a quanitified subquery for order.@NotNull ConditionCompare this subquery with another record for order.@NotNull ConditionCompare 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 ConditionRow22.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, Field<T22> t22) Compare this row value expression with another row value expression for order.@NotNull ConditionRow22.lessOrEqual(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.lessOrEqual(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.lessOrEqual(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.lessOrEqual(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.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, 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.lessOrEqual(QuantifiedSelect<? extends Record3<T1, T2, T3>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow3.lessOrEqual(Record3<T1, T2, T3> record) Compare this row value expression with a record for order.@NotNull ConditionRow3.lessOrEqual(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.lessOrEqual(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.lessOrEqual(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.lessOrEqual(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.lessOrEqual(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.lessOrEqual(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.lessOrEqual(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.lessOrEqual(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.lessOrEqual(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.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) 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.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) 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.lessOrEqual(Object... values) Compare this row value expression with another row value expression for order.@NotNull ConditionRowN.lessOrEqual(Field<?>... values) Compare this row value expression with another row value expression for order.@NotNull ConditionRowN.lessOrEqual(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionRowN.lessOrEqual(Record record) Compare this row value expression with a record for order.@NotNull ConditionRowN.lessOrEqual(RowN row) Compare this row value expression with another row value expression for order.@NotNull ConditionRowN.lessOrEqual(Select<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.lessOrEqual(QuantifiedSelect<? extends R> select) Compare this subquery with a quanitified subquery for order.@NotNull ConditionSelectCorrelatedSubqueryStep.lessOrEqual(Select<? extends R> select) Compare this subquery with another record for order.@NotNull ConditionSelectCorrelatedSubqueryStep.lessOrEqual(R record) Compare this subquery with a record for order.@NotNull ConditionTheLESS_THANoperator, an alias for theLToperator.@NotNull ConditionField.lessThan(QuantifiedSelect<? extends Record1<T>> arg2) TheLESS_THANoperator, an alias for theLToperator.@NotNull ConditionTheLESS_THANoperator, an alias for theLToperator.@NotNull ConditionTheLESS_THANoperator, an alias for theLToperator.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow1.lessThan(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.lessThan(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.lessThan(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.lessThan(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 ConditionRow12.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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 ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow20.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(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.lessThan(QuantifiedSelect<? extends R> select) Compare this subquery with a quanitified subquery for order.@NotNull ConditionCompare this subquery with another record for order.@NotNull ConditionCompare this subquery with a record for order.@NotNull LikeEscapeStepTheLIKEoperator.@NotNull ConditionCreate a condition to pattern-check this field against a value.@NotNull LikeEscapeStepTheLIKEoperator.@NotNull ConditionCreate a condition to pattern-check this field against a value.@NotNull LikeEscapeStepField.like(QuantifiedSelect<? extends Record1<String>> pattern) TheLIKEoperator.@NotNull LikeEscapeStepField.likeIgnoreCase(String pattern) TheLIKE_IGNORE_CASEoperator.@NotNull ConditionField.likeIgnoreCase(String value, char escape) Create a condition to case-insensitively pattern-check this field against a value.@NotNull LikeEscapeStepField.likeIgnoreCase(Field<String> pattern) TheLIKE_IGNORE_CASEoperator.@NotNull ConditionField.likeIgnoreCase(Field<String> field, char escape) Create a condition to case-insensitively pattern-check this field against a field.@NotNull ConditionCreate a condition to regex-pattern-check this field against a pattern.@NotNull ConditionCreate a condition to regex-pattern-check this field against a pattern.@NotNull DeleteReturningStep<R> Add aLIMITclause to the query.@NotNull DeleteReturningStep<R> Add aLIMITclause to the query.@NotNull SelectLimitPercentAfterOffsetStep<R> Add aLIMITclause to the query@NotNull SelectLimitPercentAfterOffsetStep<R> Add aLIMITclause to the query.@NotNull SelectLimitPercentStep<R> Add aLIMITclause to the query@NotNull SelectWithTiesAfterOffsetStep<R> Add aLIMITclause to the query@NotNull SelectLimitPercentAfterOffsetStep<R> Add aLIMITclause to the query.@NotNull SelectLimitPercentStep<R> Add aLIMITclause to the query.@NotNull SelectLimitPercentAfterOffsetStep<R> Add aLIMITclause to the query.@NotNull SelectLimitPercentAfterOffsetStep<R> Add aLIMITclause to the query.@NotNull SelectForUpdateStep<R> Add aLIMITclause to the query.@NotNull SelectForUpdateStep<R> Add aLIMITclause to the query.@NotNull UpdateReturningStep<R> Add aLIMITclause to the query.@NotNull UpdateReturningStep<R> Add aLIMITclause to the query.@NotNull Field<BigDecimal> Field.ln()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.ln(Field)instead.@NotNull LoaderRowsStep<R> LoaderSourceStep.loadArrays(Iterable<? extends Object[]> arrays) Load in-memory data.@NotNull LoaderRowsStep<R> LoaderSourceStep.loadArrays(Object[]... arrays) Load in-memory data.@NotNull LoaderRowsStep<R> LoaderSourceStep.loadArrays(Iterator<? extends Object[]> arrays) Load in-memory data.@NotNull LoaderRowsStep<R> LoaderSourceStep.loadArrays(Stream<? extends Object[]> arrays) Load in-memory data.@NotNull LoaderCSVStep<R> Load CSV data.@NotNull LoaderCSVStep<R> Load CSV data.@NotNull LoaderCSVStep<R> Load CSV data.@NotNull LoaderCSVStep<R> LoaderSourceStep.loadCSV(File file, CharsetDecoder dec) Load CSV data.@NotNull LoaderCSVStep<R> LoaderSourceStep.loadCSV(InputStream stream) Load CSV data.@NotNull LoaderCSVStep<R> LoaderSourceStep.loadCSV(InputStream stream, String charsetName) Load CSV data.@NotNull LoaderCSVStep<R> LoaderSourceStep.loadCSV(InputStream stream, Charset cs) Load CSV data.@NotNull LoaderCSVStep<R> LoaderSourceStep.loadCSV(InputStream stream, CharsetDecoder dec) Load CSV data.@NotNull LoaderCSVStep<R> Load CSV data.@NotNull LoaderCSVStep<R> Load CSV data.@NotNull LoaderCSVStep<R> Load CSV data.<R extends Record>
@NotNull LoaderOptionsStep<R> Create a newLoaderobject to load data from a CSV or XML source.@NotNull LoaderJSONStep<R> Load JSON data.@NotNull LoaderJSONStep<R> Load JSON data.@NotNull LoaderJSONStep<R> Load JSON data.@NotNull LoaderJSONStep<R> LoaderSourceStep.loadJSON(File file, CharsetDecoder dec) Load JSON data.@NotNull LoaderJSONStep<R> LoaderSourceStep.loadJSON(InputStream stream) Load JSON data.@NotNull LoaderJSONStep<R> LoaderSourceStep.loadJSON(InputStream stream, String charsetName) Load JSON data.@NotNull LoaderJSONStep<R> LoaderSourceStep.loadJSON(InputStream stream, Charset cs) Load JSON data.@NotNull LoaderJSONStep<R> LoaderSourceStep.loadJSON(InputStream stream, CharsetDecoder dec) Load JSON data.@NotNull LoaderJSONStep<R> Load JSON data.@NotNull LoaderJSONStep<R> Load JSON data.@NotNull LoaderJSONStep<R> Load JSON data.@NotNull LoaderRowsStep<R> LoaderSourceStep.loadRecords(Iterable<? extends Record> records) Load in-memory data.@NotNull LoaderRowsStep<R> LoaderSourceStep.loadRecords(Iterator<? extends Record> records) Load in-memory data.@NotNull LoaderRowsStep<R> LoaderSourceStep.loadRecords(Stream<? extends Record> records) Load in-memory data.@NotNull LoaderRowsStep<R> LoaderSourceStep.loadRecords(Record... records) Load in-memory data.@NotNull LoaderXMLStep<R> Load XML data.@NotNull LoaderXMLStep<R> Load XML data.@NotNull LoaderXMLStep<R> Load XML data.@NotNull LoaderXMLStep<R> LoaderSourceStep.loadXML(File file, CharsetDecoder dec) Load XML data.@NotNull LoaderXMLStep<R> LoaderSourceStep.loadXML(InputStream stream) Load XML data.@NotNull LoaderXMLStep<R> LoaderSourceStep.loadXML(InputStream stream, String charsetName) Load XML data.@NotNull LoaderXMLStep<R> LoaderSourceStep.loadXML(InputStream stream, Charset cs) Load XML data.@NotNull LoaderXMLStep<R> LoaderSourceStep.loadXML(InputStream stream, CharsetDecoder dec) Load XML data.@NotNull LoaderXMLStep<R> Load XML data.@NotNull LoaderXMLStep<R> Load XML data.@NotNull LoaderXMLStep<R> Load XML data.@NotNull LoaderXMLStep<R> LoaderSourceStep.loadXML(InputSource source) Load XML data.@NotNull Field<BigDecimal> Field.log(int base) Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.log(Field, int)instead.@NotNull StatementLoopStep.loop(Collection<? extends Statement> statements) Add aLOOPclause to theWHILEorFORloop.@NotNull StatementAdd aLOOPclause to theWHILEorFORloop.@NotNull SelectOptionalOnStep<R> Convenience method toINNER JOINa path to the last table added to theFROMclause usingTable.loopJoin(Path).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.loopJoin(TableLike).@NotNull TableOptionalOnStep<Record> INNER JOINa path to this table with aQOM.JoinHint.LOOPhint.@NotNull TableOnStep<Record> INNER JOINa table to this table with aQOM.JoinHint.LOOPhint.Field.lower()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.lower(Field)instead.Field.lpad(int length) Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.lpad(Field, int)instead.Field.lpad(int length, char character) Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.lpad(Field, int, char)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.lpad(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.lpad(Field, Field, Field)instead.@NotNull ConditionTheLToperator.@NotNull ConditionField.lt(QuantifiedSelect<? extends Record1<T>> arg2) TheLToperator.@NotNull ConditionTheLToperator.@NotNull ConditionTheLToperator.@NotNull ConditionCompare this row value expression with another row value expression for order.@NotNull ConditionRow1.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(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.lt(QuantifiedSelect<? extends R> select) Compare this subquery with a quanitified subquery for order.@NotNull ConditionCompare this subquery with another record for order.@NotNull ConditionCompare this subquery with a record for order.Field.ltrim()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.ltrim(Field)instead.<T> @NotNull CaseWhenStep<V, T> CreateWHEN … THENexpressions from aMap.@NotNull CaseWhenStep<V, T> CreateWHEN … THENexpressions from aMap.<T> @NotNull CaseWhenStep<V, T> CreateWHEN … THENexpressions from aMap.@NotNull CaseWhenStep<V, T> CreateWHEN … THENexpressions from aMap.Field.max()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.max(Field)instead.@NotNull WindowPartitionByStep<T> Field.maxOver()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.max(Field)instead.@NotNull AlterSequenceFlagsStep<T> Add theMAXVALUEclause to theALTER SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T> Add theMAXVALUEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> Add theMAXVALUEclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> Add theMAXVALUEclause to theCREATE SEQUENCEstatement.@NotNull Field<BigDecimal> Field.median()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.median(Field)instead.voidDAO.merge(Collection<P> objects) Performs a batchMERGEstatement for a given set of POJOs.voidPerforms anMERGEstatement for a given POJO.voidPerforms a batchMERGEstatement for a given set of POJOs.intUpdatableRecord.merge()Store this record back to the database using aMERGEstatement.intUpdatableRecord.merge(Collection<? extends Field<?>> fields) Store parts of this record to the database using aMERGEstatement.intStore parts of this record to the database using aMERGEstatement.<R extends Record>
@NotNull MergeUsingStep<R> Create a new DSL SQL standard MERGE statement.<R extends Record>
@NotNull MergeKeyStepN<R> DSLContext.mergeInto(Table<R> table, 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)<R extends Record>
@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)<R extends Record,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)<R extends Record,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)<R extends Record,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)<R extends Record,T1, T2, T3, T4>
@NotNull MergeKeyStep4<R, T1, T2, T3, T4> DSLContext.mergeInto(Table<R> table, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) 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)<R extends Record,T1, T2, T3, T4, T5>
@NotNull MergeKeyStep5<R, T1, T2, T3, T4, T5> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,T1, T2, T3, T4, T5, T6>
@NotNull MergeKeyStep6<R, T1, T2, T3, T4, T5, T6> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,T1, T2, T3, T4, T5, T6, T7>
@NotNull MergeKeyStep7<R, T1, T2, T3, T4, T5, T6, T7> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8>
@NotNull MergeKeyStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull MergeKeyStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull MergeKeyStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<R extends Record,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> DSLContext.mergeInto(Table<R> table, 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)<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 MergeKeyStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> DSLContext.mergeInto(Table<R> table, 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)<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 MergeKeyStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> DSLContext.mergeInto(Table<R> table, 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)<R extends Record>
@NotNull MergeUsingStep<R> Create a new DSL SQL standard MERGE statement.<R extends Record>
@NotNull MergeKeyStepN<R> WithStep.mergeInto(Table<R> table, Collection<? extends Field<?>> fields) Create a new DSL merge statement (H2-specific syntax).<R extends Record>
@NotNull MergeKeyStepN<R> Create a new DSL merge statement (H2-specific syntax).<R extends Record,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, viaWithStep.mergeInto(Table)<R extends Record,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, viaWithStep.mergeInto(Table)<R extends Record,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, viaWithStep.mergeInto(Table)<R extends Record,T1, T2, T3, T4>
@NotNull MergeKeyStep4<R, T1, T2, T3, T4> WithStep.mergeInto(Table<R> table, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) 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, viaWithStep.mergeInto(Table)<R extends Record,T1, T2, T3, T4, T5>
@NotNull MergeKeyStep5<R, T1, T2, T3, T4, T5> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,T1, T2, T3, T4, T5, T6>
@NotNull MergeKeyStep6<R, T1, T2, T3, T4, T5, T6> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,T1, T2, T3, T4, T5, T6, T7>
@NotNull MergeKeyStep7<R, T1, T2, T3, T4, T5, T6, T7> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8>
@NotNull MergeKeyStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull MergeKeyStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull MergeKeyStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<R extends Record,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> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<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 MergeKeyStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)<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 MergeKeyStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> WithStep.mergeInto(Table<R> table, 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, viaWithStep.mergeInto(Table)@NotNull SelectOptionalOnStep<R> Convenience method toINNER JOINa path to the last table added to theFROMclause usingTable.mergeJoin(Path).@NotNull SelectOnStep<R> Convenience method toINNER JOINa table to the last table added to theFROMclause usingTable.mergeJoin(TableLike).@NotNull TableOptionalOnStep<Record> INNER JOINa path to this table with aQOM.JoinHint.MERGEhint.@NotNull TableOnStep<Record> INNER JOINa table to this table with aQOM.JoinHint.MERGEhint.Field.min()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.min(Field)instead.@NotNull WindowPartitionByStep<T> Field.minOver()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.min(Field)instead.An alias forField.sub(Number).An alias forField.sub(Field).@NotNull AlterSequenceFlagsStep<T> Add theMINVALUEclause to theALTER SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T> Add theMINVALUEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> Add theMINVALUEclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> Add theMINVALUEclause to theCREATE SEQUENCEstatement.TheMODoperator.TheMODoperator.@NotNull CreateFunctionCharacteristicsStepCreateFunctionCharacteristicsStep.modifiesSQLData()Add theMODIFIES SQL DATAclause to theCREATE FUNCTIONstatement.@NotNull CreateProcedureCharacteristicsStepCreateProcedureCharacteristicsStep.modifiesSQLData()Add theMODIFIES SQL DATAclause to theCREATE PROCEDUREstatement.TheMODULOoperator, an alias for theMODoperator.TheMODULOoperator, an alias for theMODoperator.An arithmetic expression multiplying this with value.An arithmetic expression multiplying this with value.An alias forField.mul(Number).An alias forField.mul(Field).@NotNull SelectJoinStep<R> SelectJoinStep.naturalFullOuterJoin(String sql) Convenience method toNATURAL FULL OUTER JOINa table to the last table added to theFROMclause usingTable.naturalFullOuterJoin(String)@NotNull SelectJoinStep<R> SelectJoinStep.naturalFullOuterJoin(String sql, Object... bindings) Convenience method toNATURAL FULL OUTER JOINa table to the last table added to theFROMclause usingTable.naturalFullOuterJoin(String, Object...)@NotNull SelectJoinStep<R> SelectJoinStep.naturalFullOuterJoin(String sql, QueryPart... parts) Convenience method toNATURAL FULL OUTER JOINa table to the last table added to theFROMclause usingTable.naturalFullOuterJoin(String, QueryPart...)@NotNull SelectJoinStep<R> SelectJoinStep.naturalFullOuterJoin(Name name) Convenience method toNATURAL FULL OUTER JOINa table to the last table added to theFROMclause usingTable.naturalFullOuterJoin(Name)@NotNull SelectJoinStep<R> SelectJoinStep.naturalFullOuterJoin(SQL sql) Convenience method toNATURAL FULL OUTER JOINa table to the last table added to theFROMclause usingTable.naturalFullOuterJoin(String)@NotNull SelectJoinStep<R> SelectJoinStep.naturalFullOuterJoin(TableLike<?> table) Convenience method toNATURAL FULL OUTER JOINa table to the last table added to theFROMclause usingTable.naturalFullOuterJoin(TableLike)Table.naturalFullOuterJoin(String sql) NATURAL FULL OUTER JOINa table to this table.Table.naturalFullOuterJoin(String sql, Object... bindings) NATURAL FULL OUTER JOINa table to this table.Table.naturalFullOuterJoin(String sql, QueryPart... parts) NATURAL FULL OUTER JOINa table to this table.Table.naturalFullOuterJoin(Name name) NATURAL FULL OUTER JOINa table to this table.Table.naturalFullOuterJoin(SQL sql) NATURAL FULL OUTER JOINa table to this table.Table.naturalFullOuterJoin(TableLike<?> table) NATURAL FULL OUTER JOINa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.naturalJoin(String sql) Convenience method toNATURAL JOINa table to the last table added to theFROMclause usingTable.naturalJoin(String)@NotNull SelectJoinStep<R> SelectJoinStep.naturalJoin(String sql, Object... bindings) Convenience method toNATURAL JOINa table to the last table added to theFROMclause usingTable.naturalJoin(String, Object...)@NotNull SelectJoinStep<R> SelectJoinStep.naturalJoin(String sql, QueryPart... parts) Convenience method toNATURAL JOINa table to the last table added to theFROMclause usingTable.naturalJoin(String, QueryPart...)@NotNull SelectJoinStep<R> SelectJoinStep.naturalJoin(Name name) Convenience method toNATURAL JOINa table to the last table added to theFROMclause usingTable.naturalJoin(Name)@NotNull SelectJoinStep<R> SelectJoinStep.naturalJoin(SQL sql) Convenience method toNATURAL JOINa table to the last table added to theFROMclause usingTable.naturalJoin(String)@NotNull SelectJoinStep<R> SelectJoinStep.naturalJoin(TableLike<?> table) Convenience method toNATURAL JOINa table to the last table added to theFROMclause usingTable.naturalJoin(TableLike)Table.naturalJoin(String sql) NATURAL JOINa table to this table.Table.naturalJoin(String sql, Object... bindings) NATURAL JOINa table to this table.Table.naturalJoin(String sql, QueryPart... parts) NATURAL JOINa table to this table.Table.naturalJoin(Name name) NATURAL JOINa table to this table.Table.naturalJoin(SQL sql) NATURAL JOINa table to this table.Table.naturalJoin(TableLike<?> table) NATURAL JOINa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.naturalLeftOuterJoin(String sql) Convenience method toNATURAL LEFT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalLeftOuterJoin(String)@NotNull SelectJoinStep<R> SelectJoinStep.naturalLeftOuterJoin(String sql, Object... bindings) Convenience method toNATURAL LEFT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalLeftOuterJoin(String, Object...)@NotNull SelectJoinStep<R> SelectJoinStep.naturalLeftOuterJoin(String sql, QueryPart... parts) Convenience method toNATURAL LEFT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalLeftOuterJoin(String, QueryPart...)@NotNull SelectJoinStep<R> SelectJoinStep.naturalLeftOuterJoin(Name name) Convenience method toNATURAL LEFT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalLeftOuterJoin(Name)@NotNull SelectJoinStep<R> SelectJoinStep.naturalLeftOuterJoin(SQL sql) Convenience method toNATURAL LEFT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalLeftOuterJoin(String)@NotNull SelectJoinStep<R> SelectJoinStep.naturalLeftOuterJoin(TableLike<?> table) Convenience method toNATURAL LEFT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalLeftOuterJoin(TableLike)Table.naturalLeftOuterJoin(String sql) NATURAL LEFT OUTER JOINa table to this table.Table.naturalLeftOuterJoin(String sql, Object... bindings) NATURAL LEFT OUTER JOINa table to this table.Table.naturalLeftOuterJoin(String sql, QueryPart... parts) NATURAL LEFT OUTER JOINa table to this table.Table.naturalLeftOuterJoin(Name name) NATURAL LEFT OUTER JOINa table to this table.Table.naturalLeftOuterJoin(SQL sql) NATURAL LEFT OUTER JOINa table to this table.Table.naturalLeftOuterJoin(TableLike<?> table) NATURAL LEFT OUTER JOINa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.naturalRightOuterJoin(String sql) Convenience method toNATURAL RIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalRightOuterJoin(String)@NotNull SelectJoinStep<R> SelectJoinStep.naturalRightOuterJoin(String sql, Object... bindings) Convenience method toNATURAL RIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalRightOuterJoin(String, Object...)@NotNull SelectJoinStep<R> SelectJoinStep.naturalRightOuterJoin(String sql, QueryPart... parts) Convenience method toNATURAL RIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalRightOuterJoin(String, QueryPart...)@NotNull SelectJoinStep<R> SelectJoinStep.naturalRightOuterJoin(Name name) Convenience method toNATURAL RIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalRightOuterJoin(Name)@NotNull SelectJoinStep<R> SelectJoinStep.naturalRightOuterJoin(SQL sql) Convenience method toNATURAL RIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalRightOuterJoin(String)@NotNull SelectJoinStep<R> SelectJoinStep.naturalRightOuterJoin(TableLike<?> table) Convenience method toNATURAL RIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.naturalRightOuterJoin(TableLike)Table.naturalRightOuterJoin(String sql) NATURAL RIGHT OUTER JOINa table to this table.Table.naturalRightOuterJoin(String sql, Object... bindings) NATURAL RIGHT OUTER JOINa table to this table.Table.naturalRightOuterJoin(String sql, QueryPart... parts) NATURAL RIGHT OUTER JOINa table to this table.Table.naturalRightOuterJoin(Name name) NATURAL RIGHT OUTER JOINa table to this table.Table.naturalRightOuterJoin(SQL sql) NATURAL RIGHT OUTER JOINa table to this table.Table.naturalRightOuterJoin(TableLike<?> table) NATURAL RIGHT OUTER JOINa table to this table.@NotNull ConditionTheNEoperator.@NotNull ConditionField.ne(QuantifiedSelect<? extends Record1<T>> arg2) TheNEoperator.@NotNull ConditionTheNEoperator.@NotNull ConditionTheNEoperator.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow1.ne(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow10.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow11.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow12.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow13.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRow13.ne(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 non-equality.@NotNull ConditionRow14.ne(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 non-equality.@NotNull ConditionRow14.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRow14.ne(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 non-equality.@NotNull ConditionRow15.ne(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 non-equality.@NotNull ConditionRow15.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRow15.ne(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 non-equality.@NotNull ConditionRow16.ne(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 non-equality.@NotNull ConditionRow16.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRow16.ne(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 non-equality.@NotNull ConditionRow17.ne(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 non-equality.@NotNull ConditionRow17.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow17.ne(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 non-equality.@NotNull ConditionRow17.ne(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 non-equality.@NotNull ConditionRow18.ne(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 non-equality.@NotNull ConditionRow18.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow18.ne(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 non-equality.@NotNull ConditionRow18.ne(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 non-equality.@NotNull ConditionRow19.ne(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 non-equality.@NotNull ConditionRow19.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow19.ne(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 non-equality.@NotNull ConditionRow19.ne(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 non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow2.ne(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow20.ne(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 non-equality.@NotNull ConditionRow20.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow20.ne(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 non-equality.@NotNull ConditionRow20.ne(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 non-equality.@NotNull ConditionRow21.ne(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 non-equality.@NotNull ConditionRow21.ne(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 non-equality.@NotNull ConditionRow21.ne(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 non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow21.ne(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 non-equality.@NotNull ConditionRow21.ne(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 non-equality.@NotNull ConditionRow22.ne(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 non-equality.@NotNull ConditionRow22.ne(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 non-equality.@NotNull ConditionRow22.ne(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 non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow22.ne(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 non-equality.@NotNull ConditionRow22.ne(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 non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow7.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow8.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow9.ne(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRowN.ne(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionSelectCorrelatedSubqueryStep.ne(QuantifiedSelect<? extends R> select) Compare this subquery with a quanitified subquery for non-equality.@NotNull ConditionCompare this subquery with another record for non-equality.@NotNull ConditionCompare this subquery with a record for non-equality.@NotNull ConditionTheNEoperator.Field.neg()Negate this field to get its negative value.voidInsertQuery.newRecord()Adds a new Record to the insert statement for multi-record inserts@NotNull InsertSetStep<R> InsertSetMoreStep.newRecord()Add an additional record to theINSERTstatement@NotNull BigIntegerConvenience method to fetch the NEXTVAL for a sequence directly from thisDSLContext's underlying JDBCConnection.@NotNull BigIntegerConvenience method to fetch the NEXTVAL for a sequence directly from thisDSLContext's underlying JDBCConnection.<T extends Number>
TConvenience method to fetch the NEXTVAL for a sequence directly from thisDSLContext's underlying JDBCConnection.Sequence.nextval()An expression to increment the sequence and get the next value.Convenience method to fetch several NEXTVAL for a sequence directly from thisDSLContext's underlying JDBCConnection.Sequence.nextvals(int size) An expression to increment the sequence and get the next values.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.noCache()Add theNO CACHEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> CreateSequenceFlagsStep.noCache()Add theNO CACHEclause to theCREATE SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.noCycle()Add theNO CYCLEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> CreateSequenceFlagsStep.noCycle()Add theNO CYCLEclause to theCREATE SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.noMaxvalue()Add theNO MAXVALUEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> CreateSequenceFlagsStep.noMaxvalue()Add theNO MAXVALUEclause to theCREATE SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.noMinvalue()Add theNO MINVALUEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> CreateSequenceFlagsStep.noMinvalue()Add theNO MINVALUEclause to theCREATE SEQUENCEstatement.@NotNull CreateFunctionCharacteristicsStepCreateFunctionCharacteristicsStep.noSQL()Add theNO SQLclause to theCREATE FUNCTIONstatement.@NotNull CreateProcedureCharacteristicsStepCreateProcedureCharacteristicsStep.noSQL()Add theNO SQLclause to theCREATE PROCEDUREstatement.@NotNull ConditionCondition.not()TheNOToperator.@NotNull BetweenAndStep<T> Field.notBetween(Field<T> minValue) Create a condition to check this field against some bounds.@NotNull ConditionField.notBetween(Field<T> minValue, Field<T> maxValue) Create a condition to check this field against some bounds.@NotNull BetweenAndStep<T> Field.notBetween(T minValue) Create a condition to check this field against some bounds.@NotNull ConditionField.notBetween(T minValue, T maxValue) Create a condition to check this field against some bounds.@NotNull BetweenAndStep1<T1> Row1.notBetween(Field<T1> minValue1) Check if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStep1<T1> Row1.notBetween(Record1<T1> minValue) Check if this row value expression is within a range of two records.@NotNull ConditionRow1.notBetween(Record1<T1> minValue, Record1<T1> maxValue) Check if this row value expression is within a range of two records.@NotNull BetweenAndStep1<T1> Row1.notBetween(Row1<T1> minValue) Check if this row value expression is not within a range of two other row value expressions.@NotNull ConditionRow1.notBetween(Row1<T1> minValue, Row1<T1> maxValue) Check if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStep1<T1> Row1.notBetween(T1 minValue1) Check if this row value expression is not within a range of two other row value expressions.Row10.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow10.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow10.notBetween(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 not within a range of two other row value expressions.Row10.notBetween(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 not within a range of two other row value expressions.Row11.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow11.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow11.notBetween(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 not within a range of two other row value expressions.Row11.notBetween(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 not within a range of two other row value expressions.Row12.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow12.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow12.notBetween(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 not within a range of two other row value expressions.Row12.notBetween(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 not within a range of two other row value expressions.Row13.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow13.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow13.notBetween(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 not within a range of two other row value expressions.Row13.notBetween(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 not within a range of two other row value expressions.Row14.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow14.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow14.notBetween(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 not within a range of two other row value expressions.Row14.notBetween(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 not within a range of two other row value expressions.Row15.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow15.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow15.notBetween(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 not within a range of two other row value expressions.Row15.notBetween(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 not within a range of two other row value expressions.Row16.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow16.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow16.notBetween(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 not within a range of two other row value expressions.Row16.notBetween(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 not within a range of two other row value expressions.Row17.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow17.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow17.notBetween(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 not within a range of two other row value expressions.Row17.notBetween(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 not within a range of two other row value expressions.Row18.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow18.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow18.notBetween(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 not within a range of two other row value expressions.Row18.notBetween(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 not within a range of two other row value expressions.Row19.notBetween(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 not within a range of two other row value expressions.Row19.notBetween(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.notBetween(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.Row19.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow19.notBetween(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 not within a range of two other row value expressions.Row19.notBetween(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 not within a range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Row2.notBetween(Field<T1> minValue1, Field<T2> minValue2) Check if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Row2.notBetween(Record2<T1, T2> minValue) 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> Row2.notBetween(Row2<T1, T2> minValue) Check if this row value expression is not within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Row2.notBetween(T1 minValue1, T2 minValue2) Check if this row value expression is not within a range of two other row value expressions.Row20.notBetween(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 not within a range of two other row value expressions.Row20.notBetween(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.notBetween(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.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow20.notBetween(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 not within a range of two other row value expressions.Row20.notBetween(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 not 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.notBetween(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 not 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.notBetween(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.notBetween(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.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow21.notBetween(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 not 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.notBetween(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 not 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.notBetween(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 not 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.notBetween(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.notBetween(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.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow22.notBetween(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 not 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.notBetween(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 not within a range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Check if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Row3.notBetween(Record3<T1, T2, T3> minValue) 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> Row3.notBetween(Row3<T1, T2, T3> minValue) Check if this row value expression is not within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Row3.notBetween(T1 minValue1, T2 minValue2, T3 minValue3) Check if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Check if this row value expression is not 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 not within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Row4.notBetween(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4) Check if this row value expression is not within a range of two other row value expressions.Row5.notBetween(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5) Check if this row value expression is not 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 not within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a range of two other row value expressions.Check if this row value expression is not within a range of two other row value expressions.Row6.notBetween(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 not 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 not within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a range of two other row value expressions.Check if this row value expression is not within a range of two other row value expressions.Row7.notBetween(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 not 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 not within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a range of two other row value expressions.Row7.notBetween(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7) Check if this row value expression is not within a range of two other row value expressions.Row8.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow8.notBetween(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 range of two records.Check if this row value expression is not within a range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a range of two other row value expressions.Row8.notBetween(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8) Check if this row value expression is not within a range of two other row value expressions.Row9.notBetween(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 not within a range of two other row value expressions.Check if this row value expression is within a range of two records.@NotNull ConditionRow9.notBetween(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 not within a range of two other row value expressions.@NotNull ConditionRow9.notBetween(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 not within a range of two other row value expressions.Row9.notBetween(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 not within a range of two other row value expressions.@NotNull BetweenAndStepNRowN.notBetween(Object... minValues) Check if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStepNRowN.notBetween(Field<?>... minValues) Check if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStepNRowN.notBetween(Record minValue) Check if this row value expression is within a range of two records.@NotNull ConditionRowN.notBetween(Record minValue, Record maxValue) Check if this row value expression is within a range of two records.@NotNull BetweenAndStepNRowN.notBetween(RowN minValue) Check if this row value expression is not within a range of two other row value expressions.@NotNull ConditionRowN.notBetween(RowN minValue, RowN maxValue) Check if this row value expression is not within a range of two other row value expressions.@NotNull BetweenAndStepR<R> SelectCorrelatedSubqueryStep.notBetween(Select<? extends R> minValue) Check if this subquery is not within a range of two subqueries.@NotNull ConditionSelectCorrelatedSubqueryStep.notBetween(Select<? extends R> minValue, Select<? extends R> maxValue) Check if this subquery is not within a range of two subqueries.@NotNull BetweenAndStepR<R> SelectCorrelatedSubqueryStep.notBetween(R minValue) Check if this subquery is not within a range of two records.@NotNull ConditionSelectCorrelatedSubqueryStep.notBetween(R minValue, R maxValue) Check if this subquery is not within a range of two records.@NotNull BetweenAndStep<T> Field.notBetweenSymmetric(Field<T> minValue) Create a condition to check this field against some bounds.@NotNull ConditionField.notBetweenSymmetric(Field<T> minValue, Field<T> maxValue) Create a condition to check this field against some bounds.@NotNull BetweenAndStep<T> Field.notBetweenSymmetric(T minValue) Create a condition to check this field against some bounds.@NotNull ConditionField.notBetweenSymmetric(T minValue, T maxValue) Create a condition to check this field against some bounds.@NotNull BetweenAndStep1<T1> Row1.notBetweenSymmetric(Field<T1> minValue1) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep1<T1> Row1.notBetweenSymmetric(Record1<T1> minValue) Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow1.notBetweenSymmetric(Record1<T1> minValue, Record1<T1> maxValue) Check if this row value expression is not within a symmetric range of two records.@NotNull BetweenAndStep1<T1> Row1.notBetweenSymmetric(Row1<T1> minValue) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow1.notBetweenSymmetric(Row1<T1> minValue, Row1<T1> maxValue) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep1<T1> Row1.notBetweenSymmetric(T1 minValue1) Check if this row value expression is not within a symmetric range of two other row value expressions.Row10.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow10.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow10.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row10.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row11.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow11.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow11.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row11.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row12.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow12.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow12.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row12.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row13.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow13.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow13.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row13.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row14.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow14.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow14.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row14.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row15.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow15.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow15.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row15.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row16.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row16.notBetweenSymmetric(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> minValue) Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow16.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow16.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row16.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row17.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row17.notBetweenSymmetric(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 not within a symmetric range of two records.@NotNull ConditionRow17.notBetweenSymmetric(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 not within a symmetric range of two records.Row17.notBetweenSymmetric(Row17<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 not within a symmetric range of two other row value expressions.@NotNull ConditionRow17.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row17.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row18.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row18.notBetweenSymmetric(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 not within a symmetric range of two records.@NotNull ConditionRow18.notBetweenSymmetric(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 not within a symmetric range of two records.Row18.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.@NotNull ConditionRow18.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row18.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row19.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row19.notBetweenSymmetric(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 not within a symmetric range of two records.@NotNull ConditionRow19.notBetweenSymmetric(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 not within a symmetric range of two records.Row19.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.@NotNull ConditionRow19.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row19.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Row2.notBetweenSymmetric(Field<T1> minValue1, Field<T2> minValue2) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Row2.notBetweenSymmetric(Record2<T1, T2> minValue) Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two records.@NotNull BetweenAndStep2<T1, T2> Row2.notBetweenSymmetric(Row2<T1, T2> minValue) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep2<T1, T2> Row2.notBetweenSymmetric(T1 minValue1, T2 minValue2) Check if this row value expression is not within a symmetric range of two other row value expressions.Row20.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row20.notBetweenSymmetric(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 not within a symmetric range of two records.@NotNull ConditionRow20.notBetweenSymmetric(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 not within a symmetric range of two records.Row20.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.@NotNull ConditionRow20.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row20.notBetweenSymmetric(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 not 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.notBetweenSymmetric(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 not 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.notBetweenSymmetric(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 not within a symmetric range of two records.@NotNull ConditionRow21.notBetweenSymmetric(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 not 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.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.@NotNull ConditionRow21.notBetweenSymmetric(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 not 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.notBetweenSymmetric(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 not 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.notBetweenSymmetric(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 not 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.notBetweenSymmetric(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 not within a symmetric range of two records.@NotNull ConditionRow22.notBetweenSymmetric(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 not 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.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.@NotNull ConditionRow22.notBetweenSymmetric(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 not 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.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Row3.notBetweenSymmetric(Record3<T1, T2, T3> minValue) Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two records.@NotNull BetweenAndStep3<T1, T2, T3> Row3.notBetweenSymmetric(Row3<T1, T2, T3> minValue) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep3<T1, T2, T3> Row3.notBetweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Row4.notBetweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two records.@NotNull BetweenAndStep4<T1, T2, T3, T4> Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStep4<T1, T2, T3, T4> Row4.notBetweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4) Check if this row value expression is not within a symmetric range of two other row value expressions.Row5.notBetweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5) Check if this row value expression is not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two other row value expressions.Row6.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two other row value expressions.Row6.notBetweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6) Check if this row value expression is not within a symmetric range of two other row value expressions.Row7.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow7.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two other row value expressions.Row7.notBetweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7) Check if this row value expression is not within a symmetric range of two other row value expressions.Row8.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow8.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow8.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row8.notBetweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8) Check if this row value expression is not within a symmetric range of two other row value expressions.Row9.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRow9.notBetweenSymmetric(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 not within a symmetric range of two records.Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRow9.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.Row9.notBetweenSymmetric(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 not within a symmetric range of two other row value expressions.@NotNull BetweenAndStepNRowN.notBetweenSymmetric(Object... minValues) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStepNRowN.notBetweenSymmetric(Field<?>... minValues) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStepNRowN.notBetweenSymmetric(Record minValue) Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionRowN.notBetweenSymmetric(Record minValue, Record maxValue) Check if this row value expression is not within a symmetric range of two records.@NotNull BetweenAndStepNRowN.notBetweenSymmetric(RowN minValue) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull ConditionRowN.notBetweenSymmetric(RowN minValue, RowN maxValue) Check if this row value expression is not within a symmetric range of two other row value expressions.@NotNull BetweenAndStepR<R> SelectCorrelatedSubqueryStep.notBetweenSymmetric(Select<? extends R> minValue) Check if this subquery is not within a symmetric range of two subqueries.@NotNull ConditionSelectCorrelatedSubqueryStep.notBetweenSymmetric(Select<? extends R> minValue, Select<? extends R> maxValue) Check if this subquery is not within a symmetric range of two subqueries.@NotNull BetweenAndStepR<R> SelectCorrelatedSubqueryStep.notBetweenSymmetric(R minValue) Check if this subquery is not within a symmetric range of two records.@NotNull ConditionSelectCorrelatedSubqueryStep.notBetweenSymmetric(R minValue, R maxValue) Check if this subquery is not within a symmetric range of two records.@NotNull ConditionField.notBinaryLike(byte[] pattern) TheNOT_BINARY_LIKEoperator.@NotNull ConditionField.notBinaryLike(Field<byte[]> pattern) TheNOT_BINARY_LIKEoperator.@NotNull ConditionField.notBinaryLike(QuantifiedSelect<? extends Record1<byte[]>> pattern) TheNOT_BINARY_LIKEoperator.@NotNull ConditionField.notContains(Field<T> value) Inverse ofField.contains(Field).@NotNull ConditionField.notContains(T value) Inverse ofField.contains(Object).@NotNull ConditionField.notContainsIgnoreCase(Field<T> value) Inverse ofField.containsIgnoreCase(Field)@NotNull ConditionField.notContainsIgnoreCase(T value) Inverse ofField.containsIgnoreCase(Object)@NotNull CreateFunctionCharacteristicsStepCreateFunctionCharacteristicsStep.notDeterministic()Add theNOT DETERMINISTICclause to theCREATE FUNCTIONstatement.@NotNull AlterTableFinalStepAlterTableAlterConstraintStep.notEnforced()Add theNOT ENFORCEDclause to the constraint.@NotNull ConstraintFinalStepConstraintEnforcementStep.notEnforced()Add theNOT ENFORCEDclause to the constraint.@NotNull ConditionTheNOT_EQUALoperator, an alias for theNEoperator.@NotNull ConditionField.notEqual(QuantifiedSelect<? extends Record1<T>> arg2) TheNOT_EQUALoperator, an alias for theNEoperator.@NotNull ConditionTheNOT_EQUALoperator, an alias for theNEoperator.@NotNull ConditionTheNOT_EQUALoperator, an alias for theNEoperator.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow1.notEqual(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionRow10.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionRow11.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionRow12.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRow12.notEqual(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.@NotNull ConditionRow13.notEqual(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 non-equality.@NotNull ConditionRow13.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRow13.notEqual(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.@NotNull ConditionRow14.notEqual(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 non-equality.@NotNull ConditionRow14.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRow14.notEqual(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.@NotNull ConditionRow15.notEqual(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 non-equality.@NotNull ConditionRow15.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow15.notEqual(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 non-equality.@NotNull ConditionRow15.notEqual(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.@NotNull ConditionRow16.notEqual(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 non-equality.@NotNull ConditionRow16.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow16.notEqual(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 non-equality.@NotNull ConditionRow16.notEqual(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.@NotNull ConditionRow17.notEqual(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 non-equality.@NotNull ConditionRow17.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow17.notEqual(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 non-equality.@NotNull ConditionRow17.notEqual(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.@NotNull ConditionRow18.notEqual(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 non-equality.@NotNull ConditionRow18.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow18.notEqual(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 non-equality.@NotNull ConditionRow18.notEqual(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.@NotNull ConditionRow19.notEqual(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 non-equality.@NotNull ConditionRow19.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow19.notEqual(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 non-equality.@NotNull ConditionRow19.notEqual(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.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow2.notEqual(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionRow20.notEqual(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 non-equality.@NotNull ConditionRow20.notEqual(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 non-equality.@NotNull ConditionRow20.notEqual(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 non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRow20.notEqual(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 non-equality.@NotNull ConditionRow20.notEqual(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.@NotNull ConditionRow21.notEqual(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 non-equality.@NotNull ConditionRow21.notEqual(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 non-equality.@NotNull ConditionRow21.notEqual(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 non-equality@NotNull ConditionRow21.notEqual(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 non-equality.@NotNull ConditionRow21.notEqual(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 non-equality.@NotNull ConditionRow21.notEqual(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.@NotNull ConditionRow22.notEqual(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 non-equality.@NotNull ConditionRow22.notEqual(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 non-equality.@NotNull ConditionRow22.notEqual(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 non-equality@NotNull ConditionRow22.notEqual(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 non-equality.@NotNull ConditionRow22.notEqual(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 non-equality.@NotNull ConditionRow22.notEqual(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.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionRow7.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionRow8.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionRow9.notEqual(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 non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionCompare this row value expression with another row value expression for.@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionRowN.notEqual(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with another row value expression for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionSelectCorrelatedSubqueryStep.notEqual(QuantifiedSelect<? extends R> select) Compare this subquery with a quanitified subquery for non-equality.@NotNull ConditionCompare this subquery with another record for non-equality.@NotNull ConditionCompare this subquery with a record for non-equality.@NotNull ConditionTheNOT_EQUALoperator, an alias for theNEoperator.@NotNull ConditionField.notEqualIgnoreCase(String value) lower(this) != lower(value).@NotNull ConditionField.notEqualIgnoreCase(Field<String> value) lower(this) != lower(value).@NotNull ConditionField.notIn(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 ConditionTheNOT_INoperator.@NotNull ConditionCreate a condition to check this field against several values.@NotNull ConditionRow1.notIn(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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-equality.@NotNull ConditionRow16.notIn(Collection<? extends Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> 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 non-equality.@NotNull ConditionRow16.notIn(Result<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> 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 ConditionRow16.notIn(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 non-equality.@NotNull ConditionRow17.notIn(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 non-equality.@NotNull ConditionRow17.notIn(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.notIn(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 non-equality.@NotNull ConditionRow18.notIn(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 non-equality.@NotNull ConditionRow18.notIn(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.notIn(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 non-equality.@NotNull ConditionRow19.notIn(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 non-equality.@NotNull ConditionRow19.notIn(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.notIn(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 non-equality.@NotNull ConditionRow2.notIn(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 non-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 non-equality.@NotNull ConditionRow20.notIn(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.notIn(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 non-equality.@NotNull ConditionRow20.notIn(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.notIn(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 non-equality.@NotNull ConditionRow21.notIn(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.notIn(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 non-equality.@NotNull ConditionRow21.notIn(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 ConditionRow21.notIn(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.notIn(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 non-equality.@NotNull ConditionRow22.notIn(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.notIn(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 non-equality.@NotNull ConditionRow22.notIn(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.notIn(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.notIn(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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-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 non-equality.@NotNull ConditionRowN.notIn(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 non-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 non-equality.@NotNull ConditionCompare this subquery with another subquery for non-equality.@NotNull ConditionCompare this subquery with a set of records for non-equality.@NotNull LikeEscapeStepTheNOT_LIKEoperator.@NotNull ConditionCreate a condition to pattern-check this field against a value.@NotNull LikeEscapeStepTheNOT_LIKEoperator.@NotNull ConditionCreate a condition to pattern-check this field against a field.@NotNull LikeEscapeStepField.notLike(QuantifiedSelect<? extends Record1<String>> pattern) TheNOT_LIKEoperator.@NotNull LikeEscapeStepField.notLikeIgnoreCase(String pattern) TheNOT_LIKE_IGNORE_CASEoperator.@NotNull ConditionField.notLikeIgnoreCase(String value, char escape) Create a condition to case-insensitively pattern-check this field against a value.@NotNull LikeEscapeStepField.notLikeIgnoreCase(Field<String> pattern) TheNOT_LIKE_IGNORE_CASEoperator.@NotNull ConditionField.notLikeIgnoreCase(Field<String> field, char escape) Create a condition to case-insensitively pattern-check this field against a field.@NotNull ConditionField.notLikeRegex(String pattern) Create a condition to regex-pattern-check this field against a pattern.@NotNull ConditionField.notLikeRegex(Field<String> pattern) Create a condition to regex-pattern-check this field against a pattern.DataType.notNull()Synonym forDataType.nullable(boolean), passingfalseas an argument.@NotNull LikeEscapeStepField.notSimilarTo(String pattern) TheNOT_SIMILAR_TOoperator.@NotNull ConditionField.notSimilarTo(String value, char escape) Create a condition to pattern-check this field against a value.@NotNull LikeEscapeStepField.notSimilarTo(Field<String> pattern) TheNOT_SIMILAR_TOoperator.@NotNull ConditionField.notSimilarTo(Field<String> field, char escape) Create a condition to pattern-check this field against a field.@NotNull LikeEscapeStepField.notSimilarTo(QuantifiedSelect<? extends Record1<String>> pattern) TheNOT_SIMILAR_TOoperator.@NotNull SelectForStep<R> SelectForUpdateWaitStep.noWait()Add aNOWAITclause to theFOR <lock_mode>clause at the end of the query.DataType.null_()Synonym forDataType.nullable(boolean), passingtrueas an argument.DataType.nullability(Nullability nullability) Return a new data type like this, with a new nullability.DataType.nullable(boolean nullable) Return a new data type like this, with a new nullability.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.nullif(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.nullif(Field, Object)instead.@NotNull JSONValueOnStep<J> JSONValueOnStep.nullOnEmpty()Add anNULL ON EMPTYclause.@NotNull JSONValueOnStep<J> JSONValueOnStep.nullOnError()Add anNULL ON ERRORclause.@NotNull JSONArrayAggReturningStep<T> JSONArrayAggNullStep.nullOnNull()IncludeNULLvalues in output JSON.@NotNull JSONArrayReturningStep<T> JSONArrayNullStep.nullOnNull()Add theNULL ON NULLclause to theJSON ARRAYfunction.@NotNull JSONObjectAggReturningStep<T> JSONObjectAggNullStep.nullOnNull()IncludeNULLvalues in output JSON.@NotNull JSONObjectReturningStep<T> JSONObjectNullStep.nullOnNull()Add theNULL ON NULLclause to theJSON OBJECTfunction.Field.nullsFirst()Convenience method forField.sortDefault()and thenSortField.nullsFirst().SortField.nullsFirst()Add aNULLS FIRSTclause to this sort fieldField.nullsLast()Convenience method forField.sortDefault()and thenSortField.nullsLast().SortField.nullsLast()Add aNULLS LASTclause to this sort field@NotNull LoaderCSVOptionsStep<R> LoaderCSVOptionsStep.nullString(String nullString) Specify the input string representation ofNULL.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.nvl(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.nvl(Field, Object)instead.<Z> @NotNull Field<Z> Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.nvl2(Field, Field, Field)instead.<Z> @NotNull Field<Z> Field.nvl2(Z valueIfNotNull, Z valueIfNull) Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.nvl2(Field, Object, Object)instead.Field.octetLength()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.octetLength(Field)instead.@NotNull CreateTriggerEventOrStepAdd theOFclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerEventOrStepCreateTriggerEventOfStep.of(Collection<? extends Field<?>> of) Add theOFclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerEventOrStepAdd theOFclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerEventOrStepAdd theOFclause to theCREATE TRIGGERstatement.@NotNull SelectForUpdateWaitStep<R> SelectForUpdateOfStep.of(Collection<? extends Field<?>> fields) Add anOFclause to theFOR <lock_mode>clause at the end of the query.@NotNull SelectForUpdateWaitStep<R> Add anOFclause to theFOR <lock_mode>clause at the end of the query.@NotNull SelectForUpdateWaitStep<R> Add anOFclause to theFOR <lock_mode>clause at the end of the query.@NotNull SelectLimitAfterOffsetStep<R> Add a 0-basedOFFSETclause to the query.@NotNull SelectLimitAfterOffsetStep<R> Add a 0-basedOFFSETclause to the query.@NotNull SelectForUpdateStep<R> Add a 0-basedOFFSETclause to the query.@NotNull SelectForUpdateStep<R> Add a 0-basedOFFSETclause to the query.@NotNull AlterIndexStepAdd theONclause to theALTER INDEXstatement.@NotNull AlterIndexStepAdd theONclause to theALTER INDEXstatement.@NotNull AlterIndexStepAdd theONclause to theALTER INDEXstatement.@NotNull CreateIndexIncludeStepAdd theONclause to theCREATE INDEXstatement.@NotNull CreateIndexIncludeStepCreateIndexStep.on(String table, Collection<? extends String> on) Add theONclause to theCREATE INDEXstatement.@NotNull CreateIndexIncludeStepCreateIndexStep.on(Name table, Collection<? extends Name> on) Add theONclause to theCREATE INDEXstatement.@NotNull CreateIndexIncludeStepAdd theONclause to theCREATE INDEXstatement.@NotNull CreateIndexIncludeStepCreateIndexStep.on(Table<?> table, Collection<? extends OrderField<?>> on) Add theONclause to theCREATE INDEXstatement.@NotNull CreateIndexIncludeStepCreateIndexStep.on(Table<?> table, OrderField<?>... on) Add theONclause to theCREATE INDEXstatement.@NotNull CreateTriggerReferencingStepAdd theONclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerReferencingStepAdd theONclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerReferencingStepAdd theONclause to theCREATE TRIGGERstatement.@NotNull DivideByOnConditionStepAdd a division condition to theDIVIDE BYclause@NotNull DivideByOnConditionStepAdd a division condition to theDIVIDE BYclause@NotNull DivideByOnConditionStepAdd a division condition to theDIVIDE BYclause@NotNull DivideByOnConditionStepAdd a division condition to theDIVIDE BYclause, connecting them with each other withOperator.AND.@NotNull DivideByOnConditionStepAdd a division condition to theDIVIDE BYclause, connecting them with each other withOperator.AND.@NotNull DivideByOnConditionStepAdd a division condition to theDIVIDE BYclause@NotNull DivideByOnConditionStepAdd a division condition to theDIVIDE BYclause@NotNull DropIndexCascadeStepAdd theONclause to theDROP INDEXstatement.@NotNull DropIndexCascadeStepAdd theONclause to theDROP INDEXstatement.@NotNull DropIndexCascadeStepAdd theONclause to theDROP INDEXstatement.@NotNull DDLQueryAdd theONclause to theDROP TRIGGERstatement.@NotNull DDLQueryAdd theONclause to theDROP TRIGGERstatement.@NotNull DDLQueryAdd theONclause to theDROP TRIGGERstatement.@NotNull GrantToStepAdd theONclause to theGRANTstatement.@NotNull GrantToStepAdd theONclause to theGRANTstatement.@NotNull GrantToStepAdd theONclause to theGRANTstatement.@NotNull MergeOnConditionStep<R> Provide join conditions and proceed to the next step@NotNull MergeOnConditionStep<R> Provide join conditions and proceed to the next step@NotNull MergeOnConditionStep<R> Provide join conditions and proceed to the next step@NotNull MergeOnConditionStep<R> Provide join conditions and proceed to the next step, connecting them with each other withOperator.AND.@NotNull MergeOnConditionStep<R> Provide join conditions and proceed to the next step, connecting them with each other withOperator.AND.@NotNull MergeOnConditionStep<R> Provide join conditions and proceed to the next step@NotNull MergeOnConditionStep<R> Provide join conditions and proceed to the next step<T> @NotNull PivotInStep<T> Deprecated, for removal: This API element is subject to removal in a future version.- 3.12.0 - [#8163] - UsePivotForStep.for_(Field)instead.@NotNull RevokeFromStepAdd theONclause to theREVOKEstatement.@NotNull RevokeFromStepAdd theONclause to theREVOKEstatement.@NotNull RevokeFromStepAdd theONclause to theREVOKEstatement.@NotNull SelectIntoStep<R> SelectDistinctOnStep.on(Collection<? extends SelectFieldOrAsterisk> fields) Add the PostgreSQL-specificON(…)clause to aSELECT DISTINCT ON (…)statement.@NotNull SelectIntoStep<R> SelectDistinctOnStep.on(SelectFieldOrAsterisk... fields) Add the PostgreSQL-specificON(…)clause to aSELECT DISTINCT ON (…)statement.@NotNull SelectOnConditionStep<R> Add anONclause to the previousJOIN.@NotNull SelectOnConditionStep<R> Add anONclause to the previousJOIN.@NotNull SelectOnConditionStep<R> Add anONclause to the previousJOIN.@NotNull SelectOnConditionStep<R> @NotNull SelectOnConditionStep<R> @NotNull SelectOnConditionStep<R> Add anONclause to the previousJOIN.@NotNull SelectOnConditionStep<R> Add anONclause to the previousJOIN.@NotNull TableOnConditionStep<R> Add anONclause to theJOIN.@NotNull TableOnConditionStep<R> Add anONclause to theJOIN.@NotNull TableOnConditionStep<R> Add anONclause to theJOIN.@NotNull TableOnConditionStep<R> @NotNull TableOnConditionStep<R> @NotNull TableOnConditionStep<R> Add anONclause to theJOIN.@NotNull TableOnConditionStep<R> Add anONclause to theJOIN.@NotNull CreateTableCommentStepCreateTableOnCommitStep.onCommitDeleteRows()Add theON COMMIT DELETE ROWSclause to theCREATE TABLEstatement.@NotNull CreateTableCommentStepCreateTableOnCommitStep.onCommitDrop()Add theON COMMIT DROPclause to theCREATE TABLEstatement.@NotNull CreateTableCommentStepCreateTableOnCommitStep.onCommitPreserveRows()Add theON COMMIT PRESERVE ROWSclause to theCREATE TABLEstatement.@NotNull InsertOnConflictWhereIndexPredicateStep<R> InsertOnDuplicateStep.onConflict(Collection<? extends Field<?>> keys) Add anON CONFLICTclause to this INSERT statement.@NotNull InsertOnConflictWhereIndexPredicateStep<R> InsertOnDuplicateStep.onConflict(Field<?>... keys) Add anON CONFLICTclause to this INSERT statement.voidInsertQuery.onConflict(Collection<? extends Field<?>> fields) Whether aON CONFLICTclause should be added to thisINSERTstatement.voidInsertQuery.onConflict(Field<?>... fields) Whether aON CONFLICTclause should be added to thisINSERTstatement.@NotNull InsertReturningStep<R> InsertOnDuplicateStep.onConflictDoNothing()Add anON CONFLICT DO NOTHINGclause to this INSERT statement.@NotNull InsertOnConflictDoUpdateStep<R> InsertOnDuplicateStep.onConflictOnConstraint(Constraint constraint) Add aON CONFLICT ON CONSTRAINTclause to this INSERT statement.@NotNull InsertOnConflictDoUpdateStep<R> InsertOnDuplicateStep.onConflictOnConstraint(Name constraint) Add aON CONFLICT ON CONSTRAINTclause to this INSERT statement.@NotNull InsertOnConflictDoUpdateStep<R> InsertOnDuplicateStep.onConflictOnConstraint(UniqueKey<R> constraint) Add aON CONFLICT ON CONSTRAINTclause to this INSERT statement.voidInsertQuery.onConflictOnConstraint(Constraint constraint) Whether use aON CONFLICTorON CONFLICT ON CONSTRAINTclause in thisINSERTstatement.voidInsertQuery.onConflictOnConstraint(Name constraint) Whether use aON CONFLICTorON CONFLICT ON CONSTRAINTclause in thisINSERTstatement.voidInsertQuery.onConflictOnConstraint(UniqueKey<R> constraint) Whether use aON CONFLICTorON CONFLICT ON CONSTRAINTclause in thisINSERTstatement.voidInsertQuery.onConflictWhere(Condition condition) Adds a new condition theInsertQuery.onConflict(Field...)clause.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onDelete(QOM.ForeignKeyRule rule) Add anON DELETEclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onDeleteCascade()Add anON DELETE CASCADEclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onDeleteNoAction()Add anON DELETE NO ACTIONclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onDeleteRestrict()Add anON DELETE RESTRICTclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onDeleteSetDefault()Add anON DELETE SET DEFAULTclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onDeleteSetNull()Add anON DELETE SET NULLclause to theFOREIGN KEYconstraint.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.onDuplicateKeyError()Instruct theLoaderto cause an error in loading if there are any duplicate records.@NotNull InsertReturningStep<R> InsertOnDuplicateStep.onDuplicateKeyIgnore()Add anON DUPLICATE KEY IGNOREclause to this INSERT statement.voidInsertQuery.onDuplicateKeyIgnore(boolean flag) Whether anON DUPLICATE KEY IGNOREclause should be added to thisINSERTstatement.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.onDuplicateKeyIgnore()Instruct theLoaderto skip duplicate records if any of the unique keys' values are already in the database.@NotNull InsertOnDuplicateSetStep<R> InsertOnDuplicateStep.onDuplicateKeyUpdate()Add anON DUPLICATE KEY UPDATEclause to this INSERT statement.voidInsertQuery.onDuplicateKeyUpdate(boolean flag) Whether aON DUPLICATE KEY UPDATEclause should be added to thisINSERTstatement.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.onDuplicateKeyUpdate()Instruct theLoaderto update duplicate records if any of the unique keys' values are already in the database.@NotNull JSONValueOnStep<J> JSONValueDefaultStep.onEmpty()Add anON EMPTYclause.@NotNull JSONValueOnStep<J> JSONValueDefaultStep.onError()Add anON ERRORclause.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.onErrorAbort()Instruct theLoaderto abort loading after the first error that might occur when inserting a record.@NotNull LoaderOptionsStep<R> LoaderOptionsStep.onErrorIgnore()Instruct theLoaderto ignore any errors that might occur when inserting a record.@NotNull SelectOnConditionStep<R> SelectOnStep.onKey()Join the previous table on a non-ambiguous foreign key relationship between the two joined tables.@NotNull SelectOnConditionStep<R> SelectOnStep.onKey(ForeignKey<?, ?> key) Join the table on a non-ambiguous foreign key relationship between the two joined tables.@NotNull SelectOnConditionStep<R> SelectOnStep.onKey(TableField<?, ?>... keyFields) Join the previous table on a non-ambiguous foreign key relationship between the two joined tables.@NotNull TableOnConditionStep<R> TableOnStep.onKey()Join the table on a non-ambiguous foreign key relationship between the two joined tables.@NotNull TableOnConditionStep<R> TableOnStep.onKey(ForeignKey<?, ?> key) Join the table on a non-ambiguous foreign key relationship between the two joined tables.@NotNull TableOnConditionStep<R> TableOnStep.onKey(TableField<?, ?>... keyFields) Join the table on a non-ambiguous foreign key relationship between the two joined tables.@NotNull LoaderLoadStep<R> LoaderListenerStep.onRow(LoaderRowListener listener) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#4941] - UseLoaderListenerStep.onRowEnd(LoaderRowListener)instead.@NotNull LoaderLoadStep<R> LoaderListenerStep.onRowEnd(LoaderRowListener listener) Specify a listener that is invoked after a row has been processed.@NotNull LoaderLoadStep<R> LoaderListenerStep.onRowStart(LoaderRowListener listener) Specify a listener that is invoked before a row is processed.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onUpdate(QOM.ForeignKeyRule rule) Add anON UPDATEclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onUpdateCascade()Add anON UPDATE CASCADEclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onUpdateNoAction()Add anON UPDATE NO ACTIONclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onUpdateRestrict()Add anON UPDATE RESTRICTclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onUpdateSetDefault()Add anON UPDATE SET DEFAULTclause to theFOREIGN KEYconstraint.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyOnStep.onUpdateSetNull()Add anON UPDATE SET NULLclause to theFOREIGN KEYconstraint.@NotNull SelectUnionStep<R> Add a SQL Server-style query hint to the select clause.@NotNull ConditionCombine this condition with another one using theOperator.ORoperator.@NotNull ConditionCombine this condition with another one using theOperator.ORoperator.@NotNull ConditionCombine this condition with another one using theOperator.ORoperator.@NotNull ConditionTheORoperator.@NotNull ConditionCombine this condition with another one using theOperator.ORoperator.@NotNull ConditionCombine this condition with another one using theOperator.ORoperator.@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator and proceed to the next step.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator.@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with another one using theOperator.ORoperator@NotNull CreateTriggerEventOrStepCreateTriggerEventOrStep.orDelete()Add theOR DELETEclause to theCREATE TRIGGERstatement.@NotNull AggregateFilterStep<T> ArrayAggOrderByStep.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BYclause to the function.@NotNull AggregateFilterStep<T> ArrayAggOrderByStep.orderBy(OrderField<?>... fields) Add anORDER BYclause to the function.@NotNull DeleteLimitStep<R> DeleteOrderByStep.orderBy(int... fieldIndexes) Add anORDER BYclause to the query.@NotNull DeleteLimitStep<R> DeleteOrderByStep.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BYclause to the query.@NotNull DeleteLimitStep<R> DeleteOrderByStep.orderBy(OrderField<?>... fields) Add anORDER BYclause to the query.@NotNull GroupConcatSeparatorStepGroupConcatOrderByStep.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BYclause to the function.@NotNull GroupConcatSeparatorStepGroupConcatOrderByStep.orderBy(OrderField<?>... fields) Add anORDER BYclause to the function.@NotNull JSONArrayAggNullStep<J> JSONArrayAggOrderByStep.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BYclause to the function.@NotNull JSONArrayAggNullStep<J> JSONArrayAggOrderByStep.orderBy(OrderField<?>... fields) Add anORDER BYclause to the function.@NotNull AggregateFilterStep<T> OrderedAggregateFunction.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BY …clause to the ordered aggregate function.@NotNull AggregateFilterStep<T> OrderedAggregateFunction.orderBy(OrderField<?>... fields) Add anORDER BY …clause to the ordered aggregate function.@NotNull SelectLimitStep<R> SelectOrderByStep.orderBy(int... fieldIndexes) Add anORDER BYclause to the query@NotNull SelectSeekStepN<R> SelectOrderByStep.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BYclause to the query@NotNull SelectSeekStepN<R> SelectOrderByStep.orderBy(OrderField<?>... fields) Add anORDER BYclause to the query<T1> @NotNull SelectSeekStep1<R, T1> SelectOrderByStep.orderBy(OrderField<T1> field1) Add anORDER BYclause to the query.<T1,T2> @NotNull SelectSeekStep2 <R, T1, T2> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2) Add anORDER BYclause to the query.<T1,T2, T3>
@NotNull SelectSeekStep3<R, T1, T2, T3> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3) Add anORDER BYclause to the query.<T1,T2, T3, T4>
@NotNull SelectSeekStep4<R, T1, T2, T3, T4> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5>
@NotNull SelectSeekStep5<R, T1, T2, T3, T4, T5> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6>
@NotNull SelectSeekStep6<R, T1, T2, T3, T4, T5, T6> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7>
@NotNull SelectSeekStep7<R, T1, T2, T3, T4, T5, T6, T7> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull SelectSeekStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull SelectSeekStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull SelectSeekStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull SelectSeekStep11<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull SelectSeekStep12<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull SelectSeekStep13<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull SelectSeekStep14<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13, OrderField<T14> field14) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull SelectSeekStep15<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13, OrderField<T14> field14, OrderField<T15> field15) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull SelectSeekStep16<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13, OrderField<T14> field14, OrderField<T15> field15, OrderField<T16> field16) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull SelectSeekStep17<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13, OrderField<T14> field14, OrderField<T15> field15, OrderField<T16> field16, OrderField<T17> field17) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull SelectSeekStep18<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13, OrderField<T14> field14, OrderField<T15> field15, OrderField<T16> field16, OrderField<T17> field17, OrderField<T18> field18) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull SelectSeekStep19<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13, OrderField<T14> field14, OrderField<T15> field15, OrderField<T16> field16, OrderField<T17> field17, OrderField<T18> field18, OrderField<T19> field19) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull SelectSeekStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13, OrderField<T14> field14, OrderField<T15> field15, OrderField<T16> field16, OrderField<T17> field17, OrderField<T18> field18, OrderField<T19> field19, OrderField<T20> field20) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull SelectSeekStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13, OrderField<T14> field14, OrderField<T15> field15, OrderField<T16> field16, OrderField<T17> field17, OrderField<T18> field18, OrderField<T19> field19, OrderField<T20> field20, OrderField<T21> field21) Add anORDER BYclause to the query.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull SelectSeekStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> SelectOrderByStep.orderBy(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3, OrderField<T4> field4, OrderField<T5> field5, OrderField<T6> field6, OrderField<T7> field7, OrderField<T8> field8, OrderField<T9> field9, OrderField<T10> field10, OrderField<T11> field11, OrderField<T12> field12, OrderField<T13> field13, OrderField<T14> field14, OrderField<T15> field15, OrderField<T16> field16, OrderField<T17> field17, OrderField<T18> field18, OrderField<T19> field19, OrderField<T20> field20, OrderField<T21> field21, OrderField<T22> field22) Add anORDER BYclause to the query.@NotNull UpdateLimitStep<R> UpdateOrderByStep.orderBy(int... fieldIndexes) Add anORDER BYclause to the query.@NotNull UpdateLimitStep<R> UpdateOrderByStep.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BYclause to the query.@NotNull UpdateLimitStep<R> UpdateOrderByStep.orderBy(OrderField<?>... fields) Add anORDER BYclause to the query.@NotNull WindowRowsStep<T> WindowOrderByStep.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BYclause to the window function.@NotNull WindowRowsStep<T> WindowOrderByStep.orderBy(OrderField<?>... fields) Add anORDER BYclause to the window function.@NotNull WindowSpecificationRowsStepWindowSpecificationOrderByStep.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BYclause to the window specification.@NotNull WindowSpecificationRowsStepWindowSpecificationOrderByStep.orderBy(OrderField<?>... fields) Add anORDER BYclause to the window specification.@NotNull AggregateFilterStep<T> XMLAggOrderByStep.orderBy(Collection<? extends OrderField<?>> fields) Add anORDER BYclause to the function.@NotNull AggregateFilterStep<T> XMLAggOrderByStep.orderBy(OrderField<?>... fields) Add anORDER BYclause to the function.@NotNull SelectLimitStep<R> SelectOrderByStep.orderSiblingsBy(int... fieldIndexes) Add anORDER SIBLINGS BYclause to the query@NotNull SelectLimitStep<R> SelectOrderByStep.orderSiblingsBy(Collection<? extends OrderField<?>> fields) Add anORDER SIBLINGS BYclause to the query@NotNull SelectLimitStep<R> SelectOrderByStep.orderSiblingsBy(OrderField<?>... fields) Add anORDER SIBLINGS BYclause to the query@NotNull ConditionCombine this condition with an EXISTS clause using theOperator.ORoperator.@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ORoperator@NotNull DivideByOnConditionStepCombine the currently assembled conditions with anEXISTSclause using theOperator.ORoperator.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with anEXISTSclause using theOperator.ORoperator.@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with an EXISTS clause using theOperator.ORoperator@NotNull CreateTriggerEventOrStepCreateTriggerEventOrStep.orInsert()Add theOR INSERTclause to theCREATE TRIGGERstatement.@NotNull ConditionCombine this condition with a negated other one using theOperator.ORoperator.@NotNull ConditionCombine this condition with a negated other one using theOperator.ORoperator.@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator@NotNull DeleteConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator@NotNull DivideByOnConditionStepCombine the currently assembled conditions with a negated other one using theOperator.ORoperator.@NotNull DivideByOnConditionStepCombine the currently assembled conditions with a negated other one using theOperator.ORoperator.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull InsertOnConflictConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator and proceed to the next step.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator.@NotNull TableOnConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator.@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator@NotNull UpdateConditionStep<R> Combine the currently assembled conditions with a negated other one using theOperator.ORoperator@NotNull ConditionCondition.orNotExists(Select<?> select) Combine this condition with a NOT EXIST clause using theOperator.ORoperator.@NotNull DeleteConditionStep<R> DeleteConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ORoperator@NotNull DivideByOnConditionStepDivideByOnConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with aNOT EXISTSclause using theOperator.ORoperator.@NotNull InsertOnConflictConditionStep<R> InsertOnConflictConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull MergeOnConditionStep<R> MergeOnConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull SelectConditionStep<R> SelectConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull SelectHavingConditionStep<R> SelectHavingConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull SelectOnConditionStep<R> SelectOnConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull SelectQualifyConditionStep<R> SelectQualifyConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ORoperator and proceed to the next step.@NotNull TableOnConditionStep<R> TableOnConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with aNOT EXISTSclause using theOperator.ORoperator.@NotNull UpdateConditionStep<R> UpdateConditionStep.orNotExists(Select<?> select) Combine the currently assembled conditions with a NOT EXISTS clause using theOperator.ORoperator@NotNull CreateTriggerEventOfStepCreateTriggerEventOrStep.orUpdate()Add theOR UPDATEclause to theCREATE TRIGGERstatement.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 SelectJoinStep<R> SelectJoinStep.outerApply(String sql) OUTER APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.outerApply(String sql, Object... bindings) OUTER APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.outerApply(String sql, QueryPart... parts) OUTER APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.outerApply(Name name) OUTER APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.outerApply(SQL sql) OUTER APPLYa table to this table.@NotNull SelectJoinStep<R> SelectJoinStep.outerApply(TableLike<?> table) OUTER APPLYa table to this table.Table.outerApply(String sql) OUTER APPLYa table to this table.Table.outerApply(String sql, Object... bindings) OUTER APPLYa table to this table.Table.outerApply(String sql, QueryPart... parts) OUTER APPLYa table to this table.Table.outerApply(Name name) OUTER APPLYa table to this table.Table.outerApply(SQL sql) OUTER APPLYa table to this table.Table.outerApply(TableLike<?> table) OUTER APPLYa table to this table.@NotNull WindowPartitionByStep<T> WindowOverStep.over()Turn this aggregate function into a window function.@NotNull WindowFinalStep<T> Turn this aggregate function into a window function referencing a window name.@NotNull WindowFinalStep<T> Turn this aggregate function into a window function referencing a window name.@NotNull WindowFinalStep<T> WindowOverStep.over(WindowDefinition definition) Turn this aggregate function into a window function referencing a window definition.@NotNull WindowFinalStep<T> WindowOverStep.over(WindowSpecification specification) Turn this aggregate function into a window function.@NotNull ConditionCheck if this row value expression overlaps another row value expression.@NotNull ConditionCheck if this row value expression overlaps another row value expression.@NotNull ConditionCheck if this row value expression overlaps another row value expression.@NotNull CreateFunctionReturnsStepCreateFunctionParametersStep.parameters(Collection<? extends Parameter<?>> parameters) Add thePARAMETERSclause to theCREATE FUNCTIONstatement.@NotNull CreateFunctionReturnsStepCreateFunctionParametersStep.parameters(Parameter<?>... parameters) Add thePARAMETERSclause to theCREATE FUNCTIONstatement.@NotNull CreateProcedureCharacteristicsStepCreateProcedureParametersStep.parameters(Collection<? extends Parameter<?>> parameters) Add thePARAMETERSclause to theCREATE PROCEDUREstatement.@NotNull CreateProcedureCharacteristicsStepCreateProcedureParametersStep.parameters(Parameter<?>... parameters) Add thePARAMETERSclause to theCREATE PROCEDUREstatement.<O extends UpdatableRecord<O>>
@NotNull Table<O> TableRecord.parent(ForeignKey<R, O> key) Get a table expression representing the parent of this record, given a foreign key.@NotNull QueriesParse a SQL string into a set ofQueries.@NotNull QueriesParse a SQL string with bind variables into a set ofQueries.@NotNull ConditionParser.parseCondition(String sql) Parse a SQL string into aCondition.@NotNull ConditionParser.parseCondition(String sql, Object... bindings) Parse a SQL string with bind variables into aCondition.@NotNull Field<?> Parser.parseField(String sql) Parse a SQL string into aField.@NotNull Field<?> Parser.parseField(String sql, Object... bindings) Parse a SQL string with bind variables into aField.@NotNull NameParse a SQL string into a nameName.@NotNull NameParse a SQL string with bind variables into a nameName.@Nullable QueryParser.parseQuery(String sql) Parse a SQL string into aQuery.@Nullable QueryParser.parseQuery(String sql, Object... bindings) Parse a SQL string with bind variables into aQuery.@Nullable ResultQuery<?> Parser.parseResultQuery(String sql) Parse a SQL string into aResultQuery.@Nullable ResultQuery<?> Parser.parseResultQuery(String sql, Object... bindings) Parse a SQL string with bind variables into aResultQuery.@NotNull RowParse a SQL string into aRow.@NotNull RowParse a SQL string with bind variables into aRow.@Nullable Select<?> Parser.parseSelect(String sql) Parse a SQL string into aSelectstatement.@Nullable Select<?> Parser.parseSelect(String sql, Object... bindings) Parse a SQL string into aSelectstatement.@Nullable StatementParser.parseStatement(String sql) Parse a SQL string into a proceduralStatement.@Nullable StatementParser.parseStatement(String sql, Object... bindings) Parse a SQL string with bind variables into a proceduralStatement.@NotNull BlockParser.parseStatements(String sql) Parse a SQL string into a proceduralBlockstatement.@NotNull BlockParser.parseStatements(String sql, Object... bindings) Parse a SQL string with bind variables into a proceduralBlockstatement.@NotNull Table<?> Parser.parseTable(String sql) Parse a SQL string into aTable.@NotNull Table<?> Parser.parseTable(String sql, Object... bindings) Parse a SQL string with bind variables into aTable.@NotNull SelectOnStep<R> SelectJoinPartitionByStep.partitionBy(Collection<? extends Field<?>> fields) Add aPARTITION BYclause to the right hand side of theOUTER JOINkeywords@NotNull SelectOnStep<R> SelectJoinPartitionByStep.partitionBy(Field<?>... fields) Add aPARTITION BYclause to the right hand side of theOUTER JOINkeywords@NotNull TableOuterJoinStep<Record> Table.partitionBy(Collection<? extends Field<?>> fields) Add aPARTITION BYclause to the left hand side of theOUTER JOINkeywords@NotNull TableOuterJoinStep<Record> Table.partitionBy(Field<?>... fields) Add aPARTITION BYclause to the left hand side of theOUTER JOINkeywords@NotNull TableOnStep<R> TablePartitionByStep.partitionBy(Collection<? extends Field<?>> fields) Add aPARTITION BYclause to the right hand side of theOUTER JOINkeywords@NotNull TableOnStep<R> TablePartitionByStep.partitionBy(Field<?>... fields) Add aPARTITION BYclause to the right hand side of theOUTER JOINkeywords@NotNull WindowOrderByStep<T> WindowPartitionByStep.partitionBy(Collection<? extends GroupField> fields) Add aPARTITION BYclause to the window functions.@NotNull WindowOrderByStep<T> WindowPartitionByStep.partitionBy(GroupField... fields) Add aPARTITION BYclause to the window functions.@NotNull WindowSpecificationOrderByStepWindowSpecificationPartitionByStep.partitionBy(Collection<? extends GroupField> fields) Add aPARTITION BYclause to the window specification.@NotNull WindowSpecificationOrderByStepWindowSpecificationPartitionByStep.partitionBy(GroupField... fields) Add aPARTITION BYclause to the window specification.@NotNull ConditionAdd thePASSINGclause to theXMLEXISTSpredicate.@NotNull ConditionAdd thePASSINGclause to theXMLEXISTSpredicate.Add thePASSINGclause to theXMLQUERYexpression.Add thePASSINGclause to theXMLQUERYexpression.@NotNull XMLTableColumnsFirstStepAdd thePASSINGclause to theXMLEXISTSpredicate.@NotNull XMLTableColumnsFirstStepAdd thePASSINGclause to theXMLEXISTSpredicate.@NotNull ConditionXMLExistsPassingStep.passingByRef(Field<XML> xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.@NotNull ConditionXMLExistsPassingStep.passingByRef(XML xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.XMLQueryPassingStep.passingByRef(Field<XML> xml) Add thePASSING BY REFclause to theXMLQUERYexpression.XMLQueryPassingStep.passingByRef(XML xml) Add thePASSING BY REFclause to theXMLQUERYexpression.@NotNull XMLTableColumnsFirstStepXMLTablePassingStep.passingByRef(Field<XML> xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.@NotNull XMLTableColumnsFirstStepXMLTablePassingStep.passingByRef(XML xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.@NotNull ConditionXMLExistsPassingStep.passingByValue(Field<XML> xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.@NotNull ConditionXMLExistsPassingStep.passingByValue(XML xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.XMLQueryPassingStep.passingByValue(Field<XML> xml) Add thePASSING BY VALUEclause to theXMLQUERYexpression.XMLQueryPassingStep.passingByValue(XML xml) Add thePASSING BY VALUEclause to theXMLQUERYexpression.@NotNull XMLTableColumnsFirstStepXMLTablePassingStep.passingByValue(Field<XML> xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.@NotNull XMLTableColumnsFirstStepXMLTablePassingStep.passingByValue(XML xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.@NotNull JSONTableColumnsStepSpecify thePATHof a column in theCOLUMNSclause of theJSON_TABLEpredicate.@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONStep.path()Add a SQL Server-styleFOR JSON PATHclause.@NotNull SelectForXMLPathDirectivesStep<R> SelectForXMLStep.path()Add a SQL Server-styleFOR XML PATHclause.@NotNull SelectForXMLPathDirectivesStep<R> Add a SQL Server-styleFOR XML PATHclause.@NotNull XMLTableColumnsStepSpecify thePATHof a column in theCOLUMNSclause of theXMLTABLEpredicate.@NotNull SelectWithTiesAfterOffsetStep<R> SelectLimitPercentAfterOffsetStep.percent()Add thePERCENTclause to aLIMITclause.@NotNull SelectWithTiesStep<R> SelectLimitPercentStep.percent()Add thePERCENTclause to aLIMITclause.@NotNull PivotForStepTable.pivot(Collection<? extends Field<?>> aggregateFunctions) Create a newTABLEreference from this table, pivoting it into another form.@NotNull PivotForStepCreate a newTABLEreference from this table, pivoting it into another form.@NotNull PivotForStepCreate a newTABLEreference from this table, pivoting it into another form.Field.plus()ThePLUSoperator.An alias forField.add(Number).An alias forField.add(Field).Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.position(Field, String)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.position(Field, Field)instead.@NotNull Field<BigDecimal> ThePOWoperator, an alias for thePOWERoperator.@NotNull Field<BigDecimal> ThePOWoperator, an alias for thePOWERoperator.@NotNull Field<BigDecimal> ThePOWERoperator.@NotNull Field<BigDecimal> ThePOWERoperator.DataType.precision(int precision) Return a new data type like this, with a new precision value.DataType.precision(int precision, int scale) Return a new data type like this, with a new precision and scale value.@NotNull ConstraintEnforcementStepConstraintTypeStep.primaryKey(String... fields) Create aPRIMARY KEYconstraint.@NotNull ConstraintEnforcementStepConstraintTypeStep.primaryKey(Collection<? extends Field<?>> fields) Create aPRIMARY KEYconstraint.@NotNull ConstraintEnforcementStepConstraintTypeStep.primaryKey(Field<?>... fields) Create aPRIMARY KEYconstraint.@NotNull ConstraintEnforcementStepConstraintTypeStep.primaryKey(Name... fields) Create aPRIMARY KEYconstraint.@NotNull CreateTableElementListStepCreateTableElementListStep.primaryKey(String... fields) Add thePRIMARY KEYclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepCreateTableElementListStep.primaryKey(Collection<? extends Field<?>> fields) Add thePRIMARY KEYclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepCreateTableElementListStep.primaryKey(Field<?>... fields) Add thePRIMARY KEYclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepCreateTableElementListStep.primaryKey(Name... fields) Add thePRIMARY KEYclause to theCREATE TABLEstatement.@NotNull SelectQualifyConditionStep<R> Add aQUALIFYclause to the query.@NotNull SelectQualifyConditionStep<R> Add aQUALIFYclause to the query.@NotNull SelectQualifyConditionStep<R> Add aQUALIFYclause to the query.@NotNull SelectQualifyConditionStep<R> SelectQualifyStep.qualify(Collection<? extends Condition> conditions) Add aQUALIFYclause to the query, connecting them with each other withOperator.AND.@NotNull SelectQualifyConditionStep<R> Add aQUALIFYclause to the query, connecting them with each other withOperator.AND.@NotNull SelectQualifyConditionStep<R> Add aQUALIFYclause to the query, connecting them with each other withOperator.AND.@NotNull SelectQualifyConditionStep<R> Add aQUALIFYclause to the query.@NotNull SelectQualifyConditionStep<R> Add aQUALIFYclause to the query.@NotNull QueriesDSLContext.queries(Collection<? extends Query> queries) Wrap a collection of queries.@NotNull QueriesWrap a collection of queries.@NotNull RowCountQueryCreate a new query holding plain SQL.@NotNull RowCountQueryCreate a new query holding plain SQL.@NotNull RowCountQueryCreate a new query holding plain SQL.@NotNull RowCountQueryCreate a new query holding plain SQL.@NotNull LoaderCSVOptionsStep<R> LoaderCSVOptionsStep.quote(char quote) Specify the quote character.@NotNull Field<BigDecimal> Field.rad()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.rad(Field)instead.@NotNull WindowRowsAndStep<T> WindowRowsStep.rangeBetweenCurrentRow()Add aRANGE BETWEEN CURRENT ROW …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rangeBetweenCurrentRow()Add aRANGE BETWEEN CURRENT ROW …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.rangeBetweenFollowing(int number) Add aRANGE BETWEEN [number] FOLLOWING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rangeBetweenFollowing(int number) Add aRANGE BETWEEN [number] FOLLOWING …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.rangeBetweenPreceding(int number) Add aRANGE BETWEEN [number] PRECEDING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rangeBetweenPreceding(int number) Add aRANGE BETWEEN [number] PRECEDING …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.rangeBetweenUnboundedFollowing()Add aRANGE BETWEEN UNBOUNDED FOLLOWING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rangeBetweenUnboundedFollowing()Add aRANGE BETWEEN UNBOUNDED FOLLOWING …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.rangeBetweenUnboundedPreceding()Add aRANGE BETWEEN UNBOUNDED PRECEDING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rangeBetweenUnboundedPreceding()Add aRANGE BETWEEN UNBOUNDED PRECEDING …frame clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rangeCurrentRow()Add aRANGE CURRENT ROWframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rangeCurrentRow()Add aRANGE CURRENT ROWframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rangeFollowing(int number) Add aRANGE [number] FOLLOWINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rangeFollowing(int number) Add aRANGE [number] FOLLOWINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rangePreceding(int number) Add aRANGE [number] PRECEDINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rangePreceding(int number) Add aRANGE [number] PRECEDINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rangeUnboundedFollowing()Add aRANGE UNBOUNDED FOLLOWINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rangeUnboundedFollowing()Add aRANGE UNBOUNDED FOLLOWINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rangeUnboundedPreceding()Add aRANGE UNBOUNDED PRECEDINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rangeUnboundedPreceding()Add aRANGE UNBOUNDED PRECEDINGframe clause to the window specification.@NotNull SelectForXMLRawDirectivesStep<R> SelectForXMLStep.raw()Add a SQL Server-styleFOR XML RAWclause.@NotNull SelectForXMLRawDirectivesStep<R> Add a SQL Server-styleFOR XML RAWclause.DataType.readonly(boolean readonly) Return a new data type like this, with a new readonly attribute.@NotNull CreateFunctionCharacteristicsStepCreateFunctionCharacteristicsStep.readsSQLData()Add theREADS SQL DATAclause to theCREATE FUNCTIONstatement.@NotNull CreateProcedureCharacteristicsStepCreateProcedureCharacteristicsStep.readsSQLData()Add theREADS SQL DATAclause to theCREATE PROCEDUREstatement.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep1.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep1.references(String table, String field1) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep1.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep1.references(Name table, Name field1) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep1.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep1.references(Table<?> table, Field<T1> field1) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep10.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep10.references(String table, String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep10.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep10.references(Name table, Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep10.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep10.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep11.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep11.references(String table, String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep11.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep11.references(Name table, Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep11.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep11.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep12.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep12.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep12.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep12.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep12.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep12.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep13.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep13.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep13.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep13.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep13.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep13.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep14.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep14.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep14.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep14.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep14.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep14.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep15.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep15.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep15.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep15.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep15.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep15.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep16.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep16.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep16.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep16.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep16.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep16.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep17.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep17.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep17.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep17.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep17.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep17.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep18.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep18.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep18.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep18.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep18.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep18.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep19.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep19.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep19.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep19.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep19.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep19.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep2.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep2.references(String table, String field1, String field2) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep2.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep2.references(Name table, Name field1, Name field2) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep2.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepAdd aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep20.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep20.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep20.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep20.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep20.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep20.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep21.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep21.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep21.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep21.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep21.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep21.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep22.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep22.references(String table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep22.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep22.references(Name table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep22.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep22.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep3.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep3.references(String table, String field1, String field2, String field3) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep3.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep3.references(Name table, Name field1, Name field2, Name field3) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep3.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep3.references(Table<?> table, Field<T1> field1, Field<T2> field2, Field<T3> field3) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep4.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep4.references(String table, String field1, String field2, String field3, String field4) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep4.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep4.references(Name table, Name field1, Name field2, Name field3, Name field4) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep4.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep4.references(Table<?> table, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep5.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep5.references(String table, String field1, String field2, String field3, String field4, String field5) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep5.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep5.references(Name table, Name field1, Name field2, Name field3, Name field4, Name field5) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep5.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep5.references(Table<?> table, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep6.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep6.references(String table, String field1, String field2, String field3, String field4, String field5, String field6) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep6.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep6.references(Name table, Name field1, Name field2, Name field3, Name field4, Name field5, Name field6) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep6.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep6.references(Table<?> table, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep7.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep7.references(String table, String field1, String field2, String field3, String field4, String field5, String field6, String field7) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep7.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep7.references(Name table, Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep7.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep7.references(Table<?> table, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep8.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep8.references(String table, String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep8.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep8.references(Name table, Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep8.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep8.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep9.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep9.references(String table, String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep9.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep9.references(Name table, Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep9.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStep9.references(Table<?> table, 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 aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStepN.references(String table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStepN.references(String table, String... fields) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStepN.references(String table, Collection<? extends String> fields) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStepN.references(Name table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStepN.references(Name table, Collection<? extends Name> fields) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStepN.references(Name table, Name... fields) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStepN.references(Table<?> table) Add aREFERENCESclause to theCONSTRAINT, implicitly referencing the primary key.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStepN.references(Table<?> table, Collection<? extends Field<?>> fields) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull ConstraintForeignKeyOnStepConstraintForeignKeyReferencesStepN.references(Table<?> table, Field<?>... fields) Add aREFERENCESclause to theCONSTRAINT, referencing a key by column names.@NotNull CreateTriggerReferencingStepCreateTriggerReferencingStep.referencingNewAs(String referencingNewAs) Add theREFERENCING NEW ASclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerReferencingStepCreateTriggerReferencingStep.referencingNewAs(Name referencingNewAs) Add theREFERENCING NEW ASclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerReferencingStepCreateTriggerReferencingStep.referencingOldAs(String referencingOldAs) Add theREFERENCING OLD ASclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerReferencingStepCreateTriggerReferencingStep.referencingOldAs(Name referencingOldAs) Add theREFERENCING OLD ASclause to theCREATE TRIGGERstatement.voidUpdatableRecord.refresh()Refresh this record from the database.voidUpdatableRecord.refresh(Collection<? extends Field<?>> fields) Refresh parts of this record from the database.voidRefresh parts of this record from the database.@NotNull RowCountQueryDSLContext.releaseSavepoint(String name) TheRELEASE SAVEPOINTstatement.@NotNull RowCountQueryDSLContext.releaseSavepoint(Name name) TheRELEASE SAVEPOINTstatement.TheREMoperator, an alias for theMODoperator.TheREMoperator, an alias for theMODoperator.@NotNull AlterTableRenameColumnToStepAlterTableStep.renameColumn(String oldName) Add aRENAME COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableRenameColumnToStepAlterTableStep.renameColumn(Field<?> oldName) Add aRENAME COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableRenameColumnToStepAlterTableStep.renameColumn(Name oldName) Add aRENAME COLUMNclause to theALTER TABLEstatement.@NotNull AlterDomainRenameConstraintStepAlterDomainStep.renameConstraint(String renameConstraint) Add theRENAME CONSTRAINTclause to theALTER DOMAINstatement.@NotNull AlterDomainRenameConstraintStepAlterDomainStep.renameConstraint(Constraint renameConstraint) Add theRENAME CONSTRAINTclause to theALTER DOMAINstatement.@NotNull AlterDomainRenameConstraintStepAlterDomainStep.renameConstraint(Name renameConstraint) Add theRENAME CONSTRAINTclause to theALTER DOMAINstatement.@NotNull AlterTableRenameConstraintToStepAlterTableStep.renameConstraint(String oldName) Add aRENAME CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableRenameConstraintToStepAlterTableStep.renameConstraint(Constraint oldName) Add aRENAME CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableRenameConstraintToStepAlterTableStep.renameConstraint(Name oldName) Add aRENAME CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterDomainRenameConstraintStepAlterDomainStep.renameConstraintIfExists(String renameConstraint) Add theRENAME CONSTRAINT IF EXISTSclause to theALTER DOMAINstatement.@NotNull AlterDomainRenameConstraintStepAlterDomainStep.renameConstraintIfExists(Constraint renameConstraint) Add theRENAME CONSTRAINT IF EXISTSclause to theALTER DOMAINstatement.@NotNull AlterDomainRenameConstraintStepAlterDomainStep.renameConstraintIfExists(Name renameConstraint) Add theRENAME CONSTRAINT IF EXISTSclause to theALTER DOMAINstatement.@NotNull AlterTableRenameIndexToStepAlterTableStep.renameIndex(String oldName) Add aRENAME INDEXclause to theALTER TABLEstatement.@NotNull AlterTableRenameIndexToStepAlterTableStep.renameIndex(Index oldName) Add aRENAME INDEXclause to theALTER TABLEstatement.@NotNull AlterTableRenameIndexToStepAlterTableStep.renameIndex(Name oldName) Add aRENAME INDEXclause to theALTER TABLEstatement.@NotNull AlterDatabaseFinalStepAdd theRENAME TOclause to theALTER DATABASEstatement.@NotNull AlterDatabaseFinalStepAdd theRENAME TOclause to theALTER DATABASEstatement.@NotNull AlterDatabaseFinalStepAdd theRENAME TOclause to theALTER DATABASEstatement.@NotNull AlterDomainFinalStepAdd theRENAME TOclause to theALTER DOMAINstatement.@NotNull AlterDomainFinalStepAdd theRENAME TOclause to theALTER DOMAINstatement.@NotNull AlterDomainFinalStepAdd theRENAME TOclause to theALTER DOMAINstatement.@NotNull AlterIndexFinalStepAdd theRENAME TOclause to theALTER INDEXstatement.@NotNull AlterIndexFinalStepAdd theRENAME TOclause to theALTER INDEXstatement.@NotNull AlterIndexFinalStepAdd theRENAME TOclause to theALTER INDEXstatement.@NotNull AlterSchemaFinalStepAdd theRENAME TOclause to theALTER SCHEMAstatement.@NotNull AlterSchemaFinalStepAdd theRENAME TOclause to theALTER SCHEMAstatement.@NotNull AlterSchemaFinalStepAdd theRENAME TOclause to theALTER SCHEMAstatement.@NotNull AlterSequenceFinalStepAdd theRENAME TOclause to theALTER SEQUENCEstatement.@NotNull AlterSequenceFinalStepAdd theRENAME TOclause to theALTER SEQUENCEstatement.@NotNull AlterSequenceFinalStepAdd theRENAME TOclause to theALTER SEQUENCEstatement.@NotNull AlterTableFinalStepAdd aRENAME TOclause to theALTER TABLEstatement.@NotNull AlterTableFinalStepAdd aRENAME TOclause to theALTER TABLEstatement.@NotNull AlterTableFinalStepAdd aRENAME TOclause to theALTER TABLEstatement.@NotNull AlterTypeFinalStepAdd theRENAME TOclause to theALTER TYPEstatement.@NotNull AlterTypeFinalStepAdd theRENAME TOclause to theALTER TYPEstatement.@NotNull AlterViewFinalStepAdd theRENAME TOclause to theALTER VIEWstatement.@NotNull AlterViewFinalStepAdd theRENAME TOclause to theALTER VIEWstatement.@NotNull AlterViewFinalStepAdd theRENAME TOclause to theALTER VIEWstatement.@NotNull AlterTypeRenameValueToStepAlterTypeStep.renameValue(String renameValue) Add theRENAME VALUEclause to theALTER TYPEstatement.@NotNull AlterTypeRenameValueToStepAlterTypeStep.renameValue(Field<String> renameValue) Add theRENAME VALUEclause to theALTER TYPEstatement.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.repeat(Field, int)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.repeat(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.replace(Field, String)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.replace(Field, String, String)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.replace(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.replace(Field, Field, Field)instead.@NotNull WindowOverStep<T> WindowIgnoreNullsStep.respectNulls()Add aRESPECT NULLSclause to the window function.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.restart()Add theRESTARTclause to theALTER SEQUENCEstatement.@NotNull TruncateCascadeStep<R> TruncateIdentityStep.restartIdentity()Add theRESTART IDENTITYclause to theTRUNCATEstatement.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.restartWith(Field<T> restartWith) Add theRESTART WITHclause to theALTER SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T> AlterSequenceFlagsStep.restartWith(T restartWith) Add theRESTART WITHclause to theALTER SEQUENCEstatement.@NotNull AlterDomainFinalStepAlterDomainDropConstraintCascadeStep.restrict()Add theRESTRICTclause to theALTER DOMAINstatement.@NotNull AlterTableFinalStepAlterTableDropStep.restrict()Add aRESTRICTclause to theALTER TABLE … DROPstatement.@NotNull DropDomainFinalStepDropDomainCascadeStep.restrict()Add theRESTRICTclause to theDROP DOMAINstatement.@NotNull DropIndexFinalStepDropIndexCascadeStep.restrict()Add theRESTRICTclause to theDROP INDEXstatement.@NotNull DropSchemaFinalStepDropSchemaStep.restrict()Add theRESTRICTclause to theDROP SCHEMAstatement.@NotNull DropTableFinalStepDropTableStep.restrict()Add theRESTRICTclause to theDROP TABLEstatement.@NotNull DropTypeFinalStepDropTypeStep.restrict()Add theRESTRICTclause to theDROP TYPEstatement.@NotNull TruncateFinalStep<R> TruncateCascadeStep.restrict()Add theRESTRICTclause to theTRUNCATEstatement.@NotNull ResultQuery<Record> DSLContext.resultQuery(String sql) Create a new query holding plain SQL.@NotNull ResultQuery<Record> DSLContext.resultQuery(String sql, Object... bindings) Create a new query holding plain SQL.@NotNull ResultQuery<Record> DSLContext.resultQuery(String sql, QueryPart... parts) Create a new query holding plain SQL.@NotNull ResultQuery<Record> DSLContext.resultQuery(SQL sql) Create a new query holding plain SQL.@NotNull DeleteResultStep<R> DeleteReturningStep.returning()Configure theDELETEstatement to return all fields inR.@NotNull DeleteResultStep<R> DeleteReturningStep.returning(Collection<? extends SelectFieldOrAsterisk> fields) Configure theDELETEstatement to return a list of fields inR.@NotNull DeleteResultStep<R> DeleteReturningStep.returning(SelectFieldOrAsterisk... fields) Configure theDELETEstatement to return a list of fields inR.DivideByReturningStep.returning(Collection<? extends Field<?>> fields) Specify the fields that you want the division to return from the dividendSpecify the fields that you want the division to return from the dividend@NotNull InsertResultStep<R> InsertReturningStep.returning()Configure theINSERTstatement to return all fields inR.@NotNull InsertResultStep<R> InsertReturningStep.returning(Collection<? extends SelectFieldOrAsterisk> fields) Configure theINSERTstatement to return a list of fields inR.@NotNull InsertResultStep<R> InsertReturningStep.returning(SelectFieldOrAsterisk... fields) Configure theINSERTstatement to return a list of fields inR.@NotNull AggregateFilterStep<T> Add aRETURNINGclause to theJSON_ARRAYAGGfunction.Add theRETURNINGclause to theJSON ARRAYfunction.@NotNull AggregateFilterStep<T> Add aRETURNINGclause to theJSON_ARRAYAGGfunction.Add theRETURNINGclause to theJSON OBJECTfunction.Add theRETURNINGclause to theJSON VALUEfunction.@NotNull UpdateResultStep<R> UpdateReturningStep.returning()Configure theUPDATEstatement to return all fields inR.@NotNull UpdateResultStep<R> UpdateReturningStep.returning(Collection<? extends SelectFieldOrAsterisk> fields) Configure theUPDATEstatement to return a list of fields inR.@NotNull UpdateResultStep<R> UpdateReturningStep.returning(SelectFieldOrAsterisk... fields) Configure theUPDATEstatement to return a list of fields inR.@NotNull DeleteResultStep<Record> DeleteReturningStep.returningResult(Collection<? extends SelectFieldOrAsterisk> fields) Configure theDELETEstatement to return a list of fields inR.<T1> @NotNull DeleteResultStep<Record1<T1>> DeleteReturningStep.returningResult(SelectField<T1> field1) Configure theDELETEstatement to return a list of fields inR.<T1,T2> @NotNull DeleteResultStep <Record2<T1, T2>> DeleteReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3>
@NotNull DeleteResultStep<Record3<T1, T2, T3>> DeleteReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4>
@NotNull DeleteResultStep<Record4<T1, T2, T3, T4>> DeleteReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5>
@NotNull DeleteResultStep<Record5<T1, T2, T3, T4, T5>> DeleteReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6>
@NotNull DeleteResultStep<Record6<T1, T2, T3, T4, T5, T6>> DeleteReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7>
@NotNull DeleteResultStep<Record7<T1, T2, T3, T4, T5, T6, T7>> DeleteReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull DeleteResultStep<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> DeleteReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull DeleteResultStep<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull DeleteResultStep<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull DeleteResultStep<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull DeleteResultStep<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull DeleteResultStep<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull DeleteResultStep<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull DeleteResultStep<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull DeleteResultStep<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull DeleteResultStep<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull DeleteResultStep<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull DeleteResultStep<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull DeleteResultStep<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull DeleteResultStep<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull DeleteResultStep<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> DeleteReturningStep.returningResult(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) Configure theDELETEstatement to return a list of fields inR.@NotNull DeleteResultStep<Record> DeleteReturningStep.returningResult(SelectFieldOrAsterisk... fields) Configure theDELETEstatement to return a list of fields inR.@NotNull InsertResultStep<Record> InsertReturningStep.returningResult(Collection<? extends SelectFieldOrAsterisk> fields) Configure theINSERTstatement to return a list of fields inR.<T1> @NotNull InsertResultStep<Record1<T1>> InsertReturningStep.returningResult(SelectField<T1> field1) Configure theINSERTstatement to return a list of fields inR.<T1,T2> @NotNull InsertResultStep <Record2<T1, T2>> InsertReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3>
@NotNull InsertResultStep<Record3<T1, T2, T3>> InsertReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4>
@NotNull InsertResultStep<Record4<T1, T2, T3, T4>> InsertReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5>
@NotNull InsertResultStep<Record5<T1, T2, T3, T4, T5>> InsertReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6>
@NotNull InsertResultStep<Record6<T1, T2, T3, T4, T5, T6>> InsertReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7>
@NotNull InsertResultStep<Record7<T1, T2, T3, T4, T5, T6, T7>> InsertReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull InsertResultStep<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> InsertReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull InsertResultStep<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull InsertResultStep<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull InsertResultStep<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull InsertResultStep<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull InsertResultStep<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull InsertResultStep<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull InsertResultStep<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull InsertResultStep<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull InsertResultStep<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull InsertResultStep<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull InsertResultStep<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull InsertResultStep<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull InsertResultStep<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull InsertResultStep<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> InsertReturningStep.returningResult(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) Configure theINSERTstatement to return a list of fields inR.@NotNull InsertResultStep<Record> InsertReturningStep.returningResult(SelectFieldOrAsterisk... fields) Configure theINSERTstatement to return a list of fields inR.@NotNull UpdateResultStep<Record> UpdateReturningStep.returningResult(Collection<? extends SelectFieldOrAsterisk> fields) Configure theUPDATEstatement to return a list of fields inR.<T1> @NotNull UpdateResultStep<Record1<T1>> UpdateReturningStep.returningResult(SelectField<T1> field1) Configure theUPDATEstatement to return a list of fields inR.<T1,T2> @NotNull UpdateResultStep <Record2<T1, T2>> UpdateReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3>
@NotNull UpdateResultStep<Record3<T1, T2, T3>> UpdateReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4>
@NotNull UpdateResultStep<Record4<T1, T2, T3, T4>> UpdateReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5>
@NotNull UpdateResultStep<Record5<T1, T2, T3, T4, T5>> UpdateReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6>
@NotNull UpdateResultStep<Record6<T1, T2, T3, T4, T5, T6>> UpdateReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7>
@NotNull UpdateResultStep<Record7<T1, T2, T3, T4, T5, T6, T7>> UpdateReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull UpdateResultStep<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> UpdateReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull UpdateResultStep<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull UpdateResultStep<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull UpdateResultStep<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull UpdateResultStep<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull UpdateResultStep<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull UpdateResultStep<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull UpdateResultStep<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull UpdateResultStep<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull UpdateResultStep<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull UpdateResultStep<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull UpdateResultStep<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull UpdateResultStep<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull UpdateResultStep<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull UpdateResultStep<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> UpdateReturningStep.returningResult(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) Configure theUPDATEstatement to return a list of fields inR.@NotNull UpdateResultStep<Record> UpdateReturningStep.returningResult(SelectFieldOrAsterisk... fields) Configure theUPDATEstatement to return a list of fields inR.@NotNull CreateFunctionCharacteristicsStepAdd theRETURNSclause to theCREATE FUNCTIONstatement.@NotNull CreateFunctionCharacteristicsStepCreateFunctionCharacteristicsStep.returnsNullOnNullInput()Add theRETURNS NULL ON NULL INPUTclause to theCREATE FUNCTIONstatement.@NotNull CreateFunctionCharacteristicsStepCreateFunctionReturnsStep.returnsTable(Collection<? extends Field<?>> returnsTable) Add theRETURNS TABLEclause to theCREATE FUNCTIONstatement.@NotNull CreateFunctionCharacteristicsStepCreateFunctionReturnsStep.returnsTable(Field<?>... returnsTable) Add theRETURNS TABLEclause to theCREATE FUNCTIONstatement.@NotNull RevokeOnStepDSLContext.revoke(Collection<? extends Privilege> privileges) TheREVOKEstatement.@NotNull RevokeOnStepTheREVOKEstatement.@NotNull RevokeOnStepTheREVOKEstatement.@NotNull RevokeOnStepDSLContext.revokeGrantOptionFor(Collection<? extends Privilege> privileges) TheREVOKE GRANT OPTION FORstatement.@NotNull RevokeOnStepDSLContext.revokeGrantOptionFor(Privilege privileges) TheREVOKE GRANT OPTION FORstatement.@NotNull RevokeOnStepDSLContext.revokeGrantOptionFor(Privilege... privileges) TheREVOKE GRANT OPTION FORstatement.@NotNull SelectOptionalOnStep<R> SelectJoinStep.rightHashJoin(Path<?> path) Convenience method toRIGHT OUTER JOINa path to the last table added to theFROMclause usingTable.rightOuterHashJoin(Path).@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightHashJoin(TableLike<?> table) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterHashJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.rightHashJoin(Path<?> path) RIGHT OUTER JOINa path to this table with aQOM.JoinHint.HASHhint.@NotNull TablePartitionByStep<Record> Table.rightHashJoin(TableLike<?> table) RIGHT OUTER JOINa table to this table with aQOM.JoinHint.HASHhint.@NotNull SelectJoinPartitionByStep<R> Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(String).@NotNull SelectJoinPartitionByStep<R> Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(String, Object...).@NotNull SelectJoinPartitionByStep<R> Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(String, QueryPart...).@NotNull SelectJoinPartitionByStep<R> Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(Name).@NotNull SelectOptionalOnStep<R> Convenience method toRIGHT OUTER JOINa path to the last table added to theFROMclause usingTable.rightOuterJoin(Path).@NotNull SelectJoinPartitionByStep<R> Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(String).@NotNull SelectJoinPartitionByStep<R> Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(TableLike).@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TableOptionalOnStep<Record> RIGHT OUTER JOINa path to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> RIGHT OUTER JOINa table to this table.@NotNull SelectOptionalOnStep<R> SelectJoinStep.rightLoopJoin(Path<?> path) Convenience method toRIGHT OUTER JOINa path to the last table added to theFROMclause usingTable.rightOuterLoopJoin(Path).@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightLoopJoin(TableLike<?> table) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterLoopJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.rightLoopJoin(Path<?> path) RIGHT OUTER JOINa path to this table with aQOM.JoinHint.LOOPhint.@NotNull TablePartitionByStep<Record> Table.rightLoopJoin(TableLike<?> table) RIGHT OUTER JOINa table to this table with aQOM.JoinHint.LOOPhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.rightMergeJoin(Path<?> path) Convenience method toRIGHT OUTER JOINa path to the last table added to theFROMclause usingTable.rightOuterMergeJoin(Path).@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightMergeJoin(TableLike<?> table) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterMergeJoin(TableLike).@NotNull TableOptionalOnStep<Record> Table.rightMergeJoin(Path<?> path) RIGHT OUTER JOINa path to this table with aQOM.JoinHint.MERGEhint.@NotNull TablePartitionByStep<Record> Table.rightMergeJoin(TableLike<?> table) RIGHT OUTER JOINa table to this table with aQOM.JoinHint.MERGEhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.rightOuterHashJoin(Path<?> path) Convenience method toRIGHT OUTER JOINa path to the last table added to theFROMclause usingTable.rightOuterHashJoin(Path)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightOuterHashJoin(TableLike<?> table) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterHashJoin(TableLike)@NotNull TableOptionalOnStep<Record> Table.rightOuterHashJoin(Path<?> path) RIGHT OUTER JOINa path to this table with aQOM.JoinHint.HASHhint.@NotNull TablePartitionByStep<Record> Table.rightOuterHashJoin(TableLike<?> table) RIGHT OUTER JOINa table to this table with aQOM.JoinHint.HASHhint.@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightOuterJoin(String sql) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(String)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightOuterJoin(String sql, Object... bindings) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(String, Object...)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightOuterJoin(String sql, QueryPart... parts) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(String, QueryPart...)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightOuterJoin(Name name) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(Name)@NotNull SelectOptionalOnStep<R> SelectJoinStep.rightOuterJoin(Path<?> path) Convenience method toRIGHT OUTER JOINa path to the last table added to theFROMclause usingTable.rightOuterJoin(Path)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightOuterJoin(SQL sql) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(String)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightOuterJoin(TableLike<?> table) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterJoin(TableLike)@NotNull TablePartitionByStep<Record> Table.rightOuterJoin(String sql) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.rightOuterJoin(String sql, Object... bindings) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.rightOuterJoin(String sql, QueryPart... parts) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.rightOuterJoin(Name name) RIGHT OUTER JOINa table to this table.@NotNull TableOptionalOnStep<Record> Table.rightOuterJoin(Path<?> path) RIGHT OUTER JOINa path to this table.@NotNull TablePartitionByStep<Record> Table.rightOuterJoin(SQL sql) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> Table.rightOuterJoin(TableLike<?> table) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.rightOuterJoin(String sql) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.rightOuterJoin(String sql, Object... bindings) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.rightOuterJoin(String sql, QueryPart... parts) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.rightOuterJoin(Name name) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.rightOuterJoin(SQL sql) RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record> TableOuterJoinStep.rightOuterJoin(TableLike<?> table) RIGHT OUTER JOINa table to this table.@NotNull SelectOptionalOnStep<R> SelectJoinStep.rightOuterLoopJoin(Path<?> path) Convenience method toRIGHT OUTER JOINa path to the last table added to theFROMclause usingTable.rightOuterLoopJoin(Path)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightOuterLoopJoin(TableLike<?> table) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterLoopJoin(TableLike)@NotNull TableOptionalOnStep<Record> Table.rightOuterLoopJoin(Path<?> path) RIGHT OUTER JOINa path to this table with aQOM.JoinHint.LOOPhint.@NotNull TablePartitionByStep<Record> Table.rightOuterLoopJoin(TableLike<?> table) RIGHT OUTER JOINa table to this table with aQOM.JoinHint.LOOPhint.@NotNull SelectOptionalOnStep<R> SelectJoinStep.rightOuterMergeJoin(Path<?> path) Convenience method toRIGHT OUTER JOINa path to the last table added to theFROMclause usingTable.rightOuterMergeJoin(Path)@NotNull SelectJoinPartitionByStep<R> SelectJoinStep.rightOuterMergeJoin(TableLike<?> table) Convenience method toRIGHT OUTER JOINa table to the last table added to theFROMclause usingTable.rightOuterMergeJoin(TableLike)@NotNull TableOptionalOnStep<Record> Table.rightOuterMergeJoin(Path<?> path) RIGHT OUTER JOINa path to this table with aQOM.JoinHint.MERGEhint.@NotNull TablePartitionByStep<Record> Table.rightOuterMergeJoin(TableLike<?> table) RIGHT OUTER JOINa table to this table with aQOM.JoinHint.MERGEhint.@NotNull RollbackToSavepointStepDSLContext.rollback()TheROLLBACKstatement.@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONCommonDirectivesStep.root()Add a SQL Server-styleFOR JSON …, ROOTclause.@NotNull SelectForJSONCommonDirectivesStep<R> Add a SQL Server-styleFOR JSON …, ROOTclause.@NotNull SelectForXMLCommonDirectivesStep<R> SelectForXMLCommonDirectivesStep.root()Add a SQL Server-styleFOR XML …, ROOTclause.@NotNull SelectForXMLCommonDirectivesStep<R> Add a SQL Server-styleFOR XML …, ROOTclause.Field.round()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.round(Field)instead.Field.round(int decimals) Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.round(Field, int)instead.Table.rowid()TheROWIDoperator.@NotNull WindowRowsAndStep<T> WindowRowsStep.rowsBetweenCurrentRow()Add aROWS BETWEEN CURRENT ROW …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rowsBetweenCurrentRow()Add aROWS BETWEEN CURRENT ROW …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.rowsBetweenFollowing(int number) Add aROWS BETWEEN [number] FOLLOWING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rowsBetweenFollowing(int number) Add aROWS BETWEEN [number] FOLLOWING …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.rowsBetweenPreceding(int number) Add aROWS BETWEEN [number] PRECEDING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rowsBetweenPreceding(int number) Add aROWS BETWEEN [number] PRECEDING …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.rowsBetweenUnboundedFollowing()Add aROWS BETWEEN UNBOUNDED FOLLOWING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rowsBetweenUnboundedFollowing()Add aROWS BETWEEN UNBOUNDED FOLLOWING …frame clause to the window specification.@NotNull WindowRowsAndStep<T> WindowRowsStep.rowsBetweenUnboundedPreceding()Add aROWS BETWEEN UNBOUNDED PRECEDING …frame clause to the window function.@NotNull WindowSpecificationRowsAndStepWindowSpecificationRowsStep.rowsBetweenUnboundedPreceding()Add aROWS BETWEEN UNBOUNDED PRECEDING …frame clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rowsCurrentRow()Add aROWS CURRENT ROWframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rowsCurrentRow()Add aROWS CURRENT ROWframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rowsFollowing(int number) Add aROWS [number] FOLLOWINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rowsFollowing(int number) Add aROWS [number] FOLLOWINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rowsPreceding(int number) Add aROWS [number] PRECEDINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rowsPreceding(int number) Add aROWS [number] PRECEDINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rowsUnboundedFollowing()Add aROWS UNBOUNDED FOLLOWINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rowsUnboundedFollowing()Add aROWS UNBOUNDED FOLLOWINGframe clause to the window specification.@NotNull WindowExcludeStep<T> WindowRowsStep.rowsUnboundedPreceding()Add aROWS UNBOUNDED PRECEDINGframe clause to the window function.@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsStep.rowsUnboundedPreceding()Add aROWS UNBOUNDED PRECEDINGframe clause to the window specification.Field.rpad(int length) Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.rpad(Field, int)instead.Field.rpad(int length, char character) Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.rpad(Field, int, char)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.rpad(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.rpad(Field, Field, Field)instead.Field.rtrim()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.rtrim(Field)instead.@NotNull RowCountQueryTheSAVEPOINTstatement.@NotNull RowCountQueryTheSAVEPOINTstatement.DataType.scale(int scale) Return a new data type like this, with a new scale value.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep10.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep11.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep11.seek(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep12.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep12.seek(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep13.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep13.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep14.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep14.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep15.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep15.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep16.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep16.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep17.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep17.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep18.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep18.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep19.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep19.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep20.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep20.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep21.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep21.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep22.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep22.seek(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep5.seek(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep6.seek(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep7.seek(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep8.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep9.seek(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep10.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep11.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep11.seekAfter(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep12.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep12.seekAfter(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep13.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep13.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep14.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep14.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep15.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep15.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep16.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep16.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep17.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep17.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep18.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep18.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep19.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep19.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep20.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep20.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep21.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep21.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep22.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep22.seekAfter(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) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep5.seekAfter(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep6.seekAfter(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep7.seekAfter(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep8.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep9.seekAfter(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 a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> Add a syntheticSEEK AFTERclause to the query.@NotNull SelectSeekLimitStep<R> SelectSeekStep1.seekBefore(Field<T1> field1) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep1.seekBefore(T1 t1) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep10.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep11.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep11.seekBefore(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep12.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep12.seekBefore(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep13.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep13.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep14.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep14.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep15.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep15.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep16.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep16.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep17.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep17.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep18.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep18.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep19.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep19.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep2.seekBefore(Field<T1> field1, Field<T2> field2) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep2.seekBefore(T1 t1, T2 t2) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep20.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep20.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep21.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep21.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep22.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep22.seekBefore(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) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep3.seekBefore(T1 t1, T2 t2, T3 t3) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep4.seekBefore(T1 t1, T2 t2, T3 t3, T4 t4) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep5.seekBefore(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep6.seekBefore(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep7.seekBefore(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep8.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStep9.seekBefore(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.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStepN.seekBefore(Object... values) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSeekLimitStep<R> SelectSeekStepN.seekBefore(Field<?>... fields) Deprecated.- [#7461] - SEEK BEFORE is not implemented correctly@NotNull SelectSelectStep<Record> DSLContext.select(Collection<? extends SelectFieldOrAsterisk> fields) Create a new DSL select statement.<T1> @NotNull SelectSelectStep<Record1<T1>> DSLContext.select(SelectField<T1> field1) Create a new DSL select statement.<T1,T2> @NotNull SelectSelectStep <Record2<T1, T2>> DSLContext.select(SelectField<T1> field1, SelectField<T2> field2) Create a new DSL select statement.<T1,T2, T3>
@NotNull SelectSelectStep<Record3<T1, T2, T3>> DSLContext.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Create a new DSL select statement.<T1,T2, T3, T4>
@NotNull SelectSelectStep<Record4<T1, T2, T3, T4>> DSLContext.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Create a new DSL select statement.<T1,T2, T3, T4, T5>
@NotNull SelectSelectStep<Record5<T1, T2, T3, T4, T5>> DSLContext.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6>
@NotNull SelectSelectStep<Record6<T1, T2, T3, T4, T5, T6>> DSLContext.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7>
@NotNull SelectSelectStep<Record7<T1, T2, T3, T4, T5, T6, T7>> DSLContext.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull SelectSelectStep<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> DSLContext.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull SelectSelectStep<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull SelectSelectStep<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull SelectSelectStep<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull SelectSelectStep<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull SelectSelectStep<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull SelectSelectStep<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull SelectSelectStep<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull SelectSelectStep<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull SelectSelectStep<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull SelectSelectStep<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull SelectSelectStep<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull SelectSelectStep<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull SelectSelectStep<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> DSLContext.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull SelectSelectStep<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> DSLContext.select(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) Create a new DSL select statement.@NotNull SelectSelectStep<Record> DSLContext.select(SelectFieldOrAsterisk... fields) Create a new DSL select statement.@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement.@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep12.select(Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> select) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep13.select(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep14.select(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep15.select(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep16.select(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep17.select(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep18.select(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep19.select(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep20.select(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep21.select(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) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> InsertValuesStep22.select(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) Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R> Use aSELECTstatement as the source of values for theINSERTstatementDeprecated, 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)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)MergeValuesStep13.select(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> select) 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)MergeValuesStep14.select(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> select) 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)MergeValuesStep15.select(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> select) 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)MergeValuesStep16.select(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> select) 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)MergeValuesStep17.select(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> select) 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)MergeValuesStep18.select(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> select) 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)MergeValuesStep19.select(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> select) 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)MergeValuesStep20.select(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> select) 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)MergeValuesStep21.select(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) 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)MergeValuesStep22.select(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) 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)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)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)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)Deprecated, for removal: This API element is subject to removal in a future version.Use aSELECTstatement as the source of values for theMERGEstatement@NotNull SelectSelectStep<Record> SelectSelectStep.select(Collection<? extends SelectFieldOrAsterisk> fields) Add additional fields to theSELECTclause of this query@NotNull SelectSelectStep<Record> SelectSelectStep.select(SelectFieldOrAsterisk... fields) Add additional fields to theSELECTclause of this query@NotNull SelectSelectStep<Record> WithStep.select(Collection<? extends SelectFieldOrAsterisk> fields) Create a new DSL select statement.<T1> @NotNull SelectSelectStep<Record1<T1>> WithStep.select(SelectField<T1> field1) Create a new DSL select statement.<T1,T2> @NotNull SelectSelectStep <Record2<T1, T2>> WithStep.select(SelectField<T1> field1, SelectField<T2> field2) Create a new DSL select statement.<T1,T2, T3>
@NotNull SelectSelectStep<Record3<T1, T2, T3>> WithStep.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Create a new DSL select statement.<T1,T2, T3, T4>
@NotNull SelectSelectStep<Record4<T1, T2, T3, T4>> WithStep.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Create a new DSL select statement.<T1,T2, T3, T4, T5>
@NotNull SelectSelectStep<Record5<T1, T2, T3, T4, T5>> WithStep.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6>
@NotNull SelectSelectStep<Record6<T1, T2, T3, T4, T5, T6>> WithStep.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7>
@NotNull SelectSelectStep<Record7<T1, T2, T3, T4, T5, T6, T7>> WithStep.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull SelectSelectStep<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> WithStep.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull SelectSelectStep<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull SelectSelectStep<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull SelectSelectStep<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull SelectSelectStep<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull SelectSelectStep<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull SelectSelectStep<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull SelectSelectStep<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull SelectSelectStep<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull SelectSelectStep<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull SelectSelectStep<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull SelectSelectStep<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull SelectSelectStep<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull SelectSelectStep<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> WithStep.select(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull SelectSelectStep<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> WithStep.select(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) Create a new DSL select statement.@NotNull SelectSelectStep<Record> WithStep.select(SelectFieldOrAsterisk... fields) Create a new DSL select statement.@NotNull SelectSelectStep<Record1<Integer>> DSLContext.selectCount()Create a new DSL select statement forCOUNT(*).@NotNull SelectSelectStep<Record1<Integer>> WithStep.selectCount()Create a new DSL select statement forCOUNT(*).@NotNull SelectSelectStep<Record> DSLContext.selectDistinct(Collection<? extends SelectFieldOrAsterisk> fields) Create a new DSL select statement.<T1> @NotNull SelectSelectStep<Record1<T1>> DSLContext.selectDistinct(SelectField<T1> field1) Create a new DSL select statement.<T1,T2> @NotNull SelectSelectStep <Record2<T1, T2>> DSLContext.selectDistinct(SelectField<T1> field1, SelectField<T2> field2) Create a new DSL select statement.<T1,T2, T3>
@NotNull SelectSelectStep<Record3<T1, T2, T3>> DSLContext.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Create a new DSL select statement.<T1,T2, T3, T4>
@NotNull SelectSelectStep<Record4<T1, T2, T3, T4>> DSLContext.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Create a new DSL select statement.<T1,T2, T3, T4, T5>
@NotNull SelectSelectStep<Record5<T1, T2, T3, T4, T5>> DSLContext.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6>
@NotNull SelectSelectStep<Record6<T1, T2, T3, T4, T5, T6>> DSLContext.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7>
@NotNull SelectSelectStep<Record7<T1, T2, T3, T4, T5, T6, T7>> DSLContext.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull SelectSelectStep<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> DSLContext.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull SelectSelectStep<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull SelectSelectStep<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull SelectSelectStep<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull SelectSelectStep<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull SelectSelectStep<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull SelectSelectStep<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull SelectSelectStep<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull SelectSelectStep<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull SelectSelectStep<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull SelectSelectStep<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull SelectSelectStep<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull SelectSelectStep<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull SelectSelectStep<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> DSLContext.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull SelectSelectStep<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> DSLContext.selectDistinct(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) Create a new DSL select statement.@NotNull SelectSelectStep<Record> DSLContext.selectDistinct(SelectFieldOrAsterisk... fields) Create a new DSL select statement.@NotNull SelectSelectStep<Record> WithStep.selectDistinct(Collection<? extends SelectFieldOrAsterisk> fields) Create a new DSL select statement.<T1> @NotNull SelectSelectStep<Record1<T1>> WithStep.selectDistinct(SelectField<T1> field1) Create a new DSL select statement.<T1,T2> @NotNull SelectSelectStep <Record2<T1, T2>> WithStep.selectDistinct(SelectField<T1> field1, SelectField<T2> field2) Create a new DSL select statement.<T1,T2, T3>
@NotNull SelectSelectStep<Record3<T1, T2, T3>> WithStep.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Create a new DSL select statement.<T1,T2, T3, T4>
@NotNull SelectSelectStep<Record4<T1, T2, T3, T4>> WithStep.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Create a new DSL select statement.<T1,T2, T3, T4, T5>
@NotNull SelectSelectStep<Record5<T1, T2, T3, T4, T5>> WithStep.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6>
@NotNull SelectSelectStep<Record6<T1, T2, T3, T4, T5, T6>> WithStep.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7>
@NotNull SelectSelectStep<Record7<T1, T2, T3, T4, T5, T6, T7>> WithStep.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull SelectSelectStep<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> WithStep.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull SelectSelectStep<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull SelectSelectStep<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull SelectSelectStep<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull SelectSelectStep<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull SelectSelectStep<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull SelectSelectStep<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull SelectSelectStep<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull SelectSelectStep<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull SelectSelectStep<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull SelectSelectStep<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull SelectSelectStep<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull SelectSelectStep<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull SelectSelectStep<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> WithStep.selectDistinct(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) Create a new DSL select statement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull SelectSelectStep<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> WithStep.selectDistinct(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) Create a new DSL select statement.@NotNull SelectSelectStep<Record> WithStep.selectDistinct(SelectFieldOrAsterisk... fields) Create a new DSL select statement.@NotNull SelectWhereStep<Record> DSLContext.selectFrom(String sql) Create a new DSL select statement, projecting*.@NotNull SelectWhereStep<Record> DSLContext.selectFrom(String sql, Object... bindings) Create a new DSL select statement, projecting*.@NotNull SelectWhereStep<Record> DSLContext.selectFrom(String sql, QueryPart... parts) Create a new DSL select statement, projecting*.@NotNull SelectWhereStep<Record> DSLContext.selectFrom(Name table) Create a new DSL select statement, projecting*.@NotNull SelectWhereStep<Record> DSLContext.selectFrom(SQL sql) Create a new DSL select statement, projecting*.<R extends Record>
@NotNull SelectWhereStep<R> DSLContext.selectFrom(TableLike<R> table) Create a new DSL select statement, projecting the known columns from a table.@NotNull SelectWhereStep<Record> WithStep.selectFrom(String sql) Create a new DSL select statement, projecting*.@NotNull SelectWhereStep<Record> WithStep.selectFrom(String sql, Object... bindings) Create a new DSL select statement, projecting*.@NotNull SelectWhereStep<Record> WithStep.selectFrom(String sql, QueryPart... parts) Create a new DSL select statement, projecting*.@NotNull SelectWhereStep<Record> WithStep.selectFrom(Name table) Create a new DSL select statement, projecting*.@NotNull SelectWhereStep<Record> WithStep.selectFrom(SQL sql) Create a new DSL select statement, projecting*.<R extends Record>
@NotNull SelectWhereStep<R> WithStep.selectFrom(TableLike<R> table) Create a new DSL select statement, projecting the known columns from a table.@NotNull SelectSelectStep<Record1<Integer>> DSLContext.selectOne()Create a new DSL select statement for a constant1literal.@NotNull SelectSelectStep<Record1<Integer>> WithStep.selectOne()Create a new DSL select statement for a constant1literal.@NotNull SelectQuery<Record> DSLContext.selectQuery()Create a newSelectQuery<R extends Record>
@NotNull SelectQuery<R> DSLContext.selectQuery(TableLike<R> table) Create a newSelectQuery@NotNull SelectSelectStep<Record1<Integer>> DSLContext.selectZero()Create a new DSL select statement for a constant0literal.@NotNull SelectSelectStep<Record1<Integer>> WithStep.selectZero()Create a new DSL select statement for a constant0literal.@NotNull AggregateFunction<String> Specify the separator on theGROUP_CONCATfunction.@NotNull AggregateFunction<String> Specify the separator on theGROUP_CONCATfunction.@NotNull LoaderCSVOptionsStep<R> LoaderCSVOptionsStep.separator(char separator) Specify the separator character.@NotNull AlterTableFinalStepSpecify a new column data type.@NotNull StatementInitialise this declaration.@NotNull StatementInitialise this declaration.@NotNull StatementInitialise this declaration.@NotNull RowCountQueryTheSETstatement.@NotNull RowCountQueryTheSETstatement.@NotNull InsertOnDuplicateSetMoreStep<R> Set multiple values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.<T> @NotNull InsertOnDuplicateSetMoreStep<R> Set values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.<T> @NotNull InsertOnDuplicateSetMoreStep<R> Set values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.<T> @NotNull InsertOnDuplicateSetMoreStep<R> Set values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull InsertOnDuplicateSetMoreStep<R> Set multiple values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull InsertSetMoreStep<R> InsertSetMoreStep.set(Collection<? extends Record> records) Set values in theINSERTstatement.@NotNull InsertSetMoreStep<R> Set values in theINSERTstatement.<T> @NotNull InsertSetMoreStep<R> Set a value for a field in theINSERTstatement.<T> @NotNull InsertSetMoreStep<R> Set a value for a field in theINSERTstatement.<T> @NotNull InsertSetMoreStep<R> Set a value for a field in theINSERTstatement.@NotNull InsertSetMoreStep<R> Set values in theINSERTstatement.@NotNull InsertSetMoreStep<R> Set values in theINSERTstatement.@NotNull InsertSetMoreStep<R> InsertSetStep.set(Collection<? extends Record> records) Set values in theINSERTstatement.@NotNull InsertSetMoreStep<R> Set values in theINSERTstatement.<T> @NotNull InsertSetMoreStep<R> Set a value for a field in theINSERTstatement.<T> @NotNull InsertSetMoreStep<R> Set a value for a field in theINSERTstatement.<T> @NotNull InsertSetMoreStep<R> Set a value for a field in theINSERTstatement.@NotNull InsertSetMoreStep<R> Set values in theINSERTstatement.@NotNull InsertSetMoreStep<R> Set values in theINSERTstatement.@NotNull MergeMatchedSetMoreStep<R> Set multiple values forUPDATEin theMERGEstatement'sWHEN MATCHEDclause.<T> @NotNull MergeMatchedSetMoreStep<R> Set values forUPDATEin theMERGEstatement'sWHEN MATCHEDclause.<T> @NotNull MergeMatchedSetMoreStep<R> Set values forUPDATEin theMERGEstatement'sWHEN MATCHEDclause.<T> @NotNull MergeMatchedSetMoreStep<R> Set values forUPDATEin theMERGEstatement'sWHEN MATCHEDclause.@NotNull MergeMatchedSetMoreStep<R> Set multiple values forUPDATEin theMERGEstatement'sWHEN MATCHEDclause.@NotNull MergeNotMatchedSetMoreStep<R> Set multiple values forINSERTin theMERGEstatement'sWHEN NOT MATCHEDclause.<T> @NotNull MergeNotMatchedSetMoreStep<R> Set values forINSERTin theMERGEstatement'sWHEN NOT MATCHEDclause.<T> @NotNull MergeNotMatchedSetMoreStep<R> Set values forINSERTin theMERGEstatement'sWHEN NOT MATCHEDclause.<T> @NotNull MergeNotMatchedSetMoreStep<R> Set values forINSERTin theMERGEstatement'sWHEN NOT MATCHEDclause.@NotNull MergeNotMatchedSetMoreStep<R> Set multiple values forINSERTin theMERGEstatement'sWHEN NOT MATCHEDclause.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow10.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow11.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow12.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow13.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow13.set(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) Assign a value to this set of variables.@NotNull StatementRow14.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow14.set(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) Assign a value to this set of variables.@NotNull StatementRow15.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow15.set(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) Assign a value to this set of variables.@NotNull StatementRow16.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow16.set(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) Assign a value to this set of variables.@NotNull StatementRow17.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow17.set(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> value) Assign a value to this set of variables.@NotNull StatementRow17.set(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) Assign a value to this set of variables.@NotNull StatementRow18.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow18.set(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> value) Assign a value to this set of variables.@NotNull StatementRow18.set(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) Assign a value to this set of variables.@NotNull StatementRow19.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow19.set(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> value) Assign a value to this set of variables.@NotNull StatementRow19.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow20.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow20.set(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> value) Assign a value to this set of variables.@NotNull StatementRow20.set(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) Assign a value to this set of variables.@NotNull StatementRow21.set(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) Assign a value to this set of variables.@NotNull StatementRow21.set(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> record) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow21.set(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> value) Assign a value to this set of variables.@NotNull StatementRow21.set(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) Assign a value to this set of variables.@NotNull StatementRow22.set(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) Assign a value to this set of variables.@NotNull StatementRow22.set(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> record) Assign a value to this set of variables.@NotNull StatementRow22.set(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row) Assign a value to this set of variables.@NotNull StatementRow22.set(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>> value) Assign a value to this set of variables.@NotNull StatementRow22.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow7.set(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow8.set(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementRow9.set(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) Assign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.@NotNull StatementAssign a value to this set of variables.<T1> @NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1> @NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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> @NotNull UpdateFromStep <R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2> @NotNull UpdateFromStep <R> 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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3>
@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4>
@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4>
@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5>
@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5>
@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6>
@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> row, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> value) Specify a multi-column set clause for theUPDATEstatement.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull UpdateFromStep<R> UpdateSetFirstStep.set(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.@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.@NotNull UpdateFromStep<R> Specify a multi-column set clause for theUPDATEstatement.@NotNull UpdateSetMoreStep<R> Set a value for a field in theUPDATEstatement.<T> @NotNull UpdateSetMoreStep<R> Set a value for a field in theUPDATEstatement.<T> @NotNull UpdateSetMoreStep<R> Set a value for a field in theUPDATEstatement.<T> @NotNull UpdateSetMoreStep<R> Set a value for a field in theUPDATEstatement.@NotNull UpdateSetMoreStep<R> Set a value for a field in theUPDATEstatement.@NotNull StatementAssign a value to this variable.@NotNull StatementAssign a value to this variable.@NotNull StatementAssign a value to this variable.@NotNull InsertOnDuplicateSetMoreStep<R> InsertOnDuplicateSetStep.setAllToExcluded()Sets all columns from the insert column list toDSL.excluded(Field).@NotNull RowCountQueryDSLContext.setCatalog(String catalog) TheSET CATALOGstatement.@NotNull RowCountQueryDSLContext.setCatalog(Catalog catalog) TheSET CATALOGstatement.@NotNull RowCountQueryDSLContext.setCatalog(Name catalog) TheSET CATALOGstatement.voidSelectQuery.setConnectByStartWith(Condition condition) Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull AlterDomainFinalStepAlterDomainStep.setDefault(Field<T> setDefault) Add theSET DEFAULTclause to theALTER DOMAINstatement.@NotNull AlterDomainFinalStepAlterDomainStep.setDefault(T setDefault) Add theSET DEFAULTclause to theALTER DOMAINstatement.@NotNull AlterTableFinalStepAlterTableAlterStep.setDefault(Field<T> expression) Specify a new columnDEFAULT.@NotNull AlterTableFinalStepAlterTableAlterStep.setDefault(T literal) Specify a new columnDEFAULT.voidInsertQuery.setDefaultValues()Set an empty record with theDEFAULT VALUESclause.voidSelectQuery.setDistinct(boolean distinct) Add "distinct" keyword to the select clause.voidSelectQuery.setForJSONAuto(boolean forJSONAuto) Add aFOR JSON AUTOclause to the end of the query.voidSelectQuery.setForJSONB(boolean forJSONB) voidSelectQuery.setForJSONIncludeNullValues(boolean forJSONIncludeNullValues) Add aFOR JSON ROOTclause to the end of the query.voidSelectQuery.setForJSONPath(boolean forJSONPath) Add aFOR JSON PATHclause to the end of the query.voidSelectQuery.setForJSONRoot(boolean forJSONRoot) Add aFOR JSON ROOTclause to the end of the query.voidSelectQuery.setForJSONRoot(boolean forJSONRoot, String rootName) Add aFOR JSON ROOTclause to the end of the query.voidSelectQuery.setForJSONWithoutArrayWrapper(boolean forJSONWithoutArrayWrapper) Add aFOR JSON ROOTclause to the end of the query.voidSelectQuery.setForKeyShare(boolean forKeyShare) Sets the "FOR KEY SHARE" lock mode onto the query.voidSelectQuery.setForLockModeNoWait()Some RDBMS allow for specifying the locking mode for the appliedFOR <lock_mode>clause.voidSelectQuery.setForLockModeOf(Collection<? extends Field<?>> fields) Some RDBMS allow for specifying the fields that should be locked by theFOR <lock_mode>clause, instead of the full row.voidSelectQuery.setForLockModeOf(Field<?>... fields) Some RDBMS allow for specifying the fields that should be locked by theFOR <lock_mode>clause, instead of the full row.voidSelectQuery.setForLockModeOf(Table<?>... tables) Some RDBMS allow for specifying the tables that should be locked by theFOR <lock_mode>clause, instead of the full row.voidSelectQuery.setForLockModeSkipLocked()Some RDBMS allow for specifying the locking mode for the appliedFOR <lock_mode>clause.voidSelectQuery.setForLockModeWait(int seconds) Some RDBMS allow for specifying the locking mode for the appliedFOR <lock_mode>clause.voidSelectQuery.setForNoKeyUpdate(boolean forNoKeyUpdate) Sets the "FOR NO KEY UPDATE" lock mode onto the query.voidSelectQuery.setForShare(boolean forShare) Sets the "FOR SHARE" lock mode onto the query.voidSelectQuery.setForUpdate(boolean forUpdate) Sets the "FOR UPDATE" lock mode onto the query.voidSelectQuery.setForUpdateNoWait()Deprecated, for removal: This API element is subject to removal in a future version.[#5218] - 3.14.0 - UseSelectQuery.setForLockModeNoWait()voidSelectQuery.setForUpdateOf(Collection<? extends Field<?>> fields) Deprecated, for removal: This API element is subject to removal in a future version.[#5218] - 3.14.0 - UseSelectQuery.setForLockModeOf(Collection)voidSelectQuery.setForUpdateOf(Field<?>... fields) Deprecated, for removal: This API element is subject to removal in a future version.[#5218] - 3.14.0 - UseSelectQuery.setForLockModeOf(Field...)voidSelectQuery.setForUpdateOf(Table<?>... tables) Deprecated, for removal: This API element is subject to removal in a future version.[#5218] - 3.14.0 - UseSelectQuery.setForLockModeOf(Table...)voidSelectQuery.setForUpdateSkipLocked()Deprecated, for removal: This API element is subject to removal in a future version.[#5218] - 3.14.0 - UseSelectQuery.setForLockModeSkipLocked()voidSelectQuery.setForUpdateWait(int seconds) Deprecated, for removal: This API element is subject to removal in a future version.[#5218] - 3.14.0 - UseSelectQuery.setForLockModeWait(int)voidSelectQuery.setForXMLAuto(boolean forXMLAuto) Add aFOR XML AUTOclause to the end of the query.voidSelectQuery.setForXMLBinaryBase64(boolean forXMLBinaryBase64) Add aFOR XML BINARY BASE64clause to the end of the query.voidSelectQuery.setForXMLElements(boolean forXMLElements) Add aFOR XML ELEMENTSclause to the end of the query.voidSelectQuery.setForXMLElementsAbsent(boolean forXMLElementsAbsent) Add aFOR XML ELEMENTS ABSENTclause to the end of the query.voidSelectQuery.setForXMLElementsXsinil(boolean forXMLElementsXsinil) Add aFOR XML ELEMENTS XSINILclause to the end of the query.voidSelectQuery.setForXMLExplicit(boolean forXMLExplicit) Add aFOR XML EXPLICITclause to the end of the query.voidSelectQuery.setForXMLPath(boolean forXMLPath) Add aFOR XML PATHclause to the end of the query.voidSelectQuery.setForXMLPath(boolean forXMLPath, String elementName) Add aFOR XML PATHclause to the end of the query.voidSelectQuery.setForXMLRaw(boolean forXMLRaw) Add aFOR XML RAWclause to the end of the query.voidSelectQuery.setForXMLRaw(boolean forXMLRaw, String elementName) Add aFOR XML RAWclause to the end of the query.voidSelectQuery.setForXMLRoot(boolean forXMLRoot) Add aFOR XML ROOTclause to the end of the query.voidSelectQuery.setForXMLRoot(boolean forXMLRoot, String rootName) Add aFOR XML ROOTclause to the end of the query.voidSelectQuery.setForXMLType(boolean forXMLType) Add aFOR XML TYPEclause to the end of the query.voidSelectQuery.setGroupByDistinct(boolean groupByDistinct) Specifies theGROUP BY DISTINCTclause.voidSelectQuery.setInto(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.voidAdd a T-SQL styleINTOclause to theSELECTstatement to create a new table from aSELECTstatement.voidSelectQuery.setLimitPercent(boolean percent) Add thePERCENTclause to aLIMITclause.@NotNull RowCountQueryTheSET LOCALstatement.@NotNull RowCountQueryTheSET LOCALstatement.@NotNull StatementSignalSetStep.setMessageText(String messageText) Add theSET MESSAGE TEXTclause to theSIGNAL SQL STATEfunction.@NotNull StatementSignalSetStep.setMessageText(Field<String> messageText) Add theSET MESSAGE TEXTclause to theSIGNAL SQL STATEfunction.@NotNull InsertOnDuplicateSetMoreStep<R> InsertOnDuplicateSetStep.setNonConflictingKeyToExcluded()Sets all non-conflicting key columns from the insert column list toDSL.excluded(Field).@NotNull InsertOnDuplicateSetMoreStep<R> InsertOnDuplicateSetStep.setNonKeyToExcluded()Sets all non-key columns from the insert column list toDSL.excluded(Field).@NotNull InsertOnDuplicateSetMoreStep<R> InsertOnDuplicateSetStep.setNonPrimaryKeyToExcluded()Sets all non-primary key columns from the insert column list toDSL.excluded(Field).@NotNull AlterDomainFinalStepAlterDomainStep.setNotNull()Add theSET NOT NULLclause to theALTER DOMAINstatement.@NotNull AlterTableFinalStepAlterTableAlterStep.setNotNull()Make the columnNOT NULL.@NotNull StatementDeclaration.setNull()Initialise this declaration withnull.<T> @NotNull InsertOnDuplicateSetMoreStep<R> Set anullvalue forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.<T> @NotNull InsertSetMoreStep<R> Set anullvalue for a field in theINSERTstatement.<T> @NotNull InsertSetMoreStep<R> Set anullvalue for a field in theINSERTstatement.<T> @NotNull MergeMatchedSetMoreStep<R> Set anullvalue forUPDATEin theMERGEstatement'sWHEN MATCHEDclause.<T> @NotNull MergeNotMatchedSetMoreStep<R> Set anullvalue forINSERTin theMERGEstatement'sWHEN NOT MATCHEDclause.<T> @NotNull UpdateSetMoreStep<R> Set anullvalue for a field in theUPDATEstatement.@NotNull StatementVariable.setNull()Assignnullto this variable.voidSelectQuery.setOrderBySiblings(boolean orderBySiblings) Indicate whether theSIBLINGSkeyword should be used in anORDER BYclause to form anORDER SIBLINGS BYclause.voidAdd values to the store statementvoidInsertQuery.setRecordForUpdate(R record) Add multiple values to theON DUPLICATE KEY UPDATEclause of thisINSERTstatement, where this is supported.voidDeleteQuery.setReturning()Configure theDELETEstatement to return all fields inR.voidDeleteQuery.setReturning(Collection<? extends SelectFieldOrAsterisk> fields) Configure theDELETEstatement to return a list of fields inR.voidDeleteQuery.setReturning(SelectFieldOrAsterisk... fields) Configure theDELETEstatement to return a list of fields inR.voidInsertQuery.setReturning()Configure theINSERTorUPDATEstatement to return all fields inR.voidInsertQuery.setReturning(Collection<? extends SelectFieldOrAsterisk> fields) Configure theINSERTorUPDATEstatement to return a list of fields inR.voidInsertQuery.setReturning(Identity<R, ?> identity) Configure theINSERTorUPDATEstatement to return the generated identity value.voidInsertQuery.setReturning(SelectFieldOrAsterisk... fields) Configure theINSERTorUPDATEstatement to return a list of fields inR.voidStoreQuery.setReturning()Configure theINSERTorUPDATEstatement to return all fields inR.voidStoreQuery.setReturning(Collection<? extends SelectFieldOrAsterisk> fields) Configure theINSERTorUPDATEstatement to return a list of fields inR.voidStoreQuery.setReturning(Identity<R, ?> identity) Configure theINSERTorUPDATEstatement to return the generated identity value.voidStoreQuery.setReturning(SelectFieldOrAsterisk... fields) Configure theINSERTorUPDATEstatement to return a list of fields inR.voidUpdateQuery.setReturning()Configure theINSERTorUPDATEstatement to return all fields inR.voidUpdateQuery.setReturning(Collection<? extends SelectFieldOrAsterisk> fields) Configure theINSERTorUPDATEstatement to return a list of fields inR.voidUpdateQuery.setReturning(Identity<R, ?> identity) Configure theINSERTorUPDATEstatement to return the generated identity value.voidUpdateQuery.setReturning(SelectFieldOrAsterisk... fields) Configure theINSERTorUPDATEstatement to return a list of fields inR.@NotNull AlterTypeFinalStepAdd theSET SCHEMAclause to theALTER TYPEstatement.@NotNull AlterTypeFinalStepAdd theSET SCHEMAclause to theALTER TYPEstatement.@NotNull AlterTypeFinalStepAdd theSET SCHEMAclause to theALTER TYPEstatement.@NotNull RowCountQueryTheSET SCHEMAstatement.@NotNull RowCountQueryTheSET SCHEMAstatement.@NotNull RowCountQueryTheSET SCHEMAstatement.voidInsertQuery.setSelect(Collection<? extends Field<?>> fields, Select<?> select) Use aSELECTstatement as the source of values for theINSERTstatement.voidUse aSELECTstatement as the source of values for theINSERTstatement.voidSelectQuery.setWithCheckOption()Add aWITH CHECK OPTIONclause to the end of the subquery.voidSelectQuery.setWithReadOnly()Add aWITH READ ONLYclause to the end of the subquery.voidSelectQuery.setWithTies(boolean withTies) Add theWITH TIESclause to aLIMITclause.TheSHLoperator.TheSHLoperator.TheSHRoperator.TheSHRoperator.Field.sign()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.sign(Field)instead.@NotNull LikeEscapeStepTheSIMILAR_TOoperator.@NotNull ConditionCreate a condition to pattern-check this field against a value.@NotNull LikeEscapeStepTheSIMILAR_TOoperator.@NotNull ConditionCreate a condition to pattern-check this field against a value.@NotNull LikeEscapeStepField.similarTo(QuantifiedSelect<? extends Record1<String>> pattern) TheSIMILAR_TOoperator.@NotNull Field<BigDecimal> Field.sin()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.sin(Field)instead.@NotNull Field<BigDecimal> Field.sinh()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.sinh(Field)instead.@NotNull SelectForStep<R> SelectForUpdateWaitStep.skipLocked()Add aWAITclause to theFOR <lock_mode>clause at the end of the query.<Z> @NotNull SortField<Z> Create an indirected sort field.Create an ascending/descending sort field from this field.Field.sortAsc(Collection<T> sortList) Create an indirected sort field.Create an indirected sort field.Field.sortDefault()Create a default sorted (implicitASC) from this field.Field.sortDesc(Collection<T> sortList) Create an indirected sort field.Create an indirected sort field.@NotNull Field<BigDecimal> Field.sqrt()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.sqrt(Field)instead.@NotNull ConditionField.startsWith(Field<T> prefix) TheSTARTS_WITHoperator.@NotNull ConditionField.startsWith(T prefix) TheSTARTS_WITHoperator.@NotNull ConditionField.startsWithIgnoreCase(Field<T> prefix) TheSTARTS_WITH_IGNORE_CASEoperator.@NotNull ConditionField.startsWithIgnoreCase(T prefix) TheSTARTS_WITH_IGNORE_CASEoperator.@NotNull RowCountQueryDSLContext.startTransaction()TheSTART TRANSACTIONstatement.@NotNull AlterSequenceFlagsStep<T> Add theSTART WITHclause to theALTER SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T> Add theSTART WITHclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> Add theSTART WITHclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStep<T> Add theSTART WITHclause to theCREATE SEQUENCEstatement.@NotNull SelectConnectByAfterStartWithStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectConnectByAfterStartWithStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectConnectByAfterStartWithStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectConnectByAfterStartWithStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectConnectByAfterStartWithStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectConnectByAfterStartWithStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectGroupByStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectGroupByStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectGroupByStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectGroupByStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectGroupByStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull SelectGroupByStep<R> Add an Oracle-specificSTART WITHclause to the query'sCONNECT BYclause.@NotNull BlockDSLContext.statements(Collection<? extends Statement> statements) Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN … END;, unless explicitly needed.@NotNull BlockDSLContext.statements(Statement... statements) Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN … END;, unless explicitly needed.@NotNull Field<BigDecimal> Field.stddevPop()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.stddevPop(Field)instead.@NotNull WindowPartitionByStep<BigDecimal> Field.stddevPopOver()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.stddevPop(Field)instead.@NotNull Field<BigDecimal> Field.stddevSamp()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.stddevSamp(Field)instead.@NotNull WindowPartitionByStep<BigDecimal> Field.stddevSampOver()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.stddevSamp(Field)instead.@NotNull CreateTableFinalStepAdd theSTORAGEclause to theCREATE TABLEstatement.@NotNull CreateTableFinalStepAdd theSTORAGEclause to theCREATE TABLEstatement.@NotNull CreateTableFinalStepAdd theSTORAGEclause to theCREATE TABLEstatement.@NotNull CreateTableFinalStepAdd theSTORAGEclause to theCREATE TABLEstatement.intUpdatableRecord.store()Store this record back to the database.intUpdatableRecord.store(Collection<? extends Field<?>> fields) Store parts of this record to the database.intStore parts of this record to the database.DataType.stored()Set theDataType.generationOption()of the computed column expression toQOM.GenerationOption.STORED.@NotNull SelectOnStep<R> SelectJoinStep.straightJoin(String sql) STRAIGHT_JOINa table to this table.@NotNull SelectOnStep<R> SelectJoinStep.straightJoin(String sql, Object... bindings) STRAIGHT_JOINa table to this table.@NotNull SelectOnStep<R> SelectJoinStep.straightJoin(String sql, QueryPart... parts) STRAIGHT_JOINa table to this table.@NotNull SelectOnStep<R> SelectJoinStep.straightJoin(Name name) STRAIGHT_JOINa table to this table.@NotNull SelectOnStep<R> SelectJoinStep.straightJoin(Path<?> table) STRAIGHT_JOINa path to this table.@NotNull SelectOnStep<R> SelectJoinStep.straightJoin(SQL sql) STRAIGHT_JOINa table to this table.@NotNull SelectOnStep<R> SelectJoinStep.straightJoin(TableLike<?> table) STRAIGHT_JOINa table to this table.@NotNull TableOnStep<Record> Table.straightJoin(String sql) STRAIGHT_JOINa table to this table.@NotNull TableOnStep<Record> Table.straightJoin(String sql, Object... bindings) STRAIGHT_JOINa table to this table.@NotNull TableOnStep<Record> Table.straightJoin(String sql, QueryPart... parts) STRAIGHT_JOINa table to this table.@NotNull TableOnStep<Record> Table.straightJoin(Name name) STRAIGHT_JOINa table to this table.@NotNull TableOptionalOnStep<Record> Table.straightJoin(Path<?> path) STRAIGHT_JOINa path to this table.@NotNull TableOnStep<Record> Table.straightJoin(SQL sql) STRAIGHT_JOINa table to this table.@NotNull TableOnStep<Record> Table.straightJoin(TableLike<?> table) STRAIGHT_JOINa table to this table.An arithmetic expression subtracting value from this.An arithmetic expression subtracting value from this.Field.substring(int startingPosition) Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.substring(Field, int)instead.Field.substring(int startingPosition, int length) Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.substring(Field, int, int)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.substring(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.substring(Field, Field, Field)instead.An alias forField.sub(Number).An alias forField.sub(Field).@NotNull Field<BigDecimal> Field.sum()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.sum(Field)instead.@NotNull WindowPartitionByStep<BigDecimal> Field.sumOver()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.sum(Field)instead.@NotNull CreateTableElementListStepCreateTableElementListStep.tableElements(Collection<? extends TableElement> tableElements) Add theTABLE ELEMENTSclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepCreateTableElementListStep.tableElements(TableElement... tableElements) Add theTABLE ELEMENTSclause to theCREATE TABLEstatement.@NotNull Field<BigDecimal> Field.tan()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.tan(Field)instead.@NotNull Field<BigDecimal> Field.tanh()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.tanh(Field)instead.@NotNull IfElseStepIfThenStep.then(Collection<? extends Statement> statements) Add aTHENclause to theIFstatement.@NotNull IfElseStepAdd aTHENclause to theIFstatement.@NotNull MergeMatchedStep<R> MergeMatchedThenStep.thenDelete()Add theTHEN UPDATEclause to theMERGEstatement.@NotNull MergeNotMatchedSetStep<R> MergeNotMatchedThenStep.thenInsert()Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement.@NotNull MergeNotMatchedValuesStepN<R> MergeNotMatchedThenStep.thenInsert(Collection<? extends Field<?>> fields) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement@NotNull MergeNotMatchedValuesStepN<R> MergeNotMatchedThenStep.thenInsert(Field<?>... fields) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1> @NotNull MergeNotMatchedValuesStep1<R, T1> MergeNotMatchedThenStep.thenInsert(Field<T1> field1) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2> @NotNull MergeNotMatchedValuesStep2 <R, T1, T2> MergeNotMatchedThenStep.thenInsert(Field<T1> field1, Field<T2> field2) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3>
@NotNull MergeNotMatchedValuesStep3<R, T1, T2, T3> MergeNotMatchedThenStep.thenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4>
@NotNull MergeNotMatchedValuesStep4<R, T1, T2, T3, T4> MergeNotMatchedThenStep.thenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5>
@NotNull MergeNotMatchedValuesStep5<R, T1, T2, T3, T4, T5> MergeNotMatchedThenStep.thenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6>
@NotNull MergeNotMatchedValuesStep6<R, T1, T2, T3, T4, T5, T6> MergeNotMatchedThenStep.thenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7>
@NotNull MergeNotMatchedValuesStep7<R, T1, T2, T3, T4, T5, T6, T7> MergeNotMatchedThenStep.thenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull MergeNotMatchedValuesStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull MergeNotMatchedValuesStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull MergeNotMatchedValuesStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull MergeNotMatchedValuesStep11<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull MergeNotMatchedValuesStep12<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull MergeNotMatchedValuesStep13<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull MergeNotMatchedValuesStep14<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull MergeNotMatchedValuesStep15<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull MergeNotMatchedValuesStep16<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull MergeNotMatchedValuesStep17<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull MergeNotMatchedValuesStep18<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull MergeNotMatchedValuesStep19<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull MergeNotMatchedValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull MergeNotMatchedValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull MergeNotMatchedValuesStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> MergeNotMatchedThenStep.thenInsert(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 theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement@NotNull MergeMatchedSetStep<R> MergeMatchedThenStep.thenUpdate()Add theTHEN UPDATEclause to theMERGEstatement.An alias forField.mul(Number).An alias forField.mul(Field).@NotNull AlterDomainFinalStepAdd theTOclause to theALTER DOMAINstatement.@NotNull AlterDomainFinalStepAlterDomainRenameConstraintStep.to(Constraint renameConstraintTo) Add theTOclause to theALTER DOMAINstatement.@NotNull AlterDomainFinalStepAdd theTOclause to theALTER DOMAINstatement.@NotNull AlterTableFinalStepSpecify a new column name.@NotNull AlterTableFinalStepSpecify a new column name.@NotNull AlterTableFinalStepSpecify a new column name.@NotNull AlterTableFinalStepSpecify a new constraint name.@NotNull AlterTableFinalStepAlterTableRenameConstraintToStep.to(Constraint newName) Specify a new constraint name.@NotNull AlterTableFinalStepSpecify a new constraint name.@NotNull AlterTableFinalStepSpecify a new index name.@NotNull AlterTableFinalStepSpecify a new index name.@NotNull AlterTableFinalStepSpecify a new index name.@NotNull AlterTypeFinalStepAdd theTOclause to theALTER TYPEstatement.@NotNull AlterTypeFinalStepAdd theTOclause to theALTER TYPEstatement.@NotNull GrantWithGrantOptionStepAdd theTOclause to theGRANTstatement.@NotNull GrantWithGrantOptionStepAdd theTOclause to theGRANTstatement.@NotNull PeriodSpecificationAdd an upper bound to the period specification range.@NotNull PeriodSpecificationAdd an upper bound to the period specification range.@NotNull GrantWithGrantOptionStepGrantToStep.toPublic()Add theTO PUBLICclause to theGRANTstatement.@NotNull RowCountQueryRollbackToSavepointStep.toSavepoint(String toSavepoint) Add theTO SAVEPOINTclause to theROLLBACKstatement.@NotNull RowCountQueryRollbackToSavepointStep.toSavepoint(Name toSavepoint) Add theTO SAVEPOINTclause to theROLLBACKstatement.Field.trim()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.trim(Field)instead.@NotNull ConditionJSONExistsOnStep.trueOnError()Add anTRUE ON ERRORclause.@NotNull TruncateIdentityStep<Record> TheTRUNCATEstatement.@NotNull TruncateIdentityStep<Record> TheTRUNCATEstatement.@NotNull TruncateIdentityStep<Record> DSLContext.truncate(Collection<? extends Table<?>> table) TheTRUNCATEstatement.@NotNull TruncateIdentityStep<Record> TheTRUNCATEstatement.@NotNull TruncateIdentityStep<Record> TheTRUNCATEstatement.@NotNull TruncateIdentityStep<Record> TheTRUNCATEstatement.<R extends Record>
@NotNull TruncateIdentityStep<R> TheTRUNCATEstatement.@NotNull TruncateIdentityStep<Record> DSLContext.truncateTable(String table) TheTRUNCATE TABLEstatement.@NotNull TruncateIdentityStep<Record> DSLContext.truncateTable(String... table) TheTRUNCATE TABLEstatement.@NotNull TruncateIdentityStep<Record> DSLContext.truncateTable(Collection<? extends Table<?>> table) TheTRUNCATE TABLEstatement.@NotNull TruncateIdentityStep<Record> DSLContext.truncateTable(Name table) TheTRUNCATE TABLEstatement.@NotNull TruncateIdentityStep<Record> DSLContext.truncateTable(Name... table) TheTRUNCATE TABLEstatement.@NotNull TruncateIdentityStep<Record> DSLContext.truncateTable(Table<?>... table) TheTRUNCATE TABLEstatement.<R extends Record>
@NotNull TruncateIdentityStep<R> DSLContext.truncateTable(Table<R> table) TheTRUNCATE TABLEstatement.@NotNull SelectForXMLCommonDirectivesStep<R> SelectForXMLCommonDirectivesStep.type()Add a SQL Server-styleFOR XML …, ROOTclause.Field.unaryMinus()Negate this field to get its negative value.Field.unaryPlus()Get this field as its positive value (no effect on SQL).Apply theUNIONset operation.@NotNull SelectOrderByStep<R> Apply theUNIONset operation.Apply theUNION ALLset operation.@NotNull SelectOrderByStep<R> Apply theUNION ALLset operation.Select.unionDistinct(Select<? extends R> select) Apply theUNION DISTINCTset operation.@NotNull SelectOrderByStep<R> SelectUnionStep.unionDistinct(Select<? extends R> select) Apply theUNION DISTINCTset operation.@NotNull ConstraintEnforcementStepCreate aUNIQUEconstraint.@NotNull ConstraintEnforcementStepConstraintTypeStep.unique(Collection<? extends Field<?>> fields) Create aUNIQUEconstraint.@NotNull ConstraintEnforcementStepCreate aUNIQUEconstraint.@NotNull ConstraintEnforcementStepCreate aUNIQUEconstraint.@NotNull CreateTableElementListStepAdd theUNIQUEclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepCreateTableElementListStep.unique(Collection<? extends Field<?>> fields) Add theUNIQUEclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theUNIQUEclause to theCREATE TABLEstatement.@NotNull CreateTableElementListStepAdd theUNIQUEclause to theCREATE TABLEstatement.@NotNull ConditionJSONExistsOnStep.unknownOnError()Add anUNKNOWN ON ERRORclause.@NotNull StatementAdd anUNTILclause to theREPEATloop.voidDAO.update(Collection<P> objects) Performs a batchUPDATEstatement for a given set of POJOs.voidPerforms anUPDATEstatement for a given POJO.voidPerforms a batchUPDATEstatement for a given set of POJOs.<R extends Record>
@NotNull UpdateSetFirstStep<R> Create a new DSL update statement.intUpdatableRecord.update()Store this record back to the database using anUPDATEstatement.intUpdatableRecord.update(Collection<? extends Field<?>> fields) Store parts of this record to the database using anUPDATEstatement.intStore parts of this record to the database using anUPDATEstatement.<R extends Record>
@NotNull UpdateSetFirstStep<R> Create a new DSL update statement.<R extends Record>
@NotNull UpdateQuery<R> DSLContext.updateQuery(Table<R> table) Create a newUpdateQueryField.upper()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.upper(Field)instead.Specify a MySQL style table hint for query optimisation.Table.useIndexForGroupBy(String... indexes) Specify a MySQL style table hint for query optimisation.Table.useIndexForJoin(String... indexes) Specify a MySQL style table hint for query optimisation.Table.useIndexForOrderBy(String... indexes) Specify a MySQL style table hint for query optimisation.@NotNull DeleteWhereStep<R> Add aUSINGclause to the query.@NotNull DeleteWhereStep<R> Add aUSINGclause to the query.@NotNull DeleteWhereStep<R> Add aUSINGclause to the query.@NotNull DeleteWhereStep<R> DeleteUsingStep.using(Collection<? extends TableLike<?>> tables) Add aUSINGclause to the query.@NotNull DeleteWhereStep<R> Add aUSINGclause to the query.@NotNull DeleteWhereStep<R> Add aUSINGclause to the query.@NotNull DeleteWhereStep<R> Add aUSINGclause to the query.@NotNull DeleteWhereStep<R> Add aUSINGclause to the query.@NotNull MergeOnStep<R> Add theUSINGclause to the SQL standardMERGEstatement.@NotNull SelectJoinStep<R> SelectOnStep.using(Collection<? extends Field<?>> fields) Join the previous table with theUSING(column [, column…])syntax.@NotNull SelectJoinStep<R> Join the previous table with theUSING(column [, column…])syntax.TableOnStep.using(Collection<? extends Field<?>> fields) Join a table with theUSING(column [, column…])syntax.Join a table with theUSING(column [, column…])syntax.@NotNull MergeOnStep<R> MergeUsingStep.usingDual()Add a dummyUSINGclause to the SQL standardMERGEstatement@NotNull AlterTableFinalStepAlterTableUsingIndexStep.usingIndex(String index) Add theUSING INDEXclause to the statement.@NotNull AlterTableFinalStepAlterTableUsingIndexStep.usingIndex(Index index) Add theUSING INDEXclause to the statement.@NotNull AlterTableFinalStepAlterTableUsingIndexStep.usingIndex(Name index) Add theUSING INDEXclause to the statement.<V> @NotNull CaseValueStep<V> This construct can be used to create expressions of the type<V> @NotNull CaseValueStep<V> Case.value(V value) This construct can be used to create expressions of the type<T> @NotNull JSONEntry<T> The JSON entry value.<T> @NotNull JSONEntry<T> The JSON entry value.<T> @NotNull JSONEntry<T> JSONEntryValueStep.value(T value) The JSON entry value.@NotNull InsertValuesStepN<R> Add values to the insert statement with implicit field names.@NotNull InsertValuesStepN<R> InsertSetStep.values(Collection<?> values) Add values to the insert statement with implicit field names.@NotNull InsertValuesStepN<R> Add values to the insert statement with implicit field names.@NotNull InsertValuesStep1<R, T1> InsertValuesStep1.values(Collection<?> values) Add a single row of values to the insert statement.@NotNull InsertValuesStep1<R, T1> Add a single row of values to the insert statement.@NotNull InsertValuesStep1<R, T1> Add a single row of values to the insert statement.@NotNull InsertValuesStep1<R, T1> Add a single row of values to the insert statement.@NotNull InsertValuesStep1<R, T1> Add a single row of values to the insert statement.InsertValuesStep10.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep10.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep10.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10) Add a single row of values to the insert statement.InsertValuesStep11.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep11.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep11.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11) Add a single row of values to the insert statement.InsertValuesStep12.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep12.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep12.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12) Add a single row of values to the insert statement.InsertValuesStep13.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep13.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep13.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13) Add a single row of values to the insert statement.InsertValuesStep14.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep14.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep14.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14) Add a single row of values to the insert statement.InsertValuesStep15.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep15.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep15.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15) Add a single row of values to the insert statement.InsertValuesStep16.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep16.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep16.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16) Add a single row of values to the insert statement.InsertValuesStep17.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep17.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17) Add a single row of values to the insert statement.InsertValuesStep17.values(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> values) Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep17.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17) Add a single row of values to the insert statement.InsertValuesStep18.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep18.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18) Add a single row of values to the insert statement.InsertValuesStep18.values(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> values) Add a single row of values to the insert statement.InsertValuesStep18.values(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> values) Add a single row of values to the insert statement.InsertValuesStep18.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18) Add a single row of values to the insert statement.InsertValuesStep19.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep19.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19) Add a single row of values to the insert statement.InsertValuesStep19.values(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> values) Add a single row of values to the insert statement.InsertValuesStep19.values(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> values) Add a single row of values to the insert statement.InsertValuesStep19.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19) Add a single row of values to the insert statement.@NotNull InsertValuesStep2<R, T1, T2> InsertValuesStep2.values(Collection<?> values) Add a single row of values to the insert statement.@NotNull InsertValuesStep2<R, T1, T2> Add a single row of values to the insert statement.@NotNull InsertValuesStep2<R, T1, T2> Add a single row of values to the insert statement.@NotNull InsertValuesStep2<R, T1, T2> Add a single row of values to the insert statement.@NotNull InsertValuesStep2<R, T1, T2> Add a single row of values to the insert statement.@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertValuesStep20.values(Collection<?> values) Add a single row of values to the insert statement.@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertValuesStep20.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19, Field<T20> value20) Add a single row of values to the insert statement.@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertValuesStep20.values(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> values) Add a single row of values to the insert statement.@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertValuesStep20.values(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> values) Add a single row of values to the insert statement.@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertValuesStep20.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20) Add a single row of values to the insert statement.@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertValuesStep21.values(Collection<?> values) Add a single row of values to the insert statement.@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertValuesStep21.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19, Field<T20> value20, Field<T21> value21) Add a single row of values to the insert statement.@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertValuesStep21.values(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> values) Add a single row of values to the insert statement.@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertValuesStep21.values(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> values) Add a single row of values to the insert statement.@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertValuesStep21.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20, T21 value21) Add a single row of values to the insert statement.@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> InsertValuesStep22.values(Collection<?> values) Add a single row of values to the insert statement.@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> InsertValuesStep22.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19, Field<T20> value20, Field<T21> value21, Field<T22> value22) Add a single row of values to the insert statement.@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> InsertValuesStep22.values(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> values) Add a single row of values to the insert statement.@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> InsertValuesStep22.values(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> values) Add a single row of values to the insert statement.@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> InsertValuesStep22.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20, T21 value21, T22 value22) Add a single row of values to the insert statement.@NotNull InsertValuesStep3<R, T1, T2, T3> InsertValuesStep3.values(Collection<?> values) Add a single row of values to the insert statement.@NotNull InsertValuesStep3<R, T1, T2, T3> Add a single row of values to the insert statement.@NotNull InsertValuesStep3<R, T1, T2, T3> Add a single row of values to the insert statement.@NotNull InsertValuesStep3<R, T1, T2, T3> Add a single row of values to the insert statement.@NotNull InsertValuesStep3<R, T1, T2, T3> Add a single row of values to the insert statement.InsertValuesStep4.values(Collection<?> values) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep5.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep5.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep6.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep6.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep7.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep7.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep7.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7) Add a single row of values to the insert statement.InsertValuesStep8.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep8.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep8.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8) Add a single row of values to the insert statement.InsertValuesStep9.values(Collection<?> values) Add a single row of values to the insert statement.InsertValuesStep9.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9) Add a single row of values to the insert statement.Add a single row of values to the insert statement.Add a single row of values to the insert statement.InsertValuesStep9.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9) Add a single row of values to the insert statement.@NotNull InsertValuesStepN<R> Add a single row of values to the insert statement.@NotNull InsertValuesStepN<R> InsertValuesStepN.values(Collection<?> values) Add a single row of values to the insert statement.@NotNull InsertValuesStepN<R> Add a single row of values to the insert statement.@NotNull InsertValuesStepN<R> Add a single row of values to the insert statement.@NotNull InsertValuesStepN<R> Add a single row of values to the insert statement.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep1.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep10.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep10.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep10.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep11.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep11.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep11.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep12.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep12.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep12.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep13.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep13.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep13.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep14.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep14.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep14.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep15.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep15.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep15.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep16.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep16.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep16.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep17.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep17.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep17.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep18.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep18.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep18.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep19.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep19.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep19.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep2.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep20.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep20.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19, Field<T20> value20) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep20.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep21.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep21.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19, Field<T20> value20, Field<T21> value21) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep21.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20, T21 value21) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep22.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep22.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19, Field<T20> value20, Field<T21> value21, Field<T22> value22) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep22.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20, T21 value21, T22 value22) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep3.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep4.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep4.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep5.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep5.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep6.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep6.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep7.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep7.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep7.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep8.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep8.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep8.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep9.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep9.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStep9.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> MergeNotMatchedValuesStepN.values(Collection<?> values) SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedWhereStep<R> SetVALUESforINSERTin theMERGEstatement'sWHEN NOT MATCHED THEN INSERTclause.MergeValuesStep1.values(Collection<?> values) 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)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)MergeValuesStep10.values(Collection<?> values) 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)MergeValuesStep10.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10) 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)MergeValuesStep10.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10) 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)MergeValuesStep11.values(Collection<?> values) 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)MergeValuesStep11.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11) 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)MergeValuesStep11.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11) 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)MergeValuesStep12.values(Collection<?> values) 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)MergeValuesStep12.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12) 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)MergeValuesStep12.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12) 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)MergeValuesStep13.values(Collection<?> values) 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)MergeValuesStep13.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13) 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)MergeValuesStep13.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13) 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)MergeValuesStep14.values(Collection<?> values) 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)MergeValuesStep14.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14) 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)MergeValuesStep14.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14) 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)MergeValuesStep15.values(Collection<?> values) 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)MergeValuesStep15.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15) 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)MergeValuesStep15.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15) 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)MergeValuesStep16.values(Collection<?> values) 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)MergeValuesStep16.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16) 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)MergeValuesStep16.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16) 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)MergeValuesStep17.values(Collection<?> values) 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)MergeValuesStep17.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17) 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)MergeValuesStep17.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17) 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)MergeValuesStep18.values(Collection<?> values) 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)MergeValuesStep18.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18) 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)MergeValuesStep18.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18) 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)MergeValuesStep19.values(Collection<?> values) 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)MergeValuesStep19.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19) 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)MergeValuesStep19.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19) 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)MergeValuesStep2.values(Collection<?> values) 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)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)MergeValuesStep20.values(Collection<?> values) 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)MergeValuesStep20.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19, Field<T20> value20) 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)MergeValuesStep20.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20) 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)MergeValuesStep21.values(Collection<?> values) 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)MergeValuesStep21.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19, Field<T20> value20, Field<T21> value21) 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)MergeValuesStep21.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20, T21 value21) 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)MergeValuesStep22.values(Collection<?> values) 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)MergeValuesStep22.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9, Field<T10> value10, Field<T11> value11, Field<T12> value12, Field<T13> value13, Field<T14> value14, Field<T15> value15, Field<T16> value16, Field<T17> value17, Field<T18> value18, Field<T19> value19, Field<T20> value20, Field<T21> value21, Field<T22> value22) 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)MergeValuesStep22.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20, T21 value21, T22 value22) 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)MergeValuesStep3.values(Collection<?> values) 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)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)MergeValuesStep4.values(Collection<?> values) 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)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)MergeValuesStep5.values(Collection<?> values) 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)MergeValuesStep5.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5) 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)MergeValuesStep6.values(Collection<?> values) 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)MergeValuesStep6.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6) 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)MergeValuesStep7.values(Collection<?> values) 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)MergeValuesStep7.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7) 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)MergeValuesStep7.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7) 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)MergeValuesStep8.values(Collection<?> values) 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)MergeValuesStep8.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8) 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)MergeValuesStep8.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8) 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)MergeValuesStep9.values(Collection<?> values) 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)MergeValuesStep9.values(Field<T1> value1, Field<T2> value2, Field<T3> value3, Field<T4> value4, Field<T5> value5, Field<T6> value6, Field<T7> value7, Field<T8> value8, Field<T9> value9) 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)MergeValuesStep9.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9) 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.Specify aVALUESclauseMergeValuesStepN.values(Collection<?> values) Deprecated, for removal: This API element is subject to removal in a future version.Specify aVALUESclauseDeprecated, for removal: This API element is subject to removal in a future version.Specify aVALUESclause@NotNull InsertValuesStep1<R, T1> InsertValuesStep1.valuesOfRecords(Collection<? extends Record1<T1>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep1<R, T1> InsertValuesStep1.valuesOfRecords(Record1<T1>... values) Add multiple rows of values to the insert statement.InsertValuesStep10.valuesOfRecords(Collection<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep11.valuesOfRecords(Collection<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep12.valuesOfRecords(Collection<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep13.valuesOfRecords(Collection<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep14.valuesOfRecords(Collection<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> values) Add multiple rows of values to the insert statement.InsertValuesStep14.valuesOfRecords(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>... values) Add multiple rows of values to the insert statement.InsertValuesStep15.valuesOfRecords(Collection<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> values) Add multiple rows of values to the insert statement.InsertValuesStep15.valuesOfRecords(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>... values) Add multiple rows of values to the insert statement.InsertValuesStep16.valuesOfRecords(Collection<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> values) Add multiple rows of values to the insert statement.InsertValuesStep16.valuesOfRecords(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>... values) Add multiple rows of values to the insert statement.InsertValuesStep17.valuesOfRecords(Collection<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> values) Add multiple rows of values to the insert statement.InsertValuesStep17.valuesOfRecords(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>... values) Add multiple rows of values to the insert statement.InsertValuesStep18.valuesOfRecords(Collection<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> values) Add multiple rows of values to the insert statement.InsertValuesStep18.valuesOfRecords(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>... values) Add multiple rows of values to the insert statement.InsertValuesStep19.valuesOfRecords(Collection<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> values) Add multiple rows of values to the insert statement.InsertValuesStep19.valuesOfRecords(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>... values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep2<R, T1, T2> InsertValuesStep2.valuesOfRecords(Collection<? extends Record2<T1, T2>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep2<R, T1, T2> InsertValuesStep2.valuesOfRecords(Record2<T1, T2>... values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertValuesStep20.valuesOfRecords(Collection<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertValuesStep20.valuesOfRecords(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>... values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertValuesStep21.valuesOfRecords(Collection<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertValuesStep21.valuesOfRecords(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>... values) Add multiple rows of values to the insert statement.@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> InsertValuesStep22.valuesOfRecords(Collection<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> values) Add multiple rows of values to the insert statement.@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> InsertValuesStep22.valuesOfRecords(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep3<R, T1, T2, T3> InsertValuesStep3.valuesOfRecords(Collection<? extends Record3<T1, T2, T3>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep3<R, T1, T2, T3> InsertValuesStep3.valuesOfRecords(Record3<T1, T2, T3>... values) Add multiple rows of values to the insert statement.InsertValuesStep4.valuesOfRecords(Collection<? extends Record4<T1, T2, T3, T4>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep5.valuesOfRecords(Collection<? extends Record5<T1, T2, T3, T4, T5>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep6.valuesOfRecords(Collection<? extends Record6<T1, T2, T3, T4, T5, T6>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep7.valuesOfRecords(Collection<? extends Record7<T1, T2, T3, T4, T5, T6, T7>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.@NotNull InsertValuesStepN<R> InsertValuesStepN.valuesOfRecords(Collection<? extends Record> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStepN<R> InsertValuesStepN.valuesOfRecords(Record... values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep1<R, T1> InsertValuesStep1.valuesOfRows(Collection<? extends Row1<T1>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep1<R, T1> InsertValuesStep1.valuesOfRows(Row1<T1>... values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep11.valuesOfRows(Collection<? extends Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep12.valuesOfRows(Collection<? extends Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep13.valuesOfRows(Collection<? extends Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep14.valuesOfRows(Collection<? extends Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep15.valuesOfRows(Collection<? extends Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> values) Add multiple rows of values to the insert statement.InsertValuesStep15.valuesOfRows(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>... values) Add multiple rows of values to the insert statement.InsertValuesStep16.valuesOfRows(Collection<? extends Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> values) Add multiple rows of values to the insert statement.InsertValuesStep16.valuesOfRows(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>... values) Add multiple rows of values to the insert statement.InsertValuesStep17.valuesOfRows(Collection<? extends Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> values) Add multiple rows of values to the insert statement.InsertValuesStep17.valuesOfRows(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>... values) Add multiple rows of values to the insert statement.InsertValuesStep18.valuesOfRows(Collection<? extends Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> values) Add multiple rows of values to the insert statement.InsertValuesStep18.valuesOfRows(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>... values) Add multiple rows of values to the insert statement.InsertValuesStep19.valuesOfRows(Collection<? extends Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> values) Add multiple rows of values to the insert statement.InsertValuesStep19.valuesOfRows(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>... values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep2<R, T1, T2> InsertValuesStep2.valuesOfRows(Collection<? extends Row2<T1, T2>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep2<R, T1, T2> InsertValuesStep2.valuesOfRows(Row2<T1, T2>... values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertValuesStep20.valuesOfRows(Collection<? extends Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> InsertValuesStep20.valuesOfRows(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>... values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertValuesStep21.valuesOfRows(Collection<? extends Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> InsertValuesStep21.valuesOfRows(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>... values) Add multiple rows of values to the insert statement.@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> InsertValuesStep22.valuesOfRows(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>> values) Add multiple rows of values to the insert statement.@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> InsertValuesStep22.valuesOfRows(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep3<R, T1, T2, T3> InsertValuesStep3.valuesOfRows(Collection<? extends Row3<T1, T2, T3>> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStep3<R, T1, T2, T3> InsertValuesStep3.valuesOfRows(Row3<T1, T2, T3>... values) Add multiple rows of values to the insert statement.InsertValuesStep4.valuesOfRows(Collection<? extends Row4<T1, T2, T3, T4>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep5.valuesOfRows(Collection<? extends Row5<T1, T2, T3, T4, T5>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep6.valuesOfRows(Collection<? extends Row6<T1, T2, T3, T4, T5, T6>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep7.valuesOfRows(Collection<? extends Row7<T1, T2, T3, T4, T5, T6, T7>> values) Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.@NotNull InsertValuesStepN<R> InsertValuesStepN.valuesOfRows(Collection<? extends RowN> values) Add multiple rows of values to the insert statement.@NotNull InsertValuesStepN<R> InsertValuesStepN.valuesOfRows(RowN... values) Add multiple rows of values to the insert statement.@NotNull Field<BigDecimal> Field.varPop()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.varPop(Field)instead.@NotNull WindowPartitionByStep<BigDecimal> Field.varPopOver()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.varPop(Field)instead.@NotNull Field<BigDecimal> Field.varSamp()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.varSamp(Field)instead.@NotNull WindowPartitionByStep<BigDecimal> Field.varSampOver()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.varSamp(Field)instead.@NotNull VersionsBetweenAndStep<R, Number> Table.versionsBetweenScn(Number scn) Create anSQLDialect.ORACLEflashback versions query clause from this table.@NotNull VersionsBetweenAndStep<R, Number> Table.versionsBetweenScn(Field<? extends Number> scn) Create anSQLDialect.ORACLEflashback versions query clause from this table.@NotNull VersionsBetweenAndStep<R, Number> Table.versionsBetweenScnMinvalue()Create anSQLDialect.ORACLEflashback versions query clause from this table.@NotNull VersionsBetweenAndStep<R, Timestamp> Table.versionsBetweenTimestamp(Timestamp timestamp) Create anSQLDialect.ORACLEflashback versions query clause from this table.@NotNull VersionsBetweenAndStep<R, Timestamp> Table.versionsBetweenTimestamp(Field<Timestamp> timestamp) Create anSQLDialect.ORACLEflashback versions query clause from this table.@NotNull VersionsBetweenAndStep<R, Timestamp> Table.versionsBetweenTimestampMinvalue()Create anSQLDialect.ORACLEflashback versions query clause from this table.DataType.virtual()Set theDataType.generationOption()of the computed column expression toQOM.GenerationOption.VIRTUAL.@NotNull SelectForStep<R> SelectForUpdateWaitStep.wait(int seconds) Add aWAITclause to theFOR <lock_mode>clause at the end of the query.<T> @NotNull CaseConditionStep<T> This construct can be used to create expressions of the type<T> @NotNull CaseConditionStep<T> This construct can be used to create expressions of the type<T> @NotNull CaseConditionStep<T> This construct can be used to create expressions of the type<T> @NotNull CaseConditionStep<T> This construct can be used to create expressions of the type<T> @NotNull CaseConditionStep<T> This construct can be used to create expressions of the type<T> @NotNull CaseConditionStep<T> This construct can be used to create expressions of the type@NotNull CaseConditionStep<T> Compare a condition to the already constructed case statement, return result if the condition holds true@NotNull CaseConditionStep<T> Compare a condition to the already constructed case statement, return result if the condition holds true@NotNull CaseConditionStep<T> Compare a condition to the already constructed case statement, return result if the condition holds true@NotNull CaseConditionStep<T> Compare a condition to the already constructed case statement, return result if the condition holds true@NotNull CaseConditionStep<T> Compare a condition to the already constructed case statement, return result if the condition holds true@NotNull CaseConditionStep<T> Compare a condition to the already constructed case statement, return result if the condition holds true<T> @NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.<T> @NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.<T> @NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.<T> @NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.<T> @NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.<T> @NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.@NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.@NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.@NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.@NotNull CaseWhenStep<V, T> Compare a value to the already constructed case statement, return result if values are equal.@NotNull StatementAdd aWHENclause to theCONTINUEstatement.@NotNull StatementAdd aWHENclause to theCONTINUEstatement.@NotNull CreateTriggerActionStepAdd theWHENclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerActionStepAdd theWHENclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerActionStepAdd theWHENclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerActionStepCreateTriggerWhenStep.when(Collection<? extends Condition> when) Add theWHENclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerActionStepAdd theWHENclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerActionStepAdd theWHENclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerActionStepAdd theWHENclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerActionStepAdd theWHENclause to theCREATE TRIGGERstatement.@NotNull StatementAdd aWHENclause to theEXITstatement.@NotNull StatementAdd aWHENclause to theEXITstatement.@NotNull MergeMatchedThenStep<R> MergeMatchedStep.whenMatchedAnd(String sql) Add theWHEN MATCHED ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeMatchedStep.whenMatchedAnd(String sql, Object... bindings) Add theWHEN MATCHED ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeMatchedStep.whenMatchedAnd(String sql, QueryPart... parts) Add theWHEN MATCHED ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeMatchedStep.whenMatchedAnd(Condition condition) Add theWHEN MATCHED ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeMatchedStep.whenMatchedAnd(Field<Boolean> condition) Add theWHEN MATCHED ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeMatchedStep.whenMatchedAnd(SQL sql) Add theWHEN MATCHED ANDclause to theMERGEstatement.@NotNull MergeMatchedStep<R> MergeMatchedStep.whenMatchedThenDelete()Add theWHEN MATCHED THEN DELETEclause to theMERGEstatement.@NotNull MergeMatchedSetStep<R> MergeMatchedStep.whenMatchedThenUpdate()Add theWHEN MATCHED THEN UPDATEclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatched()Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedAnd(String sql) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedAnd(String sql, Object... bindings) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedAnd(String sql, QueryPart... parts) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedAnd(Condition condition) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedAnd(Field<Boolean> condition) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedAnd(SQL sql) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedBySource()Add theWHEN NOT MATCHED BY SOURCE THEN INSERTclause to theMERGEstatement@NotNull MergeMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd(String sql) Add theWHEN NOT MATCHED BY SOURCE ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd(String sql, Object... bindings) Add theWHEN NOT MATCHED BY SOURCE ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd(String sql, QueryPart... parts) Add theWHEN NOT MATCHED BY SOURCE ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd(Condition condition) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd(Field<Boolean> condition) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd(SQL sql) Add theWHEN NOT MATCHED BY SOURCE ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedByTarget()Add theWHEN NOT MATCHED BY TARGET THEN INSERTclause to theMERGEstatement@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd(String sql) Add theWHEN NOT MATCHED BY TARGET ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd(String sql, Object... bindings) Add theWHEN NOT MATCHED BY TARGET ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd(String sql, QueryPart... parts) Add theWHEN NOT MATCHED BY TARGET ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd(Condition condition) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd(Field<Boolean> condition) Add theWHEN NOT MATCHED ANDclause to theMERGEstatement.@NotNull MergeNotMatchedThenStep<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd(SQL sql) Add theWHEN NOT MATCHED BY TARGET ANDclause to theMERGEstatement.@NotNull MergeNotMatchedSetStep<R> MergeNotMatchedStep.whenNotMatchedThenInsert()Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement.@NotNull MergeNotMatchedValuesStepN<R> MergeNotMatchedStep.whenNotMatchedThenInsert(Collection<? extends Field<?>> fields) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement@NotNull MergeNotMatchedValuesStepN<R> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<?>... fields) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1> @NotNull MergeNotMatchedValuesStep1<R, T1> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2> @NotNull MergeNotMatchedValuesStep2 <R, T1, T2> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1, Field<T2> field2) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3>
@NotNull MergeNotMatchedValuesStep3<R, T1, T2, T3> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4>
@NotNull MergeNotMatchedValuesStep4<R, T1, T2, T3, T4> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5>
@NotNull MergeNotMatchedValuesStep5<R, T1, T2, T3, T4, T5> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6>
@NotNull MergeNotMatchedValuesStep6<R, T1, T2, T3, T4, T5, T6> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7>
@NotNull MergeNotMatchedValuesStep7<R, T1, T2, T3, T4, T5, T6, T7> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull MergeNotMatchedValuesStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull MergeNotMatchedValuesStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull MergeNotMatchedValuesStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull MergeNotMatchedValuesStep11<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull MergeNotMatchedValuesStep12<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull MergeNotMatchedValuesStep13<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull MergeNotMatchedValuesStep14<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull MergeNotMatchedValuesStep15<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull MergeNotMatchedValuesStep16<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull MergeNotMatchedValuesStep17<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull MergeNotMatchedValuesStep18<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull MergeNotMatchedValuesStep19<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull MergeNotMatchedValuesStep20<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull MergeNotMatchedValuesStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull MergeNotMatchedValuesStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> MergeNotMatchedStep.whenNotMatchedThenInsert(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 theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement@NotNull CreateIndexFinalStepAdd theWHEREclause to theCREATE INDEXstatement.@NotNull CreateIndexFinalStepAdd theWHEREclause to theCREATE INDEXstatement.@NotNull CreateIndexFinalStepAdd theWHEREclause to theCREATE INDEXstatement.@NotNull CreateIndexFinalStepCreateIndexWhereStep.where(Collection<? extends Condition> where) Add theWHEREclause to theCREATE INDEXstatement.@NotNull CreateIndexFinalStepAdd theWHEREclause to theCREATE INDEXstatement.@NotNull CreateIndexFinalStepAdd theWHEREclause to theCREATE INDEXstatement.@NotNull CreateIndexFinalStepAdd theWHEREclause to theCREATE INDEXstatement.@NotNull CreateIndexFinalStepAdd theWHEREclause to theCREATE INDEXstatement.@NotNull DeleteConditionStep<R> Add conditions to the query.@NotNull DeleteConditionStep<R> Add conditions to the query.@NotNull DeleteConditionStep<R> Add conditions to the query.@NotNull DeleteConditionStep<R> DeleteWhereStep.where(Collection<? extends Condition> conditions) Add conditions to the query, connecting them with each other withOperator.AND.@NotNull DeleteConditionStep<R> Add conditions to the query, connecting them with each other withOperator.AND.@NotNull DeleteConditionStep<R> Add conditions to the query, connecting them with each other withOperator.AND.@NotNull DeleteConditionStep<R> Add conditions to the query.@NotNull DeleteConditionStep<R> Add conditions to the query.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> InsertOnConflictWhereIndexPredicateStep.where(Collection<? extends Condition> conditions) Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause, connecting them with each other usingOperator.AND.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause, connecting them with each other usingOperator.AND.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictConditionStep<R> Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull InsertOnConflictConditionStep<R> Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull InsertOnConflictConditionStep<R> Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull InsertOnConflictConditionStep<R> InsertOnConflictWhereStep.where(Collection<? extends Condition> conditions) Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause, connecting them with each other usingOperator.AND.@NotNull InsertOnConflictConditionStep<R> Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull InsertOnConflictConditionStep<R> Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause, connecting them with each other usingOperator.AND.@NotNull InsertOnConflictConditionStep<R> Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull InsertOnConflictConditionStep<R> Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull MergeMatchedDeleteStep<R> Add an additionalWHEREclause to the precedingWHEN MATCHED THEN UPDATEclause.@NotNull MergeMatchedDeleteStep<R> Add an additionalWHEREclause to the precedingWHEN MATCHED THEN UPDATEclause.@NotNull MergeNotMatchedStep<R> Add an additionalWHEREclause to the precedingWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeNotMatchedStep<R> Add an additionalWHEREclause to the precedingWHEN NOT MATCHED THEN INSERTclause.@NotNull SelectConditionStep<R> Add aWHEREclause to the query.@NotNull SelectConditionStep<R> Add aWHEREclause to the query.@NotNull SelectConditionStep<R> Add aWHEREclause to the query.@NotNull SelectConditionStep<R> SelectWhereStep.where(Collection<? extends Condition> conditions) Add aWHEREclause to the query, connecting them with each other withOperator.AND.@NotNull SelectConditionStep<R> Add aWHEREclause to the query, connecting them with each other withOperator.AND.@NotNull SelectConditionStep<R> Add aWHEREclause to the query, connecting them with each other withOperator.AND.@NotNull SelectConditionStep<R> Add aWHEREclause to the query.@NotNull SelectConditionStep<R> Add aWHEREclause to the query.Add aWHEREclause to the table.Add aWHEREclause to the table.Add aWHEREclause to the table.Table.where(Collection<? extends Condition> conditions) Add aWHEREclause to the table, connecting them with each other withOperator.AND.Add aWHEREclause to the table, connecting them with each other withOperator.AND.Add aWHEREclause to the table, connecting them with each other withOperator.AND.Add aWHEREclause to the table.Add aWHEREclause to the table.@NotNull UpdateConditionStep<R> Add conditions to the query@NotNull UpdateConditionStep<R> Add conditions to the query@NotNull UpdateConditionStep<R> Add conditions to the query@NotNull UpdateConditionStep<R> UpdateWhereStep.where(Collection<? extends Condition> conditions) Add conditions to the query, connecting them with each other withOperator.AND.@NotNull UpdateConditionStep<R> Add conditions to the query, connecting them with each other withOperator.AND.@NotNull UpdateConditionStep<R> Add conditions to the query, connecting them with each other withOperator.AND.@NotNull UpdateConditionStep<R> Add conditions to the query@NotNull UpdateConditionStep<R> Add conditions to the query@NotNull DeleteConditionStep<R> DeleteWhereStep.whereExists(Select<?> select) Add an EXISTS clause to the query.@NotNull InsertOnConflictConditionStep<R> InsertOnConflictWhereStep.whereExists(Select<?> select) Add aWHERE EXISTSclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull SelectConditionStep<R> SelectWhereStep.whereExists(Select<?> select) Add aWHERE EXISTSclause to the query.Table.whereExists(Select<?> select) Add aWHERE EXISTSclause to the table.@NotNull UpdateConditionStep<R> UpdateWhereStep.whereExists(Select<?> select) Add an EXISTS clause to the query@NotNull DeleteConditionStep<R> DeleteWhereStep.whereNotExists(Select<?> select) Add a NOT EXISTS clause to the query.@NotNull InsertOnConflictConditionStep<R> InsertOnConflictWhereStep.whereNotExists(Select<?> select) Add aWHERE NOT EXISTSclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT … DO UPDATEclause.@NotNull SelectConditionStep<R> SelectWhereStep.whereNotExists(Select<?> select) Add aWHERE NOT EXISTSclause to the query.Table.whereNotExists(Select<?> select) Add aWHERE NOT EXISTSclause to the table.@NotNull UpdateConditionStep<R> UpdateWhereStep.whereNotExists(Select<?> select) Add a NOT EXISTS clause to the query@NotNull SelectQualifyStep<R> SelectWindowStep.window(Collection<? extends WindowDefinition> definitions) Add aWINDOWclause to the statement.@NotNull SelectQualifyStep<R> SelectWindowStep.window(WindowDefinition... definitions) Add aWINDOWclause to the statement.@NotNull WithAsStepCreate aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep1Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepCreate aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep2Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep3Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep4DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep5DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep6DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep7DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep8DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep9DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep10DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep11DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep12DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep13DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep14DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep15DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep16DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep17DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep18DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep19DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep20DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep21DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep22DSLContext.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21, String fieldAlias22) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepDSLContext.with(String alias, Collection<String> fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepDSLContext.with(String alias, 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 WithAsStepDeprecated, 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 WithStepDSLContext.with(Collection<? extends CommonTableExpression<?>> tables) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithStepDSLContext.with(CommonTableExpression<?>... tables) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepCreate aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepDSLContext.with(Name alias, Collection<? extends Name> fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep1Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepCreate aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep2Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep3Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep4Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep5DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep6DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep7DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep8DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep9DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep10DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep11DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep12DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep13DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep14DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep15DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep16DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep17DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep18DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep19DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep20DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep21DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep22DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21, Name fieldAlias22) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.Specify a SQL Server style table hint for query optimisation.Specify a SQL Server style table hint for query optimisation.Specify a SQL Server style table hint for query optimisation.Specify a SQL Server style table hint for query optimisation.@NotNull WithAsStepAdd another common table expression to theWITHclause.@NotNull WithAsStep1Add another common table expression to theWITHclause.@NotNull WithAsStepAdd another common table expression to theWITHclause.@NotNull WithAsStep2Add another common table expression to theWITHclause.@NotNull WithAsStep3Add another common table expression to theWITHclause.@NotNull WithAsStep4WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4) Add another common table expression to theWITHclause.@NotNull WithAsStep5WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5) Add another common table expression to theWITHclause.@NotNull WithAsStep6WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6) Add another common table expression to theWITHclause.@NotNull WithAsStep7WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7) Add another common table expression to theWITHclause.@NotNull WithAsStep8WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8) Add another common table expression to theWITHclause.@NotNull WithAsStep9WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9) Add another common table expression to theWITHclause.@NotNull WithAsStep10WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10) Add another common table expression to theWITHclause.@NotNull WithAsStep11WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11) Add another common table expression to theWITHclause.@NotNull WithAsStep12WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12) Add another common table expression to theWITHclause.@NotNull WithAsStep13WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13) Add another common table expression to theWITHclause.@NotNull WithAsStep14WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14) Add another common table expression to theWITHclause.@NotNull WithAsStep15WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15) Add another common table expression to theWITHclause.@NotNull WithAsStep16WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16) Add another common table expression to theWITHclause.@NotNull WithAsStep17WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17) Add another common table expression to theWITHclause.@NotNull WithAsStep18WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18) Add another common table expression to theWITHclause.@NotNull WithAsStep19WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19) Add another common table expression to theWITHclause.@NotNull WithAsStep20WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20) Add another common table expression to theWITHclause.@NotNull WithAsStep21WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21) Add another common table expression to theWITHclause.@NotNull WithAsStep22WithStep.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21, String fieldAlias22) Add another common table expression to theWITHclause.@NotNull WithAsStepWithStep.with(String alias, Collection<String> fieldAliases) Add another common table expression to theWITHclause.@NotNull WithAsStepWithStep.with(String alias, 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 WithAsStepDeprecated, 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 WithStepWithStep.with(Collection<? extends CommonTableExpression<?>> tables) Add another common table expression to theWITHclause.@NotNull WithStepWithStep.with(CommonTableExpression<?>... tables) Add another common table expression to theWITHclause.@NotNull WithAsStepAdd another common table expression to theWITHclause.@NotNull WithAsStepWithStep.with(Name alias, Collection<? extends Name> fieldAliases) Add another common table expression to theWITHclause.@NotNull WithAsStep1Add another common table expression to theWITHclause.@NotNull WithAsStepAdd another common table expression to theWITHclause.@NotNull WithAsStep2Add another common table expression to theWITHclause.@NotNull WithAsStep3Add another common table expression to theWITHclause.@NotNull WithAsStep4Add another common table expression to theWITHclause.@NotNull WithAsStep5WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5) Add another common table expression to theWITHclause.@NotNull WithAsStep6WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6) Add another common table expression to theWITHclause.@NotNull WithAsStep7WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7) Add another common table expression to theWITHclause.@NotNull WithAsStep8WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8) Add another common table expression to theWITHclause.@NotNull WithAsStep9WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9) Add another common table expression to theWITHclause.@NotNull WithAsStep10WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10) Add another common table expression to theWITHclause.@NotNull WithAsStep11WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11) Add another common table expression to theWITHclause.@NotNull WithAsStep12WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12) Add another common table expression to theWITHclause.@NotNull WithAsStep13WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13) Add another common table expression to theWITHclause.@NotNull WithAsStep14WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14) Add another common table expression to theWITHclause.@NotNull WithAsStep15WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15) Add another common table expression to theWITHclause.@NotNull WithAsStep16WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16) Add another common table expression to theWITHclause.@NotNull WithAsStep17WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17) Add another common table expression to theWITHclause.@NotNull WithAsStep18WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18) Add another common table expression to theWITHclause.@NotNull WithAsStep19WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19) Add another common table expression to theWITHclause.@NotNull WithAsStep20WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20) Add another common table expression to theWITHclause.@NotNull WithAsStep21WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21) Add another common table expression to theWITHclause.@NotNull WithAsStep22WithStep.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21, Name fieldAlias22) Add another common table expression to theWITHclause.@NotNull SelectFinalStep<R> SelectForUpdateStep.withCheckOption()Add aWITH CHECK OPTIONclause to the end of the subquery.@NotNull CreateTableOnCommitStepCreateTableWithDataStep.withData()Add theWITH DATAclause to theCREATE TABLEstatement.@NotNull GrantFinalStepGrantWithGrantOptionStep.withGrantOption()Add theWITH GRANT OPTIONclause to theGRANTstatement.@NotNull AggregateFilterStep<T> OrderedAggregateFunction.withinGroupOrderBy(Collection<? extends OrderField<?>> fields) Add anWITHIN GROUP (ORDER BY …)clause to the ordered aggregate function.@NotNull AggregateFilterStep<T> OrderedAggregateFunction.withinGroupOrderBy(OrderField<?>... fields) Add anWITHIN GROUP (ORDER BY …)clause to the ordered aggregate function.<T> @NotNull AggregateFilterStep<T> OrderedAggregateFunctionOfDeferredType.withinGroupOrderBy(OrderField<T> field) Add anWITHIN GROUP (ORDER BY …)clause to the ordered aggregate function@NotNull CreateTableOnCommitStepCreateTableWithDataStep.withNoData()Add theWITH NO DATAclause to theCREATE TABLEstatement.Table.withOrdinality()Add theWITH ORDINALITYclause.@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONCommonDirectivesStep.withoutArrayWrapper()Add a SQL Server-styleFOR JSON …, WITHOUT_ARRAY_WRAPPERclause.@NotNull SelectFinalStep<R> SelectForUpdateStep.withReadOnly()Add aWITH READ ONLYclause to the end of the subquery.@NotNull WithAsStepDSLContext.withRecursive(String alias) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep1DSLContext.withRecursive(String alias, String fieldAlias1) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepDSLContext.withRecursive(String alias, String... fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep2DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep3DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep4DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep5DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep6DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep7DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep8DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep9DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep10DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep11DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep12DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep13DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep14DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep15DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep16DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep17DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep18DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep19DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep20DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep21DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep22DSLContext.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21, String fieldAlias22) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepDSLContext.withRecursive(String alias, Collection<String> fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepDSLContext.withRecursive(String alias, 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 WithAsStepDSLContext.withRecursive(String alias, 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 WithStepDSLContext.withRecursive(Collection<? extends CommonTableExpression<?>> tables) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithStepDSLContext.withRecursive(CommonTableExpression<?>... tables) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepDSLContext.withRecursive(Name alias) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepDSLContext.withRecursive(Name alias, Collection<? extends Name> fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep1DSLContext.withRecursive(Name alias, Name fieldAlias1) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStepDSLContext.withRecursive(Name alias, Name... fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep2DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep3DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep4DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep5DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep6DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep7DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep8DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep9DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep10DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep11DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep12DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep13DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep14DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep15DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep16DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep17DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep18DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep19DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep20DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep21DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull WithAsStep22DSLContext.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21, Name fieldAlias22) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.@NotNull SelectForUpdateStep<R> SelectWithTiesAfterOffsetStep.withTies()Add theWITH TIESclause to aLIMITclause.@NotNull SelectOffsetStep<R> SelectWithTiesStep.withTies()Add theWITH TIESclause to aLIMITclause.@NotNull ConditionCombine this condition with another one using theOperator.XORoperator.@NotNull ConditionCombine this condition with another one using theOperator.XORoperator.@NotNull ConditionCombine this condition with another one using theOperator.XORoperator.@NotNull ConditionTheXORoperator.@NotNull ConditionCombine this condition with another one using theOperator.XORoperator.@NotNull ConditionCombine this condition with another one using theOperator.XORoperator.@NotNull ConditionCombine this condition with an EXISTS clause using theOperator.XORoperator.@NotNull ConditionCombine this condition with a negated other one using theOperator.XORoperator.@NotNull ConditionCombine this condition with a negated other one using theOperator.XORoperator.@NotNull ConditionCondition.xorNotExists(Select<?> select) Combine this condition with a NOT EXIST clause using theOperator.XORoperator. -
Uses of Support in org.jooq.impl
Methods in org.jooq.impl with annotations of type SupportModifier and TypeMethodDescriptionTheABSfunction.DSL.abs(T value) TheABSfunction.static @NotNull Field<BigDecimal> TheACOSfunction.static @NotNull Field<BigDecimal> TheACOSfunction.static @NotNull Field<BigDecimal> TheACOSHfunction.static @NotNull Field<BigDecimal> TheACOSHfunction.static @NotNull Field<BigDecimal> TheACOTHfunction.static @NotNull Field<BigDecimal> TheACOTHfunction.static <T> @NotNull AggregateFunction<T> aggregate()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> aggregate()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> aggregate()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> aggregate()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> DSL.aggregateDistinct(String name, Class<T> type, Field<?>... arguments) aggregateDistinct()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> DSL.aggregateDistinct(String name, DataType<T> type, Field<?>... arguments) aggregateDistinct()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> DSL.aggregateDistinct(Name name, Class<T> type, Field<?>... arguments) aggregateDistinct()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> DSL.aggregateDistinct(Name name, DataType<T> type, Field<?>... arguments) aggregateDistinct()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull QuantifiedSelect<Record1<T>> Create anALLquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull QuantifiedSelect<Record1<T>> Create anALLquantified select to be used in quantified comparison predicate expressions.static <R extends Record>
@NotNull QuantifiedSelect<R> Create anALLquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull QuantifiedSelect<Record1<T>> DSL.all(T... array) Create anALLquantified select to be used in quantified comparison predicate expressions.static AlterDatabaseStepDSL.alterDatabase(String database) TheALTER DATABASEstatement.static AlterDatabaseStepDSL.alterDatabase(Catalog database) TheALTER DATABASEstatement.static AlterDatabaseStepDSL.alterDatabase(Name database) TheALTER DATABASEstatement.static AlterDatabaseStepDSL.alterDatabaseIfExists(String database) TheALTER DATABASE IF EXISTSstatement.static AlterDatabaseStepDSL.alterDatabaseIfExists(Catalog database) TheALTER DATABASE IF EXISTSstatement.static AlterDatabaseStepDSL.alterDatabaseIfExists(Name database) TheALTER DATABASE IF EXISTSstatement.static <T> AlterDomainStep<T> DSL.alterDomain(String domain) TheALTER DOMAINstatement.static <T> AlterDomainStep<T> DSL.alterDomain(Domain<T> domain) TheALTER DOMAINstatement.static <T> AlterDomainStep<T> DSL.alterDomain(Name domain) TheALTER DOMAINstatement.static <T> AlterDomainStep<T> DSL.alterDomainIfExists(String domain) TheALTER DOMAIN IF EXISTSstatement.static <T> AlterDomainStep<T> DSL.alterDomainIfExists(Domain<T> domain) TheALTER DOMAIN IF EXISTSstatement.static <T> AlterDomainStep<T> DSL.alterDomainIfExists(Name domain) TheALTER DOMAIN IF EXISTSstatement.static AlterIndexOnStepDSL.alterIndex(String index) TheALTER INDEXstatement.static AlterIndexOnStepDSL.alterIndex(Index index) TheALTER INDEXstatement.static AlterIndexOnStepDSL.alterIndex(Name index) TheALTER INDEXstatement.static AlterIndexOnStepDSL.alterIndexIfExists(String index) TheALTER INDEX IF EXISTSstatement.static AlterIndexOnStepDSL.alterIndexIfExists(Index index) TheALTER INDEX IF EXISTSstatement.static AlterIndexOnStepDSL.alterIndexIfExists(Name index) TheALTER INDEX IF EXISTSstatement.static AlterViewStepDSL.alterMaterializedView(String view) TheALTER MATERIALIZED VIEWstatement.static AlterViewStepDSL.alterMaterializedView(Name view) TheALTER MATERIALIZED VIEWstatement.static AlterViewStepDSL.alterMaterializedView(Table<?> view) TheALTER MATERIALIZED VIEWstatement.static AlterViewStepDSL.alterMaterializedViewIfExists(String view) TheALTER MATERIALIZED VIEW IF EXISTSstatement.static AlterViewStepDSL.alterMaterializedViewIfExists(Name view) TheALTER MATERIALIZED VIEW IF EXISTSstatement.static AlterViewStepDSL.alterMaterializedViewIfExists(Table<?> view) TheALTER MATERIALIZED VIEW IF EXISTSstatement.static AlterSchemaStepDSL.alterSchema(String schema) TheALTER SCHEMAstatement.static AlterSchemaStepDSL.alterSchema(Name schema) TheALTER SCHEMAstatement.static AlterSchemaStepDSL.alterSchema(Schema schema) TheALTER SCHEMAstatement.static AlterSchemaStepDSL.alterSchemaIfExists(String schema) TheALTER SCHEMA IF EXISTSstatement.static AlterSchemaStepDSL.alterSchemaIfExists(Name schema) TheALTER SCHEMA IF EXISTSstatement.static AlterSchemaStepDSL.alterSchemaIfExists(Schema schema) TheALTER SCHEMA IF EXISTSstatement.static AlterSequenceStep<Number> DSL.alterSequence(String sequence) TheALTER SEQUENCEstatement.static AlterSequenceStep<Number> DSL.alterSequence(Name sequence) TheALTER SEQUENCEstatement.static <T extends Number>
AlterSequenceStep<T> DSL.alterSequence(Sequence<T> sequence) TheALTER SEQUENCEstatement.static AlterSequenceStep<Number> DSL.alterSequenceIfExists(String sequence) TheALTER SEQUENCE IF EXISTSstatement.static AlterSequenceStep<Number> DSL.alterSequenceIfExists(Name sequence) TheALTER SEQUENCE IF EXISTSstatement.static <T extends Number>
AlterSequenceStep<T> DSL.alterSequenceIfExists(Sequence<T> sequence) TheALTER SEQUENCE IF EXISTSstatement.static @NotNull AlterTableStepDSL.alterTable(String table) Create a new DSLALTER TABLEstatement.static @NotNull AlterTableStepDSL.alterTable(Name table) Create a new DSLALTER TABLEstatement.static @NotNull AlterTableStepDSL.alterTable(Table<?> table) Create a new DSLALTER TABLEstatement.static @NotNull AlterTableStepDSL.alterTableIfExists(String table) Create a new DSLALTER TABLEstatement.static @NotNull AlterTableStepDSL.alterTableIfExists(Name table) Create a new DSLALTER TABLEstatement.static @NotNull AlterTableStepDSL.alterTableIfExists(Table<?> table) Create a new DSLALTER TABLEstatement.static AlterTypeStepTheALTER TYPEstatement.static AlterTypeStepTheALTER TYPEstatement.static AlterTypeStepDSL.alterTypeIfExists(String type) TheALTER TYPE IF EXISTSstatement.static AlterTypeStepDSL.alterTypeIfExists(Name type) TheALTER TYPE IF EXISTSstatement.static AlterViewStepTheALTER VIEWstatement.static AlterViewStepTheALTER VIEWstatement.static AlterViewStepTheALTER VIEWstatement.static AlterViewStepDSL.alterView(Table<?> view, Collection<? extends Field<?>> fields) TheALTER VIEWstatement.static AlterViewStepTheALTER VIEWstatement.static AlterViewStepDSL.alterViewIfExists(String view) TheALTER VIEW IF EXISTSstatement.static AlterViewStepDSL.alterViewIfExists(Name view) TheALTER VIEW IF EXISTSstatement.static AlterViewStepDSL.alterViewIfExists(Table<?> view) TheALTER VIEW IF EXISTSstatement.static @NotNull ConditionDSL.and(Collection<? extends Condition> conditions) static @NotNull Conditionstatic @NotNull Conditionstatic <T> @NotNull QuantifiedSelect<Record1<T>> Create anANYquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull QuantifiedSelect<Record1<T>> Create anANYquantified select to be used in quantified comparison predicate expressions.static <R extends Record>
@NotNull QuantifiedSelect<R> Create anANYquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull QuantifiedSelect<Record1<T>> DSL.any(T... array) Create anANYquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull AggregateFunction<T> TheANY_VALUEfunction.static <T> @NotNull Field<T[]> DSL.array(Collection<? extends Field<T>> fields) Create an array literal.static <T> @NotNull Field<T[]> Create an array literal.static <T> @NotNull Field<T[]> The PostgreSQLarray(select)function.static <T> @NotNull Field<T[]> DSL.array(T... values) Create an array literal.static <T> @NotNull ArrayAggOrderByStep<T[]> Get thearray_agg()aggregate function.static <T> @NotNull ArrayAggOrderByStep<T[]> DSL.arrayAggDistinct(Field<T> field) Get thearray_agg()aggregate function.static <T> @NotNull ConditionDSL.arrayAllMatch(Field<T[]> array, Function1<? super Field<T>, ? extends Condition> predicate) TheARRAY_ALL_MATCHfunction.static <T> @NotNull ConditionDSL.arrayAllMatch(Field<T[]> array, Lambda1<Field<T>, Condition> predicate) TheARRAY_ALL_MATCHfunction.static <T> @NotNull ConditionDSL.arrayAllMatch(T[] array, Function1<? super Field<T>, ? extends Condition> predicate) TheARRAY_ALL_MATCHfunction.static <T> @NotNull ConditionDSL.arrayAllMatch(T[] array, Lambda1<Field<T>, Condition> predicate) TheARRAY_ALL_MATCHfunction.static <T> @NotNull ConditionDSL.arrayAnyMatch(Field<T[]> array, Function1<? super Field<T>, ? extends Condition> predicate) TheARRAY_ANY_MATCHfunction.static <T> @NotNull ConditionDSL.arrayAnyMatch(Field<T[]> array, Lambda1<Field<T>, Condition> predicate) TheARRAY_ANY_MATCHfunction.static <T> @NotNull ConditionDSL.arrayAnyMatch(T[] array, Function1<? super Field<T>, ? extends Condition> predicate) TheARRAY_ANY_MATCHfunction.static <T> @NotNull ConditionDSL.arrayAnyMatch(T[] array, Lambda1<Field<T>, Condition> predicate) TheARRAY_ANY_MATCHfunction.static <T> @NotNull Field<T[]> DSL.arrayAppend(Field<T[]> array, Field<T> append) TheARRAY_APPENDfunction.static <T> @NotNull Field<T[]> DSL.arrayAppend(Field<T[]> array, T append) TheARRAY_APPENDfunction.static <T> @NotNull Field<T[]> DSL.arrayAppend(T[] array, Field<T> append) TheARRAY_APPENDfunction.static <T> @NotNull Field<T[]> DSL.arrayAppend(T[] array, T append) TheARRAY_APPENDfunction.static <T> @NotNull Field<T[]> DSL.arrayConcat(Field<T[]> array1, Field<T[]> array2) TheARRAY_CONCATfunction.static <T> @NotNull Field<T[]> DSL.arrayConcat(Field<T[]> array1, T[] array2) TheARRAY_CONCATfunction.static <T> @NotNull Field<T[]> DSL.arrayConcat(T[] array1, Field<T[]> array2) TheARRAY_CONCATfunction.static <T> @NotNull Field<T[]> DSL.arrayConcat(T[] array1, T[] array2) TheARRAY_CONCATfunction.static <T> @NotNull Field<T[]> DSL.arrayFilter(Field<T[]> array, Function1<? super Field<T>, ? extends Condition> predicate) TheARRAY_FILTERfunction.static <T> @NotNull Field<T[]> DSL.arrayFilter(Field<T[]> array, Lambda1<Field<T>, Condition> predicate) TheARRAY_FILTERfunction.static <T> @NotNull Field<T[]> DSL.arrayFilter(T[] array, Function1<? super Field<T>, ? extends Condition> predicate) TheARRAY_FILTERfunction.static <T> @NotNull Field<T[]> DSL.arrayFilter(T[] array, Lambda1<Field<T>, Condition> predicate) TheARRAY_FILTERfunction.static <T> @NotNull Field<T> TheARRAY_GETfunction.static <T> @NotNull Field<T> TheARRAY_GETfunction.static <T,U> @NotNull Field <U[]> TheARRAY_MAPfunction.static <T,U> @NotNull Field <U[]> TheARRAY_MAPfunction.static <T,U> @NotNull Field <U[]> TheARRAY_MAPfunction.static <T,U> @NotNull Field <U[]> TheARRAY_MAPfunction.static <T> @NotNull ConditionDSL.arrayNoneMatch(Field<T[]> array, Function1<? super Field<T>, ? extends Condition> predicate) TheARRAY_NONE_MATCHfunction.static <T> @NotNull ConditionDSL.arrayNoneMatch(Field<T[]> array, Lambda1<Field<T>, Condition> predicate) TheARRAY_NONE_MATCHfunction.static <T> @NotNull ConditionDSL.arrayNoneMatch(T[] array, Function1<? super Field<T>, ? extends Condition> predicate) TheARRAY_NONE_MATCHfunction.static <T> @NotNull ConditionDSL.arrayNoneMatch(T[] array, Lambda1<Field<T>, Condition> predicate) TheARRAY_NONE_MATCHfunction.static <T> @NotNull ConditionDSL.arrayOverlap(Field<T[]> array1, Field<T[]> array2) TheARRAY_OVERLAPfunction.static <T> @NotNull ConditionDSL.arrayOverlap(Field<T[]> array1, T[] array2) TheARRAY_OVERLAPfunction.static <T> @NotNull ConditionDSL.arrayOverlap(T[] array1, Field<T[]> array2) TheARRAY_OVERLAPfunction.static <T> @NotNull ConditionDSL.arrayOverlap(T[] array1, T[] array2) TheARRAY_OVERLAPfunction.static <T> @NotNull Field<T[]> DSL.arrayPrepend(Field<T> prepend, Field<T[]> array) TheARRAY_PREPENDfunction.static <T> @NotNull Field<T[]> DSL.arrayPrepend(Field<T> prepend, T[] array) TheARRAY_PREPENDfunction.static <T> @NotNull Field<T[]> DSL.arrayPrepend(T prepend, Field<T[]> array) TheARRAY_PREPENDfunction.static <T> @NotNull Field<T[]> DSL.arrayPrepend(T prepend, T[] array) TheARRAY_PREPENDfunction.static <T> @NotNull Field<T[]> DSL.arrayRemove(Field<T[]> array, Field<T> remove) TheARRAY_REMOVEfunction.static <T> @NotNull Field<T[]> DSL.arrayRemove(Field<T[]> array, T remove) TheARRAY_REMOVEfunction.static <T> @NotNull Field<T[]> DSL.arrayRemove(T[] array, Field<T> remove) TheARRAY_REMOVEfunction.static <T> @NotNull Field<T[]> DSL.arrayRemove(T[] array, T remove) TheARRAY_REMOVEfunction.static <T> @NotNull Field<T[]> DSL.arrayReplace(Field<T[]> array, Field<T> search, Field<T> replace) TheARRAY_REPLACEfunction.static <T> @NotNull Field<T[]> DSL.arrayReplace(T[] array, T search, T replace) TheARRAY_REPLACEfunction.DSL.arrayToString(Object[] array, String delimiter) TheARRAY_TO_STRINGfunction.DSL.arrayToString(Object[] array, String delimiter, String nullString) TheARRAY_TO_STRINGfunction.DSL.arrayToString(Field<? extends Object[]> array, Field<String> delimiter) TheARRAY_TO_STRINGfunction.DSL.arrayToString(Field<? extends Object[]> array, Field<String> delimiter, Field<String> nullString) TheARRAY_TO_STRINGfunction.TheASCIIfunction.TheASCIIfunction.static @NotNull Field<BigDecimal> TheASINfunction.static @NotNull Field<BigDecimal> TheASINfunction.static @NotNull Field<BigDecimal> TheASINHfunction.static @NotNull Field<BigDecimal> TheASINHfunction.static @NotNull AsteriskDSL.asterisk()The asterisk (*) to be used inSELECTclauses.static @NotNull Field<BigDecimal> TheATANfunction.static @NotNull Field<BigDecimal> TheATANfunction.static @NotNull Field<BigDecimal> TheATAN2function.static @NotNull Field<BigDecimal> TheATAN2function.static @NotNull Field<BigDecimal> TheATAN2function.static @NotNull Field<BigDecimal> TheATAN2function.static @NotNull Field<BigDecimal> TheATANHfunction.static @NotNull Field<BigDecimal> TheATANHfunction.static @NotNull AggregateFunction<BigDecimal> TheAVGfunction.static @NotNull AggregateFunction<BigDecimal> DSL.avgDistinct(Field<? extends Number> field) TheAVG_DISTINCTfunction.static @NotNull BlockDSL.begin(Collection<? extends Statement> statements) Wrap a collection of statements in an anonymous procedural block.static @NotNull BlockWrap a collection of statements in an anonymous procedural block.DSL.binaryBitLength(byte[] bytes) TheBINARY_BIT_LENGTHfunction.DSL.binaryBitLength(Field<byte[]> bytes) TheBINARY_BIT_LENGTHfunction.static @NotNull Field<byte[]> DSL.binaryConcat(byte[] bytes1, byte[] bytes2) TheBINARY_CONCATfunction.static @NotNull Field<byte[]> DSL.binaryConcat(byte[] bytes1, Field<byte[]> bytes2) TheBINARY_CONCATfunction.static @NotNull Field<byte[]> DSL.binaryConcat(Field<byte[]> bytes1, byte[] bytes2) TheBINARY_CONCATfunction.static @NotNull Field<byte[]> DSL.binaryConcat(Field<byte[]> bytes1, Field<byte[]> bytes2) TheBINARY_CONCATfunction.DSL.binaryLength(byte[] bytes) TheBINARY_LENGTHfunction.DSL.binaryLength(Field<byte[]> bytes) TheBINARY_LENGTHfunction.static @NotNull OrderedAggregateFunction<byte[]> DSL.binaryListAgg(Field<?> field) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<byte[]> DSL.binaryListAgg(Field<?> field, byte[] separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<byte[]> DSL.binaryListAgg(Field<?> field, Field<byte[]> separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<byte[]> DSL.binaryListAggDistinct(Field<?> field) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<byte[]> DSL.binaryListAggDistinct(Field<?> field, byte[] separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<byte[]> DSL.binaryListAggDistinct(Field<?> field, Field<byte[]> separator) Get the aggregated concatenation for a field.static @NotNull Field<byte[]> DSL.binaryLtrim(byte[] bytes, byte[] characters) TheBINARY_LTRIMfunction.static @NotNull Field<byte[]> DSL.binaryLtrim(byte[] bytes, Field<byte[]> characters) TheBINARY_LTRIMfunction.static @NotNull Field<byte[]> DSL.binaryLtrim(Field<byte[]> bytes, byte[] characters) TheBINARY_LTRIMfunction.static @NotNull Field<byte[]> DSL.binaryLtrim(Field<byte[]> bytes, Field<byte[]> characters) TheBINARY_LTRIMfunction.static @NotNull Field<byte[]> DSL.binaryMd5(byte[] bytes) TheBINARY_MD5function.static @NotNull Field<byte[]> TheBINARY_MD5function.DSL.binaryOctetLength(byte[] bytes) TheBINARY_OCTET_LENGTHfunction.DSL.binaryOctetLength(Field<byte[]> bytes) TheBINARY_OCTET_LENGTHfunction.static @NotNull Field<byte[]> DSL.binaryOverlay(Field<byte[]> in, byte[] placing, Number startIndex) TheBINARY_OVERLAYfunction.static @NotNull Field<byte[]> DSL.binaryOverlay(Field<byte[]> in, byte[] placing, Number startIndex, Number length) TheBINARY_OVERLAYfunction.static @NotNull Field<byte[]> DSL.binaryOverlay(Field<byte[]> in, Field<byte[]> placing, Field<? extends Number> startIndex) TheBINARY_OVERLAYfunction.static @NotNull Field<byte[]> DSL.binaryOverlay(Field<byte[]> in, Field<byte[]> placing, Field<? extends Number> startIndex, Field<? extends Number> length) TheBINARY_OVERLAYfunction.DSL.binaryPosition(byte[] in, byte[] search) TheBINARY_POSITIONfunction.DSL.binaryPosition(byte[] in, byte[] search, int startIndex) TheBINARY_POSITIONfunction.DSL.binaryPosition(byte[] in, byte[] search, Field<? extends Number> startIndex) TheBINARY_POSITIONfunction.DSL.binaryPosition(byte[] in, Field<byte[]> search) TheBINARY_POSITIONfunction.DSL.binaryPosition(byte[] in, Field<byte[]> search, int startIndex) TheBINARY_POSITIONfunction.DSL.binaryPosition(byte[] in, Field<byte[]> search, Field<? extends Number> startIndex) TheBINARY_POSITIONfunction.DSL.binaryPosition(Field<byte[]> in, byte[] search) TheBINARY_POSITIONfunction.DSL.binaryPosition(Field<byte[]> in, byte[] search, int startIndex) TheBINARY_POSITIONfunction.DSL.binaryPosition(Field<byte[]> in, byte[] search, Field<? extends Number> startIndex) TheBINARY_POSITIONfunction.DSL.binaryPosition(Field<byte[]> in, Field<byte[]> search) TheBINARY_POSITIONfunction.DSL.binaryPosition(Field<byte[]> in, Field<byte[]> search, int startIndex) TheBINARY_POSITIONfunction.DSL.binaryPosition(Field<byte[]> in, Field<byte[]> search, Field<? extends Number> startIndex) TheBINARY_POSITIONfunction.static @NotNull Field<byte[]> DSL.binaryRtrim(byte[] bytes, byte[] characters) TheBINARY_RTRIMfunction.static @NotNull Field<byte[]> DSL.binaryRtrim(byte[] bytes, Field<byte[]> characters) TheBINARY_RTRIMfunction.static @NotNull Field<byte[]> DSL.binaryRtrim(Field<byte[]> bytes, byte[] characters) TheBINARY_RTRIMfunction.static @NotNull Field<byte[]> DSL.binaryRtrim(Field<byte[]> bytes, Field<byte[]> characters) TheBINARY_RTRIMfunction.static @NotNull Field<byte[]> DSL.binarySubstring(Field<byte[]> string, int startingPosition) TheBINARY_SUBSTRINGfunction.static @NotNull Field<byte[]> DSL.binarySubstring(Field<byte[]> string, int startingPosition, int length) TheBINARY_SUBSTRINGfunction.static @NotNull Field<byte[]> DSL.binarySubstring(Field<byte[]> string, int startingPosition, Field<? extends Number> length) TheBINARY_SUBSTRINGfunction.static @NotNull Field<byte[]> DSL.binarySubstring(Field<byte[]> string, Field<? extends Number> startingPosition) TheBINARY_SUBSTRINGfunction.static @NotNull Field<byte[]> DSL.binarySubstring(Field<byte[]> string, Field<? extends Number> startingPosition, int length) TheBINARY_SUBSTRINGfunction.static @NotNull Field<byte[]> DSL.binarySubstring(Field<byte[]> string, Field<? extends Number> startingPosition, Field<? extends Number> length) TheBINARY_SUBSTRINGfunction.static @NotNull Field<byte[]> DSL.binaryTrim(byte[] bytes, byte[] characters) TheBINARY_TRIMfunction.static @NotNull Field<byte[]> DSL.binaryTrim(byte[] bytes, Field<byte[]> characters) TheBINARY_TRIMfunction.static @NotNull Field<byte[]> DSL.binaryTrim(Field<byte[]> bytes, byte[] characters) TheBINARY_TRIMfunction.static @NotNull Field<byte[]> DSL.binaryTrim(Field<byte[]> bytes, Field<byte[]> characters) TheBINARY_TRIMfunction.DSL.binToUuid(byte[] bytes) TheBIN_TO_UUIDfunction.TheBIN_TO_UUIDfunction.TheBIT_ANDfunction.TheBIT_ANDfunction.TheBIT_ANDfunction.DSL.bitAnd(T arg1, T arg2) TheBIT_ANDfunction.static <T extends Number>
@NotNull AggregateFunction<T> TheBIT_AND_AGGfunction.TheBIT_COUNTfunction.TheBIT_COUNTfunction.TheBIT_GETfunction.TheBIT_GETfunction.TheBIT_LENGTHfunction.TheBIT_LENGTHfunction.TheBIT_NANDfunction.TheBIT_NANDfunction.TheBIT_NANDfunction.DSL.bitNand(T arg1, T arg2) TheBIT_NANDfunction.static <T extends Number>
@NotNull AggregateFunction<T> DSL.bitNandAgg(Field<T> value) TheBIT_NAND_AGGfunction.TheBIT_NORfunction.TheBIT_NORfunction.TheBIT_NORfunction.DSL.bitNor(T arg1, T arg2) TheBIT_NORfunction.static <T extends Number>
@NotNull AggregateFunction<T> TheBIT_NOR_AGGfunction.TheBIT_NOTfunction.DSL.bitNot(T arg1) TheBIT_NOTfunction.TheBIT_ORfunction.TheBIT_ORfunction.TheBIT_ORfunction.DSL.bitOr(T arg1, T arg2) TheBIT_ORfunction.static <T extends Number>
@NotNull AggregateFunction<T> TheBIT_OR_AGGfunction.TheBIT_SETfunction.TheBIT_SETfunction.TheBIT_SETfunction.TheBIT_SETfunction.TheBIT_SETfunction.TheBIT_SETfunction.TheBIT_XNORfunction.TheBIT_XNORfunction.TheBIT_XNORfunction.DSL.bitXNor(T arg1, T arg2) TheBIT_XNORfunction.static <T extends Number>
@NotNull AggregateFunction<T> DSL.bitXNorAgg(Field<T> value) TheBIT_XNOR_AGGfunction.TheBIT_XORfunction.TheBIT_XORfunction.TheBIT_XORfunction.DSL.bitXor(T arg1, T arg2) TheBIT_XORfunction.static <T extends Number>
@NotNull AggregateFunction<T> TheBIT_XOR_AGGfunction.static @NotNull AggregateFunction<Boolean> TheBOOL_ANDfunction.static @NotNull AggregateFunction<Boolean> TheBOOL_ANDfunction.static @NotNull AggregateFunction<Boolean> TheBOOL_ORfunction.static @NotNull AggregateFunction<Boolean> TheBOOL_ORfunction.static CallArgsStepTheCALLstatement.static CallArgsStepTheCALLstatement.DSL.cardinality(Field<? extends Object[]> array) TheCARDINALITYfunction.static @NotNull CaseDSL.case_()Initialise aCasestatement.static <V> @NotNull CaseValueStep<V> Initialise aCasestatement.static <V> @NotNull CaseValueStep<V> DSL.case_(V value) Initialise aCasestatement.static <T> @NotNull Field<T> Cast a value to another type.static <T> @NotNull Field<T> Cast a value to another type.static <T> @NotNull Field<T> Cast a value to the type of another field.static <T> @NotNull Field<T> Cast a field to another type.static <T> @NotNull Field<T> Cast a field to another type.static <T> @NotNull Field<T> Cast a field to the type of another field.static <T> @NotNull Field<T> Cast null to a type.static <T> @NotNull Field<T> Cast null to a type.static <T> @NotNull Field<T> Cast null to the type of another field.static @NotNull CatalogCreate a qualified catalog, given its catalog name.static @NotNull CatalogCreate a qualified catalog, given its catalog name.static @NotNull Field<BigDecimal> TheCBRTfunction.static @NotNull Field<BigDecimal> TheCBRTfunction.TheCEILfunction.DSL.ceil(T value) TheCEILfunction.Get the century of a date.Get the century of a date.Get the century of a date.static @NotNull CharacterSetDSL.characterSet(String characterSet) Create a character set by its unqualified name.static @NotNull CharacterSetDSL.characterSet(Name characterSet) Create a character set by its qualified name.DSL.charLength(String string) TheCHAR_LENGTHfunction.DSL.charLength(Field<String> string) TheCHAR_LENGTHfunction.static @NotNull ConstraintEnforcementStepCreate an unnamed (system named)CHECKconstraint.static @NotNull CaseDSL.choose()Initialise aCasestatement.static <T> @NotNull Field<T> The T-SQLCHOOSE()function.static <T> @NotNull Field<T> DSL.choose(int index, T... values) The T-SQLCHOOSE()function.static <T> @NotNull Field<T> The T-SQLCHOOSE()function.static <T> @NotNull Field<T> The T-SQLCHOOSE()function.static <V> @NotNull CaseValueStep<V> Initialise aCasestatement.static <V> @NotNull CaseValueStep<V> DSL.choose(V value) Initialise aCasestatement.TheCHRfunction.TheCHRfunction.static <T> @NotNull Field<T> TheCOALESCE(field1, field2, … , field n)function.static <T> @NotNull Field<T> TheCOALESCE(field, value)function.static <T> @NotNull Field<T> DSL.coalesce(T value, T... values) TheCOALESCE(value1, value2, … , value n)function.static <T> @NotNull Field<T> Coerce this field to another type.static <T> @NotNull Field<T> Coerce a field to another type.static <T> @NotNull Field<T> Coerce this field to the type of another field.static <T> @NotNull Field<T> Coerce this field to another type.static <T> @NotNull Field<T> Coerce a field to another type.static <T> @NotNull Field<T> Coerce this field to the type of another field.static @NotNull CollationCreate a collation by its unqualified name.static @NotNull CollationCreate a collation by its qualified name.static <T,A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A> Get thecollect()aggregate function.static <T,A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A> Get thecollect()aggregate function.static <T,A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A> DSL.collectDistinct(Field<T> field, Class<A> type) Get thecollect()aggregate function.static <T,A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A> DSL.collectDistinct(Field<T> field, DataType<A> type) Get thecollect()aggregate function.static @NotNull CommentCreate a comment.static CommentOnIsStepDSL.commentOnColumn(String field) TheCOMMENT ON COLUMNstatement.static CommentOnIsStepDSL.commentOnColumn(Field<?> field) TheCOMMENT ON COLUMNstatement.static CommentOnIsStepDSL.commentOnColumn(Name field) TheCOMMENT ON COLUMNstatement.static CommentOnIsStepDSL.commentOnMaterializedView(String view) TheCOMMENT ON MATERIALIZED VIEWstatement.static CommentOnIsStepDSL.commentOnMaterializedView(Name view) TheCOMMENT ON MATERIALIZED VIEWstatement.static CommentOnIsStepDSL.commentOnMaterializedView(Table<?> view) TheCOMMENT ON MATERIALIZED VIEWstatement.static CommentOnIsStepDSL.commentOnTable(String table) TheCOMMENT ON TABLEstatement.static CommentOnIsStepDSL.commentOnTable(Name table) TheCOMMENT ON TABLEstatement.static CommentOnIsStepDSL.commentOnTable(Table<?> table) TheCOMMENT ON TABLEstatement.static CommentOnIsStepDSL.commentOnView(String view) TheCOMMENT ON VIEWstatement.static CommentOnIsStepDSL.commentOnView(Name view) TheCOMMENT ON VIEWstatement.static CommentOnIsStepDSL.commentOnView(Table<?> view) TheCOMMENT ON VIEWstatement.static RowCountQueryDSL.commit()TheCOMMITstatement.Get the concat(value[, value, ...]) function.Get theconcat(value, field)function.Get the concat(field[, field, ...]) function.Get theconcat(field, value)function.static @NotNull ConditionCreate a condition from a boolean field.static @NotNull ConditionCreate a new condition holding plain SQL.static @NotNull ConditionCreate a new condition holding plain SQL.static @NotNull ConditionA custom SQL clause that can render arbitrary SQL elements.static @NotNull ConditionCreate a condition from a map.static @NotNull ConditionTheCONDITIONfunction.static @NotNull ConditionDSL.condition(Operator operator, Collection<? extends Condition> conditions) Return aConditionthat connects all argumentconditionswithOperator.static @NotNull ConditionReturn aConditionthat connects all argumentconditionswithOperator.static @NotNull ConditionReturn aConditionthat connects all argumentconditionswithOperator.static @NotNull Conditionstatic @NotNull ConditionCreate a new condition holding plain SQL.DSL.connectByIsCycle()TheCONNECT_BY_ISCYCLEfunction.DSL.connectByIsLeaf()TheCONNECT_BY_ISLEAFfunction.static <T> @NotNull Field<T> DSL.connectByRoot(Field<T> field) TheCONNECT_BY_ROOTfunction.static @NotNull ConstraintTypeStepDSL.constraint()Create an unnamed (system named)CONSTRAINTspecification.static @NotNull ConstraintTypeStepDSL.constraint(String name) Create aCONSTRAINTspecification.static @NotNull ConstraintTypeStepDSL.constraint(Name name) Create aCONSTRAINTspecification.static @NotNull ContinueWhenStepDSL.continue_()Create anCONTINUEstatement for use in procedural code.static @NotNull ContinueWhenStepCreate anCONTINUEstatement for use in procedural code.static @NotNull StatementDSL.continueWhen(Condition condition) Create anCONTINUEstatement for use in procedural code.static @NotNull StatementDSL.continueWhen(Field<Boolean> condition) Create anCONTINUEstatement for use in procedural code.static <T> @NotNull Field<T> Convert a date time value to a string value using the SQL Server styleCONVERT()function.static <T> @NotNull Field<T> Convert a date time value to a string value using the SQL Server styleCONVERT()function.static @NotNull AggregateFunction<BigDecimal> TheCORRfunction.static @NotNull Field<BigDecimal> TheCOSfunction.static @NotNull Field<BigDecimal> TheCOSfunction.static @NotNull Field<BigDecimal> TheCOSHfunction.static @NotNull Field<BigDecimal> TheCOSHfunction.static @NotNull Field<BigDecimal> TheCOTfunction.static @NotNull Field<BigDecimal> TheCOTfunction.static @NotNull Field<BigDecimal> TheCOTHfunction.static @NotNull Field<BigDecimal> TheCOTHfunction.static @NotNull AggregateFunction<Integer> DSL.count()Get the count(*) function.static @NotNull AggregateFunction<Integer> TheCOUNTfunction.static @NotNull AggregateFunction<Integer> DSL.count(SelectFieldOrAsterisk field) Get the count(field) function.static @NotNull AggregateFunction<Integer> Get the count(table) function.static @NotNull AggregateFunction<Integer> DSL.countDistinct(Field<?> field) TheCOUNT_DISTINCTfunction.static @NotNull AggregateFunction<Integer> DSL.countDistinct(Field<?>... fields) Get the count(distinct field1, field2) function.static @NotNull AggregateFunction<Integer> DSL.countDistinct(SelectFieldOrAsterisk field) Get the count(distinct field) function.static @NotNull AggregateFunction<Integer> DSL.countDistinct(Table<?> table) Get the count(distinct table) function.static @NotNull AggregateFunction<BigDecimal> TheCOVAR_POPfunction.static @NotNull AggregateFunction<BigDecimal> TheCOVAR_SAMPfunction.static CreateDatabaseFinalStepDSL.createDatabase(String database) TheCREATE DATABASEstatement.static CreateDatabaseFinalStepDSL.createDatabase(Catalog database) TheCREATE DATABASEstatement.static CreateDatabaseFinalStepDSL.createDatabase(Name database) TheCREATE DATABASEstatement.static CreateDatabaseFinalStepDSL.createDatabaseIfNotExists(String database) TheCREATE DATABASE IF NOT EXISTSstatement.static CreateDatabaseFinalStepDSL.createDatabaseIfNotExists(Catalog database) TheCREATE DATABASE IF NOT EXISTSstatement.static CreateDatabaseFinalStepDSL.createDatabaseIfNotExists(Name database) TheCREATE DATABASE IF NOT EXISTSstatement.static CreateDomainAsStepDSL.createDomain(String domain) TheCREATE DOMAINstatement.static CreateDomainAsStepDSL.createDomain(Domain<?> domain) TheCREATE DOMAINstatement.static CreateDomainAsStepDSL.createDomain(Name domain) TheCREATE DOMAINstatement.static CreateDomainAsStepDSL.createDomainIfNotExists(String domain) TheCREATE DOMAIN IF NOT EXISTSstatement.static CreateDomainAsStepDSL.createDomainIfNotExists(Domain<?> domain) TheCREATE DOMAIN IF NOT EXISTSstatement.static CreateDomainAsStepDSL.createDomainIfNotExists(Name domain) TheCREATE DOMAIN IF NOT EXISTSstatement.static CreateFunctionParametersStepDSL.createFunction(String function) TheCREATE FUNCTIONstatement.static CreateFunctionParametersStepDSL.createFunction(Name function) TheCREATE FUNCTIONstatement.static CreateTableElementListStepDSL.createGlobalTemporaryTable(String table) TheCREATE GLOBAL TEMPORARY TABLEstatement.static CreateTableElementListStepDSL.createGlobalTemporaryTable(Name table) TheCREATE GLOBAL TEMPORARY TABLEstatement.static CreateTableElementListStepDSL.createGlobalTemporaryTable(Table<?> table) TheCREATE GLOBAL TEMPORARY TABLEstatement.static CreateTableElementListStepDSL.createGlobalTemporaryTableIfNotExists(String table) TheCREATE GLOBAL TEMPORARY TABLE IF NOT EXISTSstatement.static CreateTableElementListStepDSL.createGlobalTemporaryTableIfNotExists(Name table) TheCREATE GLOBAL TEMPORARY TABLE IF NOT EXISTSstatement.static CreateTableElementListStepDSL.createGlobalTemporaryTableIfNotExists(Table<?> table) TheCREATE GLOBAL TEMPORARY TABLE IF NOT EXISTSstatement.static CreateIndexStepDSL.createIndex()TheCREATE INDEXstatement.static CreateIndexStepDSL.createIndex(String index) TheCREATE INDEXstatement.static CreateIndexStepDSL.createIndex(Index index) TheCREATE INDEXstatement.static CreateIndexStepDSL.createIndex(Name index) TheCREATE INDEXstatement.static CreateIndexStepDSL.createIndexIfNotExists()TheCREATE INDEX IF NOT EXISTSstatement.static CreateIndexStepDSL.createIndexIfNotExists(String index) TheCREATE INDEX IF NOT EXISTSstatement.static CreateIndexStepDSL.createIndexIfNotExists(Index index) TheCREATE INDEX IF NOT EXISTSstatement.static CreateIndexStepDSL.createIndexIfNotExists(Name index) TheCREATE INDEX IF NOT EXISTSstatement.static CreateViewAsStep<Record> DSL.createMaterializedView(String view, String... fields) TheCREATE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createMaterializedView(String view, Collection<? extends String> fields) TheCREATE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createMaterializedView(Name view, Collection<? extends Name> fields) TheCREATE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createMaterializedView(Name view, Name... fields) TheCREATE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createMaterializedView(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createMaterializedView(Table<?> view, Field<?>... fields) TheCREATE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createMaterializedViewIfNotExists(String view, String... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.static CreateViewAsStep<Record> DSL.createMaterializedViewIfNotExists(String view, Collection<? extends String> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.static CreateViewAsStep<Record> DSL.createMaterializedViewIfNotExists(Name view, Collection<? extends Name> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.static CreateViewAsStep<Record> DSL.createMaterializedViewIfNotExists(Name view, Name... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.static CreateViewAsStep<Record> DSL.createMaterializedViewIfNotExists(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.static CreateViewAsStep<Record> DSL.createMaterializedViewIfNotExists(Table<?> view, Field<?>... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTSstatement.static CreateFunctionParametersStepDSL.createOrReplaceFunction(String function) TheCREATE OR REPLACE FUNCTIONstatement.static CreateFunctionParametersStepDSL.createOrReplaceFunction(Name function) TheCREATE OR REPLACE FUNCTIONstatement.static CreateViewAsStep<Record> DSL.createOrReplaceMaterializedView(String view, String... fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createOrReplaceMaterializedView(String view, Collection<? extends String> fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createOrReplaceMaterializedView(Name view, Collection<? extends Name> fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createOrReplaceMaterializedView(Name view, Name... fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createOrReplaceMaterializedView(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.static CreateViewAsStep<Record> DSL.createOrReplaceMaterializedView(Table<?> view, Field<?>... fields) TheCREATE OR REPLACE MATERIALIZED VIEWstatement.DSL.createOrReplaceProcedure(String procedure) TheCREATE OR REPLACE PROCEDUREstatement.DSL.createOrReplaceProcedure(Name procedure) TheCREATE OR REPLACE PROCEDUREstatement.static CreateSynonymForStepDSL.createOrReplacePublicSynonym(String synonym) TheCREATE OR REPLACE PUBLIC SYNONYMstatement.static CreateSynonymForStepDSL.createOrReplacePublicSynonym(Name synonym) TheCREATE OR REPLACE PUBLIC SYNONYMstatement.static CreateSynonymForStepDSL.createOrReplacePublicSynonym(Synonym synonym) TheCREATE OR REPLACE PUBLIC SYNONYMstatement.static CreateSynonymForStepDSL.createOrReplaceSynonym(String synonym) TheCREATE OR REPLACE SYNONYMstatement.static CreateSynonymForStepDSL.createOrReplaceSynonym(Name synonym) TheCREATE OR REPLACE SYNONYMstatement.static CreateSynonymForStepDSL.createOrReplaceSynonym(Synonym synonym) TheCREATE OR REPLACE SYNONYMstatement.static CreateTriggerEventStepDSL.createOrReplaceTrigger(String trigger) TheCREATE OR REPLACE TRIGGERstatement.static CreateTriggerEventStepDSL.createOrReplaceTrigger(Name trigger) TheCREATE OR REPLACE TRIGGERstatement.static CreateTriggerEventStepDSL.createOrReplaceTrigger(Trigger trigger) TheCREATE OR REPLACE TRIGGERstatement.static CreateViewAsStep<Record> DSL.createOrReplaceView(String view, String... fields) TheCREATE OR REPLACE VIEWstatement.static CreateViewAsStep<Record> DSL.createOrReplaceView(String view, Collection<? extends String> fields) TheCREATE OR REPLACE VIEWstatement.static @NotNull CreateViewAsStep<Record> DSL.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.static CreateViewAsStep<Record> DSL.createOrReplaceView(Name view, Collection<? extends Name> fields) TheCREATE OR REPLACE VIEWstatement.static @NotNull CreateViewAsStep<Record> DSL.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.static CreateViewAsStep<Record> DSL.createOrReplaceView(Name view, Name... fields) TheCREATE OR REPLACE VIEWstatement.static CreateViewAsStep<Record> DSL.createOrReplaceView(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE OR REPLACE VIEWstatement.static @NotNull CreateViewAsStep<Record> DSL.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.static CreateViewAsStep<Record> DSL.createOrReplaceView(Table<?> view, Field<?>... fields) TheCREATE OR REPLACE VIEWstatement.DSL.createProcedure(String procedure) TheCREATE PROCEDUREstatement.DSL.createProcedure(Name procedure) TheCREATE PROCEDUREstatement.static CreateSynonymForStepDSL.createPublicSynonym(String synonym) TheCREATE PUBLIC SYNONYMstatement.static CreateSynonymForStepDSL.createPublicSynonym(Name synonym) TheCREATE PUBLIC SYNONYMstatement.static CreateSynonymForStepDSL.createPublicSynonym(Synonym synonym) TheCREATE PUBLIC SYNONYMstatement.static CreateSchemaFinalStepDSL.createSchema(String schema) TheCREATE SCHEMAstatement.static CreateSchemaFinalStepDSL.createSchema(Name schema) TheCREATE SCHEMAstatement.static CreateSchemaFinalStepDSL.createSchema(Schema schema) TheCREATE SCHEMAstatement.static CreateSchemaFinalStepDSL.createSchemaIfNotExists(String schema) TheCREATE SCHEMA IF NOT EXISTSstatement.static CreateSchemaFinalStepDSL.createSchemaIfNotExists(Name schema) TheCREATE SCHEMA IF NOT EXISTSstatement.static CreateSchemaFinalStepDSL.createSchemaIfNotExists(Schema schema) TheCREATE SCHEMA IF NOT EXISTSstatement.static CreateSequenceAsStep<Number> DSL.createSequence(String sequence) TheCREATE SEQUENCEstatement.static CreateSequenceAsStep<Number> DSL.createSequence(Name sequence) TheCREATE SEQUENCEstatement.static CreateSequenceAsStep<Number> DSL.createSequence(Sequence<?> sequence) TheCREATE SEQUENCEstatement.static CreateSequenceAsStep<Number> DSL.createSequenceIfNotExists(String sequence) TheCREATE SEQUENCE IF NOT EXISTSstatement.static CreateSequenceAsStep<Number> DSL.createSequenceIfNotExists(Name sequence) TheCREATE SEQUENCE IF NOT EXISTSstatement.static CreateSequenceAsStep<Number> DSL.createSequenceIfNotExists(Sequence<?> sequence) TheCREATE SEQUENCE IF NOT EXISTSstatement.static CreateSynonymForStepDSL.createSynonym(String synonym) TheCREATE SYNONYMstatement.static CreateSynonymForStepDSL.createSynonym(Name synonym) TheCREATE SYNONYMstatement.static CreateSynonymForStepDSL.createSynonym(Synonym synonym) TheCREATE SYNONYMstatement.static CreateTableElementListStepDSL.createTable(String table) TheCREATE TABLEstatement.static CreateTableElementListStepDSL.createTable(Name table) TheCREATE TABLEstatement.static CreateTableElementListStepDSL.createTable(Table<?> table) TheCREATE TABLEstatement.static CreateTableElementListStepDSL.createTableIfNotExists(String table) TheCREATE TABLE IF NOT EXISTSstatement.static CreateTableElementListStepDSL.createTableIfNotExists(Name table) TheCREATE TABLE IF NOT EXISTSstatement.static CreateTableElementListStepDSL.createTableIfNotExists(Table<?> table) TheCREATE TABLE IF NOT EXISTSstatement.static CreateTableElementListStepDSL.createTemporaryTable(String table) TheCREATE TEMPORARY TABLEstatement.static CreateTableElementListStepDSL.createTemporaryTable(Name table) TheCREATE TEMPORARY TABLEstatement.static CreateTableElementListStepDSL.createTemporaryTable(Table<?> table) TheCREATE TEMPORARY TABLEstatement.static CreateTableElementListStepDSL.createTemporaryTableIfNotExists(String table) TheCREATE TEMPORARY TABLE IF NOT EXISTSstatement.static CreateTableElementListStepDSL.createTemporaryTableIfNotExists(Name table) TheCREATE TEMPORARY TABLE IF NOT EXISTSstatement.static CreateTableElementListStepDSL.createTemporaryTableIfNotExists(Table<?> table) TheCREATE TEMPORARY TABLE IF NOT EXISTSstatement.static CreateTriggerEventStepDSL.createTrigger(String trigger) TheCREATE TRIGGERstatement.static CreateTriggerEventStepDSL.createTrigger(Name trigger) TheCREATE TRIGGERstatement.static CreateTriggerEventStepDSL.createTrigger(Trigger trigger) TheCREATE TRIGGERstatement.static CreateTypeStepDSL.createType(String type) TheCREATE TYPEstatement.static CreateTypeStepDSL.createType(Name type) TheCREATE TYPEstatement.static CreateTypeStepDSL.createType(Type<?> type) TheCREATE TYPEstatement.static CreateTypeStepDSL.createTypeIfNotExists(String type) TheCREATE TYPE IF NOT EXISTSstatement.static CreateTypeStepDSL.createTypeIfNotExists(Name type) TheCREATE TYPE IF NOT EXISTSstatement.static CreateTypeStepDSL.createTypeIfNotExists(Type<?> type) TheCREATE TYPE IF NOT EXISTSstatement.static CreateIndexStepDSL.createUniqueIndex()TheCREATE UNIQUE INDEXstatement.static CreateIndexStepDSL.createUniqueIndex(String index) TheCREATE UNIQUE INDEXstatement.static CreateIndexStepDSL.createUniqueIndex(Index index) TheCREATE UNIQUE INDEXstatement.static CreateIndexStepDSL.createUniqueIndex(Name index) TheCREATE UNIQUE INDEXstatement.static CreateIndexStepTheCREATE UNIQUE INDEX IF NOT EXISTSstatement.static CreateIndexStepDSL.createUniqueIndexIfNotExists(String index) TheCREATE UNIQUE INDEX IF NOT EXISTSstatement.static CreateIndexStepDSL.createUniqueIndexIfNotExists(Index index) TheCREATE UNIQUE INDEX IF NOT EXISTSstatement.static CreateIndexStepDSL.createUniqueIndexIfNotExists(Name index) TheCREATE UNIQUE INDEX IF NOT EXISTSstatement.static CreateViewAsStep<Record> DSL.createView(String view, String... fields) TheCREATE VIEWstatement.static CreateViewAsStep<Record> DSL.createView(String view, Collection<? extends String> fields) TheCREATE VIEWstatement.static @NotNull CreateViewAsStep<Record> DSL.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.static CreateViewAsStep<Record> DSL.createView(Name view, Collection<? extends Name> fields) TheCREATE VIEWstatement.static @NotNull CreateViewAsStep<Record> DSL.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.static CreateViewAsStep<Record> DSL.createView(Name view, Name... fields) TheCREATE VIEWstatement.static CreateViewAsStep<Record> DSL.createView(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE VIEWstatement.static @NotNull CreateViewAsStep<Record> DSL.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.static CreateViewAsStep<Record> DSL.createView(Table<?> view, Field<?>... fields) TheCREATE VIEWstatement.static CreateViewAsStep<Record> DSL.createViewIfNotExists(String view, String... fields) TheCREATE VIEW IF NOT EXISTSstatement.static CreateViewAsStep<Record> DSL.createViewIfNotExists(String view, Collection<? extends String> fields) TheCREATE VIEW IF NOT EXISTSstatement.static @NotNull CreateViewAsStep<Record> DSL.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.static CreateViewAsStep<Record> DSL.createViewIfNotExists(Name view, Collection<? extends Name> fields) TheCREATE VIEW IF NOT EXISTSstatement.static @NotNull CreateViewAsStep<Record> DSL.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.static CreateViewAsStep<Record> DSL.createViewIfNotExists(Name view, Name... fields) TheCREATE VIEW IF NOT EXISTSstatement.static CreateViewAsStep<Record> DSL.createViewIfNotExists(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE VIEW IF NOT EXISTSstatement.static @NotNull CreateViewAsStep<Record> DSL.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.static CreateViewAsStep<Record> DSL.createViewIfNotExists(Table<?> view, Field<?>... fields) TheCREATE VIEW IF NOT EXISTSstatement.static @NotNull GroupFieldCreate a CUBE(field1, field2, .., fieldn) grouping field.static @NotNull GroupFieldDSL.cube(FieldOrRow... fields) Create a CUBE(field1, field2, .., fieldn) grouping field.static @NotNull WindowOverStep<BigDecimal> DSL.cumeDist()Thecume_dist() over ([analytic clause])function.static @NotNull OrderedAggregateFunction<BigDecimal> DSL.cumeDist(Collection<? extends Field<?>> fields) TheCUME_DISTfunction.static @NotNull OrderedAggregateFunction<BigDecimal> TheCUME_DISTfunction.DSL.currentCatalog()TheCURRENT_CATALOGfunction.DSL.currentDate()Get the current_date() function returning a SQL standardSQLDataType.DATEtype.DSL.currentInstant()Get the current_timestamp() function.DSL.currentLocalDate()Get the current_date() function returning a SQL standardSQLDataType.DATEtype.static @NotNull Field<LocalDateTime> DSL.currentLocalDateTime()Get the current_timestamp() function returning a SQL standardSQLDataType.TIMESTAMPtype.static @NotNull Field<LocalDateTime> DSL.currentLocalDateTime(int precision) Get the current_timestamp() function returning a SQL standardSQLDataType.TIMESTAMPtype with the specified fractional seconds precision.static @NotNull Field<LocalDateTime> DSL.currentLocalDateTime(Field<Integer> precision) Get the current_timestamp() function returning a SQL standardSQLDataType.TIMESTAMPtype with the specified fractional seconds precision.DSL.currentLocalTime()Get the current_time() function returning a SQL standardSQLDataType.TIMEtype.static @NotNull Field<OffsetDateTime> DSL.currentOffsetDateTime()Get the current_timestamp() function.static @NotNull Field<OffsetTime> DSL.currentOffsetTime()Get the current_time() function.DSL.currentSchema()TheCURRENT_SCHEMAfunction.DSL.currentTime()Get the current_time() function returning a SQL standardSQLDataType.TIMEtype.DSL.currentTimestamp()Get the current_timestamp() function returning a SQL standardSQLDataType.TIMESTAMPtype.DSL.currentTimestamp(int precision) Get the current_timestamp() function returning a SQL standardSQLDataType.TIMESTAMPtype with the specified fractional seconds precision.DSL.currentTimestamp(Field<Integer> precision) Get the current_timestamp() function returning a SQL standardSQLDataType.TIMESTAMPtype with the specified fractional seconds precision.DSL.currentUser()TheCURRENT_USERfunction.Convert a string value to aDATE.Convert a temporal value to aDATE.Convert a temporal value to aDATE.TheDATE_ADDfunction.TheDATE_ADDfunction.TheDATE_ADDfunction.TheDATE_ADDfunction.TheDATE_ADDfunction.TheDATE_ADDfunction.TheDATE_ADDfunction.TheDATE_ADDfunction.Get the date difference betweenendDate - startDatein number of days.Get the date difference betweenendDate - startDatein number of days.Get the date difference betweenendDate - startDatein terms ofpart.Get the date difference betweenendDate - startDatein terms ofpart.Get the date difference betweenendDate - startDatein terms ofpart.Get the date difference betweenendDate - startDatein terms ofpart.Get the date difference betweenendDate - startDatein number of days.Get the date difference betweenendDate - startDatein number of days.Subtract an interval from a date.Subtract an interval from a date, given a date part.Subtract an interval from a date.Subtract an interval from a date, given a date part.Subtract an interval from a date.Subtract an interval from a date, given a date part.Subtract an interval from a date.Subtract an interval from a date, given a date part.Get the day part of a date.Get the day part of a date.Get the day part of a date.Get the day of week part of a date.Get the day of week part of a date.Get the day of week part of a date.Get the day of week part of a date.Get the day of week part of a date.Get the day of week part of a date.Get the decade of a date.Get the decade of a date.Get the decade of a date.static @NotNull StatementDSL.declare(Collection<? extends Variable<?>> variables) Create a local variable declaration for use in procedural code.static @NotNull StatementCreate a local variable declaration for use in procedural code.static <T> @NotNull Declaration<T> Create a local variable declaration for use in procedural code.static @NotNull CaseDSL.decode()Initialise aCasestatement.static <Z,T> @NotNull Field <Z> Gets the Oracle-styleDECODE(expression, search, result[, search , result]… [, default])function.static <Z,T> @NotNull Field <Z> Gets the Oracle-styleDECODE(expression, search, result[, search , result]… [, default])function.static <Z,T> @NotNull Field <Z> DSL.decode(T value, T search, Z result) Gets the Oracle-styleDECODE(expression, search, result[, search , result]… [, default])function.static <Z,T> @NotNull Field <Z> Gets the Oracle-styleDECODE(expression, search, result[, search , result]… [, default])function.DSL.default_()Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static <T> @NotNull Field<T> Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static <T> @NotNull Field<T> Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static <T> @NotNull Field<T> Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.DSL.defaultValue()Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static <T> @NotNull Field<T> DSL.defaultValue(Class<T> type) Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static <T> @NotNull Field<T> DSL.defaultValue(DataType<T> type) Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static <T> @NotNull Field<T> DSL.defaultValue(Field<T> field) Create aDEFAULTkeyword for use withINSERT,UPDATE, orMERGEstatements.static @NotNull Field<BigDecimal> TheDEGREESfunction.static @NotNull Field<BigDecimal> TheDEGREESfunction.static <R extends Record>
@NotNull DeleteUsingStep<R> Create a new DSL delete statement.static <R extends Record>
@NotNull DeleteUsingStep<R> DSL.deleteFrom(Table<R> table) Create a new DSL delete statement.static @NotNull ConditionDSL.deleting()TheDELETINGfunction.static @NotNull WindowOverStep<Integer> DSL.denseRank()Thedense_rank() over ([analytic clause])function.static @NotNull OrderedAggregateFunction<Integer> DSL.denseRank(Collection<? extends Field<?>> fields) TheDENSE_RANKfunction.static @NotNull OrderedAggregateFunction<Integer> TheDENSE_RANKfunction.TheDIGITSfunction.TheDIGITSfunction.static @NotNull Domain<?> Create aDOMAINreference.static <T> @NotNull Domain<T> Create aDOMAINreference.static <T> @NotNull Domain<T> Create aDOMAINreference.static @NotNull Domain<?> Create aDOMAINreference.static <T> @NotNull Domain<T> Create aDOMAINreference.static <T> @NotNull Domain<T> Create aDOMAINreference.static DropDatabaseFinalStepDSL.dropDatabase(String database) TheDROP DATABASEstatement.static DropDatabaseFinalStepDSL.dropDatabase(Catalog database) TheDROP DATABASEstatement.static DropDatabaseFinalStepDSL.dropDatabase(Name database) TheDROP DATABASEstatement.static DropDatabaseFinalStepDSL.dropDatabaseIfExists(String database) TheDROP DATABASE IF EXISTSstatement.static DropDatabaseFinalStepDSL.dropDatabaseIfExists(Catalog database) TheDROP DATABASE IF EXISTSstatement.static DropDatabaseFinalStepDSL.dropDatabaseIfExists(Name database) TheDROP DATABASE IF EXISTSstatement.static DropDomainCascadeStepDSL.dropDomain(String domain) TheDROP DOMAINstatement.static DropDomainCascadeStepDSL.dropDomain(Domain<?> domain) TheDROP DOMAINstatement.static DropDomainCascadeStepDSL.dropDomain(Name domain) TheDROP DOMAINstatement.static DropDomainCascadeStepDSL.dropDomainIfExists(String domain) TheDROP DOMAIN IF EXISTSstatement.static DropDomainCascadeStepDSL.dropDomainIfExists(Domain<?> domain) TheDROP DOMAIN IF EXISTSstatement.static DropDomainCascadeStepDSL.dropDomainIfExists(Name domain) TheDROP DOMAIN IF EXISTSstatement.static DDLQueryDSL.dropFunction(String function) TheDROP FUNCTIONstatement.static DDLQueryDSL.dropFunction(Name function) TheDROP FUNCTIONstatement.static DDLQueryDSL.dropFunctionIfExists(String function) TheDROP FUNCTION IF EXISTSstatement.static DDLQueryDSL.dropFunctionIfExists(Name function) TheDROP FUNCTION IF EXISTSstatement.static DropIndexOnStepTheDROP INDEXstatement.static DropIndexOnStepTheDROP INDEXstatement.static DropIndexOnStepTheDROP INDEXstatement.static DropIndexOnStepDSL.dropIndexIfExists(String index) TheDROP INDEX IF EXISTSstatement.static DropIndexOnStepDSL.dropIndexIfExists(Index index) TheDROP INDEX IF EXISTSstatement.static DropIndexOnStepDSL.dropIndexIfExists(Name index) TheDROP INDEX IF EXISTSstatement.static DropViewFinalStepDSL.dropMaterializedView(String view) TheDROP MATERIALIZED VIEWstatement.static DropViewFinalStepDSL.dropMaterializedView(Name view) TheDROP MATERIALIZED VIEWstatement.static DropViewFinalStepDSL.dropMaterializedView(Table<?> view) TheDROP MATERIALIZED VIEWstatement.static DropViewFinalStepDSL.dropMaterializedViewIfExists(String view) TheDROP MATERIALIZED VIEW IF EXISTSstatement.static DropViewFinalStepDSL.dropMaterializedViewIfExists(Name view) TheDROP MATERIALIZED VIEW IF EXISTSstatement.static DropViewFinalStepDSL.dropMaterializedViewIfExists(Table<?> view) TheDROP MATERIALIZED VIEW IF EXISTSstatement.static DDLQueryDSL.dropProcedure(String procedure) TheDROP PROCEDUREstatement.static DDLQueryDSL.dropProcedure(Name procedure) TheDROP PROCEDUREstatement.static DDLQueryDSL.dropProcedureIfExists(String procedure) TheDROP PROCEDURE IF EXISTSstatement.static DDLQueryDSL.dropProcedureIfExists(Name procedure) TheDROP PROCEDURE IF EXISTSstatement.static DDLQueryDSL.dropPublicSynonym(String synonym) TheDROP PUBLIC SYNONYMstatement.static DDLQueryDSL.dropPublicSynonym(Name synonym) TheDROP PUBLIC SYNONYMstatement.static DDLQueryDSL.dropPublicSynonym(Synonym synonym) TheDROP PUBLIC SYNONYMstatement.static DDLQueryDSL.dropPublicSynonymIfExists(String synonym) TheDROP PUBLIC SYNONYM IF EXISTSstatement.static DDLQueryDSL.dropPublicSynonymIfExists(Name synonym) TheDROP PUBLIC SYNONYM IF EXISTSstatement.static DDLQueryDSL.dropPublicSynonymIfExists(Synonym synonym) TheDROP PUBLIC SYNONYM IF EXISTSstatement.static DropSchemaStepDSL.dropSchema(String schema) TheDROP SCHEMAstatement.static DropSchemaStepDSL.dropSchema(Name schema) TheDROP SCHEMAstatement.static DropSchemaStepDSL.dropSchema(Schema schema) TheDROP SCHEMAstatement.static DropSchemaStepDSL.dropSchemaIfExists(String schema) TheDROP SCHEMA IF EXISTSstatement.static DropSchemaStepDSL.dropSchemaIfExists(Name schema) TheDROP SCHEMA IF EXISTSstatement.static DropSchemaStepDSL.dropSchemaIfExists(Schema schema) TheDROP SCHEMA IF EXISTSstatement.static DropSequenceFinalStepDSL.dropSequence(String sequence) TheDROP SEQUENCEstatement.static DropSequenceFinalStepDSL.dropSequence(Name sequence) TheDROP SEQUENCEstatement.static DropSequenceFinalStepDSL.dropSequence(Sequence<?> sequence) TheDROP SEQUENCEstatement.static DropSequenceFinalStepDSL.dropSequenceIfExists(String sequence) TheDROP SEQUENCE IF EXISTSstatement.static DropSequenceFinalStepDSL.dropSequenceIfExists(Name sequence) TheDROP SEQUENCE IF EXISTSstatement.static DropSequenceFinalStepDSL.dropSequenceIfExists(Sequence<?> sequence) TheDROP SEQUENCE IF EXISTSstatement.static DDLQueryDSL.dropSynonym(String synonym) TheDROP SYNONYMstatement.static DDLQueryDSL.dropSynonym(Name synonym) TheDROP SYNONYMstatement.static DDLQueryDSL.dropSynonym(Synonym synonym) TheDROP SYNONYMstatement.static DDLQueryDSL.dropSynonymIfExists(String synonym) TheDROP SYNONYM IF EXISTSstatement.static DDLQueryDSL.dropSynonymIfExists(Name synonym) TheDROP SYNONYM IF EXISTSstatement.static DDLQueryDSL.dropSynonymIfExists(Synonym synonym) TheDROP SYNONYM IF EXISTSstatement.static DropTableStepTheDROP TABLEstatement.static DropTableStepTheDROP TABLEstatement.static DropTableStepTheDROP TABLEstatement.static DropTableStepDSL.dropTableIfExists(String table) TheDROP TABLE IF EXISTSstatement.static DropTableStepDSL.dropTableIfExists(Name table) TheDROP TABLE IF EXISTSstatement.static DropTableStepDSL.dropTableIfExists(Table<?> table) TheDROP TABLE IF EXISTSstatement.static DropTableStepDSL.dropTemporaryTable(String table) TheDROP TEMPORARY TABLEstatement.static DropTableStepDSL.dropTemporaryTable(Name table) TheDROP TEMPORARY TABLEstatement.static DropTableStepDSL.dropTemporaryTable(Table<?> table) TheDROP TEMPORARY TABLEstatement.static DropTableStepDSL.dropTemporaryTableIfExists(String table) TheDROP TEMPORARY TABLE IF EXISTSstatement.static DropTableStepDSL.dropTemporaryTableIfExists(Name table) TheDROP TEMPORARY TABLE IF EXISTSstatement.static DropTableStepDSL.dropTemporaryTableIfExists(Table<?> table) TheDROP TEMPORARY TABLE IF EXISTSstatement.static DropTriggerOnStepDSL.dropTrigger(String trigger) TheDROP TRIGGERstatement.static DropTriggerOnStepDSL.dropTrigger(Name trigger) TheDROP TRIGGERstatement.static DropTriggerOnStepDSL.dropTrigger(Trigger trigger) TheDROP TRIGGERstatement.static DropTriggerOnStepDSL.dropTriggerIfExists(String trigger) TheDROP TRIGGER IF EXISTSstatement.static DropTriggerOnStepDSL.dropTriggerIfExists(Name trigger) TheDROP TRIGGER IF EXISTSstatement.static DropTriggerOnStepDSL.dropTriggerIfExists(Trigger trigger) TheDROP TRIGGER IF EXISTSstatement.static DropTypeStepTheDROP TYPEstatement.static DropTypeStepTheDROP TYPEstatement.static DropTypeStepDSL.dropType(Collection<? extends Type<?>> types) TheDROP TYPEstatement.static DropTypeStepTheDROP TYPEstatement.static DropTypeStepTheDROP TYPEstatement.static DropTypeStepTheDROP TYPEstatement.static DropTypeStepTheDROP TYPEstatement.static DropTypeStepDSL.dropTypeIfExists(String types) TheDROP TYPE IF EXISTSstatement.static DropTypeStepDSL.dropTypeIfExists(String... types) TheDROP TYPE IF EXISTSstatement.static DropTypeStepDSL.dropTypeIfExists(Collection<? extends Type<?>> types) TheDROP TYPE IF EXISTSstatement.static DropTypeStepDSL.dropTypeIfExists(Name types) TheDROP TYPE IF EXISTSstatement.static DropTypeStepDSL.dropTypeIfExists(Name... types) TheDROP TYPE IF EXISTSstatement.static DropTypeStepDSL.dropTypeIfExists(Type<?> types) TheDROP TYPE IF EXISTSstatement.static DropTypeStepDSL.dropTypeIfExists(Type<?>... types) TheDROP TYPE IF EXISTSstatement.static DropViewFinalStepTheDROP VIEWstatement.static DropViewFinalStepTheDROP VIEWstatement.static DropViewFinalStepTheDROP VIEWstatement.static DropViewFinalStepDSL.dropViewIfExists(String view) TheDROP VIEW IF EXISTSstatement.static DropViewFinalStepDSL.dropViewIfExists(Name view) TheDROP VIEW IF EXISTSstatement.static DropViewFinalStepDSL.dropViewIfExists(Table<?> view) TheDROP VIEW IF EXISTSstatement.DSL.dual()TheDUALtable to be used for syntactic completeness.static @NotNull Field<BigDecimal> DSL.e()TheEfunction.static @NotNull GroupFieldDSL.emptyGroupingSet()Create a GROUPING SETS(field1, field2, .., fieldn) grouping field where each grouping set only consists of a single field.Get the epoch of a date.Get the epoch of a date.Get the epoch of a date.static @NotNull StringConvenience method forDSL.replace(Field, String, String)to escape data for use withField.like(Field, char).Convenience method forDSL.replace(Field, String, String)to escape data for use withField.like(Field, char).static @NotNull AggregateFunction<Boolean> TheEVERYfunction, an alias for theBOOL_ANDfunction.static @NotNull AggregateFunction<Boolean> TheEVERYfunction, an alias for theBOOL_ANDfunction.static <T> @NotNull Field<T> TheEXCLUDEDfunction.static @NotNull StatementTheEXECUTEfunction.static @NotNull StatementTheEXECUTEfunction.static @NotNull StatementExecute a statement dynamically from within procedural code.static @NotNull ConditionTheEXISTSfunction.static @NotNull ExitWhenStepDSL.exit()Create anEXITstatement for use in procedural code.static @NotNull ExitWhenStepCreate anEXITstatement for use in procedural code.static @NotNull StatementCreate anEXITstatement for use in procedural code.static @NotNull StatementCreate anEXITstatement for use in procedural code.static @NotNull Field<BigDecimal> TheEXPfunction.static @NotNull Field<BigDecimal> TheEXPfunction.Get the extract(field, datePart) function.Get the extract(field, datePart) function.Get the extract(field, datePart) function.static @NotNull FalseDSL.falseCondition()Return aConditionthat will always evaluate toFALSE.Create a "plain SQL" field.static <T> @NotNull Field<T> Create a "plain SQL" field.static <T> @NotNull Field<T> Create a "plain SQL" field.static <T> @NotNull Field<T> A custom SQL clause that can render arbitrary SQL elements.Create a "plain SQL" field.static <T> @NotNull Field<T> Create a "plain SQL" field.static <T> @NotNull Field<T> Create a "plain SQL" field.static <T> @NotNull Field<T> Create a "plain SQL" field.A custom SQL clause that can render arbitrary SQL elements.TheFIELDfunction.Get the MySQLFIELD(expr, expr1, expr2, …)function.Get the MySQLFIELD(expr, expr1, expr2, …)function.Create a qualified field, given its (qualified) field name.static <T> @NotNull Field<T> Create a qualified field, given its (qualified) field name.static <T> @NotNull Field<T> Create a qualified field, given its (qualified) field name.static <T> @NotNull Field<T> Create a qualified field, given its (qualified) field name.static <T> @NotNull Field<T> Transform a subquery into a correlated subquery.static <T> @NotNull Field<T> DSL.field(SelectField<T> field) Wrap aSelectFieldin a general-purposeFieldCreate a "plain SQL" field.static <T> @NotNull Field<T> Create a "plain SQL" field.static <T> @NotNull Field<T> Create a "plain SQL" field.DSL.finalTable(Insert<R> query) DSL.finalTable(Merge<R> query) DSL.finalTable(Update<R> query) static <T> @NotNull WindowIgnoreNullsStep<T> DSL.firstValue(Field<T> field) Thefirst_value(field) over ([analytic clause])function.TheFLOORfunction.DSL.floor(T value) TheFLOORfunction.static <T> @NotNull ForInStep<T> Create aFORloop for use in procedural code.static @NotNull ConstraintForeignKeyReferencesStep1<?> DSL.foreignKey(String field1) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStepNDSL.foreignKey(String... fields) Add aFOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep2<?, ?> DSL.foreignKey(String field1, String field2) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep3<?, ?, ?> DSL.foreignKey(String field1, String field2, String field3) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep4<?, ?, ?, ?> DSL.foreignKey(String field1, String field2, String field3, String field4) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep5<?, ?, ?, ?, ?> Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep6<?, ?, ?, ?, ?, ?> DSL.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep7<?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep8<?, ?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep9<?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(String field1, String field2, String field3, String field4, String field5, String field6, String field7, String field8, String field9, String field10, String field11) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStepNDSL.foreignKey(Collection<? extends Field<?>> fields) Add aFOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStepNDSL.foreignKey(Field<?>... fields) Add aFOREIGN KEYclause to theCONSTRAINT.static <T1> @NotNull ConstraintForeignKeyReferencesStep1<T1> DSL.foreignKey(Field<T1> field1) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2> @NotNull ConstraintForeignKeyReferencesStep2 <T1, T2> DSL.foreignKey(Field<T1> field1, Field<T2> field2) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2, T3>
@NotNull ConstraintForeignKeyReferencesStep3<T1, T2, T3> DSL.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2, T3, T4>
@NotNull ConstraintForeignKeyReferencesStep4<T1, T2, T3, T4> DSL.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2, T3, T4, T5>
@NotNull ConstraintForeignKeyReferencesStep5<T1, T2, T3, T4, T5> DSL.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2, T3, T4, T5, T6>
@NotNull ConstraintForeignKeyReferencesStep6<T1, T2, T3, T4, T5, T6> DSL.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2, T3, T4, T5, T6, T7>
@NotNull ConstraintForeignKeyReferencesStep7<T1, T2, T3, T4, T5, T6, T7> DSL.foreignKey(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull ConstraintForeignKeyReferencesStep8<T1, T2, T3, T4, T5, T6, T7, T8> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull ConstraintForeignKeyReferencesStep9<T1, T2, T3, T4, T5, T6, T7, T8, T9> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull ConstraintForeignKeyReferencesStep10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull ConstraintForeignKeyReferencesStep11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <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> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep1<?> DSL.foreignKey(Name field1) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStepNDSL.foreignKey(Name... fields) Add aFOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep2<?, ?> DSL.foreignKey(Name field1, Name field2) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep3<?, ?, ?> DSL.foreignKey(Name field1, Name field2, Name field3) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep4<?, ?, ?, ?> DSL.foreignKey(Name field1, Name field2, Name field3, Name field4) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep5<?, ?, ?, ?, ?> Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep6<?, ?, ?, ?, ?, ?> Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep7<?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep8<?, ?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep9<?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.foreignKey(Name field1, Name field2, Name field3, Name field4, Name field5, Name field6, Name field7, Name field8, Name field9, Name field10, Name field11) Add an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static @NotNull ConstraintForeignKeyReferencesStep22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?> DSL.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 an unnamed (system named)FOREIGN KEYclause to theCONSTRAINT.static <T> @NotNull Field<T> DSL.function(String name, Class<T> type, Collection<? extends Field<?>> arguments) function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> DSL.function(String name, DataType<T> type, Collection<? extends Field<?>> arguments) function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> DSL.function(Name name, Class<T> type, Collection<? extends Field<?>> arguments) function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> DSL.function(Name name, DataType<T> type, Collection<? extends Field<?>> arguments) function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.DSL.generateSeries(int from, int to) A table function generating a series of values fromfromtoto(inclusive).DSL.generateSeries(int from, int to, int step) A table function generating a series of values fromfromtoto(inclusive), increasing values bystep.DSL.generateSeries(int from, int to, Field<Integer> step) A table function generating a series of values fromfromtoto(inclusive), increasing values bystep.DSL.generateSeries(int from, Field<Integer> to) A table function generating a series of values fromfromtoto(inclusive).DSL.generateSeries(int from, Field<Integer> to, int step) A table function generating a series of values fromfromtoto(inclusive), increasing values bystep.DSL.generateSeries(int from, Field<Integer> to, Field<Integer> step) A table function generating a series of values fromfromtoto(inclusive), increasing values bystep.DSL.generateSeries(Field<Integer> from, int to) A table function generating a series of values fromfromtoto(inclusive).DSL.generateSeries(Field<Integer> from, int to, int step) A table function generating a series of values fromfromtoto(inclusive), increasing values bystep.DSL.generateSeries(Field<Integer> from, int to, Field<Integer> step) A table function generating a series of values fromfromtoto(inclusive), increasing values bystep.DSL.generateSeries(Field<Integer> from, Field<Integer> to) A table function generating a series of values fromfromtoto(inclusive).DSL.generateSeries(Field<Integer> from, Field<Integer> to, int step) A table function generating a series of values fromfromtoto(inclusive), increasing values bystep.A table function generating a series of values fromfromtoto(inclusive), increasing values bystep.static <T> @NotNull DataType<T> DSL.getDataType(Class<T> type) Deprecated, for removal: This API element is subject to removal in a future version.- 3.11.0 - [#7483] - The (indirect) use of the internal static data type registry is not recommended.static @NotNull StatementTheGOTOfunction.static GrantOnStepDSL.grant(Collection<? extends Privilege> privileges) TheGRANTstatement.static GrantOnStepTheGRANTstatement.static GrantOnStepTheGRANTstatement.static <T> @NotNull Field<T> Find the greatest among all values.static <T> @NotNull Field<T> DSL.greatest(T value, T... values) Find the greatest among all values.static @NotNull GroupConcatOrderByStepDSL.groupConcat(Field<?> field) Get the aggregated concatenation for a field.static @NotNull AggregateFunction<String> DSL.groupConcat(Field<?> field, String separator) Deprecated, for removal: This API element is subject to removal in a future version.- [#7956] - 3.12.0 - UseDSL.groupConcat(Field)andGroupConcatSeparatorStep.separator(String)instead.static @NotNull GroupConcatOrderByStepDSL.groupConcatDistinct(Field<?> field) Get the aggregated concatenation for a field.DSL.groupId()Create aGROUP_ID()aggregation function to be used along withCUBE,ROLLUP, andGROUPING SETSgroupings.Create a GROUPING(field) aggregation field to be used along withCUBE,ROLLUP, andGROUPING SETSgroupings.DSL.groupingId(Field<?>... fields) Create a GROUPING_ID(field1, field2, .., fieldn) aggregation field to be used along withCUBE,ROLLUP, andGROUPING SETSgroupings.static @NotNull GroupFieldDSL.groupingSets(Collection<? extends Field<?>>... fieldSets) Create a GROUPING SETS((field1a, field1b), (field2a), .., (fieldna, fieldnb)) grouping field.static @NotNull GroupFieldDSL.groupingSets(Field<?>... fields) Create a GROUPING SETS(field1, field2, .., fieldn) grouping field where each grouping set only consists of a single field.static @NotNull GroupFieldDSL.groupingSets(Field<?>[]... fieldSets) Create a GROUPING SETS((field1a, field1b), (field2a), .., (fieldna, fieldnb)) grouping field.static @NotNull WindowSpecificationRowsAndStepDSL.groupsBetweenCurrentRow()Create aWindowSpecificationwith aGROUPSclause.static @NotNull WindowSpecificationRowsAndStepDSL.groupsBetweenFollowing(int number) Create aWindowSpecificationwith aGROUPSclause.static @NotNull WindowSpecificationRowsAndStepDSL.groupsBetweenPreceding(int number) Create aWindowSpecificationwith aGROUPSclause.static @NotNull WindowSpecificationRowsAndStepCreate aWindowSpecificationwith aGROUPSclause.static @NotNull WindowSpecificationRowsAndStepCreate aWindowSpecificationwith aGROUPSclause.static @NotNull WindowSpecificationExcludeStepDSL.groupsCurrentRow()Create aWindowSpecificationwith aGROUPSclause.static @NotNull WindowSpecificationExcludeStepDSL.groupsFollowing(int number) Create aWindowSpecificationwith aGROUPSclause.static @NotNull WindowSpecificationExcludeStepDSL.groupsPreceding(int number) Create aWindowSpecificationwith aGROUPSclause.static @NotNull WindowSpecificationExcludeStepDSL.groupsUnboundedFollowing()Create aWindowSpecificationwith aGROUPSclause.static @NotNull WindowSpecificationExcludeStepDSL.groupsUnboundedPreceding()Create aWindowSpecificationwith aGROUPSclause.Get the hour part of a date.Get the hour part of a date.Get the hour part of a date.static @NotNull IfThenStepCreate anIFstatement for use in procedural code.static <T> @NotNull Field<T> Create a MySQL styleIF(condition, ifTrue, ifFalse)function.static <T> @NotNull Field<T> Create a MySQL styleIF(condition, ifTrue, ifFalse)function.static <T> @NotNull Field<T> Create a MySQL styleIF(condition, ifTrue, ifFalse)function.static <T> @NotNull Field<T> Create a MySQL styleIF(condition, ifTrue, ifFalse)function.static <T> @NotNull Field<T> TheIFNULLfunction, an alias for theNVLfunction.static <T> @NotNull Field<T> TheIFNULLfunction, an alias for theNVLfunction.static <T> @NotNull Field<T> TheIFNULLfunction, an alias for theNVLfunction.static <T> @NotNull Field<T> DSL.ifnull(T value, T defaultValue) TheIFNULLfunction, an alias for theNVLfunction.static <T> @NotNull Field<T> Gets the SQL Server style IIF(condition, ifTrue, ifFalse) function.static <T> @NotNull Field<T> Gets the SQL Server style IIF(condition, ifTrue, ifFalse) function.static <T> @NotNull Field<T> Gets the SQL Server style IIF(condition, ifTrue, ifFalse) function.static <T> @NotNull Field<T> Gets the SQL Server style IIF(condition, ifTrue, ifFalse) function.static <T> @NotNull Parameter<T> Create anINparameter.static <T> @NotNull Parameter<T> Create anINparameter.static @NotNull IndexCreate a qualified index reference by name.DSL.inline(boolean value) Create a bind value that is always inlined.DSL.inline(byte value) Create a bind value that is always inlined.static @NotNull Param<byte[]> DSL.inline(byte[] value) Create a bind value that is always inlined.DSL.inline(char character) Create a bind value, that is always inlined.DSL.inline(double value) Create a bind value that is always inlined.DSL.inline(float value) Create a bind value that is always inlined.DSL.inline(int value) Create a bind value that is always inlined.DSL.inline(long value) Create a bind value that is always inlined.DSL.inline(short value) Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value, that is always inlined.DSL.inline(CharSequence character) Create a bind value, that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.static <T> @NotNull Param<T> Create a bind value, that is always inlined.static <T> @NotNull Param<T> Create a bind value, that is always inlined.static <T> @NotNull Param<T> Create a bind value, that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.static @NotNull Param<BigDecimal> DSL.inline(BigDecimal value) Create a bind value that is always inlined.static @NotNull Param<BigInteger> DSL.inline(BigInteger value) Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.static @NotNull Param<LocalDateTime> DSL.inline(LocalDateTime value) Create a bind value that is always inlined.Create a bind value that is always inlined.static @NotNull Param<OffsetDateTime> DSL.inline(OffsetDateTime value) Create a bind value that is always inlined.static @NotNull Param<OffsetTime> DSL.inline(OffsetTime value) Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.static <T> @NotNull Param<T> DSL.inline(T value) Create a bind value, that is always inlined.static @NotNull ConditionInline all bind variables produced by the argumentCondition.static <T> @NotNull Field<T> Inline all bind variables produced by the argumentField.static @NotNull QueryPartInline all bind variables produced by the argumentQueryPart.static @NotNull StatementInline all bind variables produced by the argumentStatement.static <T> @NotNull Parameter<T> Create anIN OUTparameter.static <T> @NotNull Parameter<T> Create anIN OUTparameter.Get the insert(in, startIndex, length, placing) function.DSL.insert(Field<String> in, Field<? extends Number> startIndex, Field<? extends Number> length, Field<String> placing) Get the insert(in, startIndex, length, placing) function.static @NotNull ConditionDSL.inserting()TheINSERTINGfunction.static <R extends Record>
@NotNull InsertSetStep<R> DSL.insertInto(Table<R> into) Create a new DSL insert statement.static <R extends Record>
@NotNull InsertValuesStepN<R> DSL.insertInto(Table<R> into, Collection<? extends Field<?>> fields) Create a new DSL insert statement.static <R extends Record>
@NotNull InsertValuesStepN<R> DSL.insertInto(Table<R> into, Field<?>... fields) Create a new DSL insert statement.static <R extends Record,T1>
@NotNull InsertValuesStep1<R, T1> DSL.insertInto(Table<R> into, Field<T1> field1) Create a new DSL insert statement.static <R extends Record,T1, T2>
@NotNull InsertValuesStep2<R, T1, T2> DSL.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2) Create a new DSL insert statement.static <R extends Record,T1, T2, T3>
@NotNull InsertValuesStep3<R, T1, T2, T3> DSL.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3) Create a new DSL insert statement.static <R extends Record,T1, T2, T3, T4>
@NotNull InsertValuesStep4<R, T1, T2, T3, T4> DSL.insertInto(Table<R> into, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) Create a new DSL insert statement.static <R extends Record,T1, T2, T3, T4, T5>
@NotNull InsertValuesStep5<R, T1, T2, T3, T4, T5> DSL.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.static <R extends Record,T1, T2, T3, T4, T5, T6>
@NotNull InsertValuesStep6<R, T1, T2, T3, T4, T5, T6> DSL.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.static <R extends Record,T1, T2, T3, T4, T5, T6, T7>
@NotNull InsertValuesStep7<R, T1, T2, T3, T4, T5, T6, T7> DSL.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.static <R extends Record,T1, T2, T3, T4, T5, T6, T7, T8>
@NotNull InsertValuesStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> DSL.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.static <R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull InsertValuesStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.static <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> DSL.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.Convert a string value to aTIMESTAMP WITH TIME ZONE.Convert a temporal value to aTIMESTAMP WITH TIME ZONE.Convert a temporal value to aTIMESTAMP WITH TIME ZONE.static <T> @NotNull Field<T> TheISNULLfunction, an alias for theNVLfunction.static <T> @NotNull Field<T> TheISNULLfunction, an alias for theNVLfunction.static <T> @NotNull Field<T> TheISNULLfunction, an alias for theNVLfunction.static <T> @NotNull Field<T> DSL.isnull(T value, T defaultValue) TheISNULLfunction, an alias for theNVLfunction.DSL.isoDayOfWeek(Temporal value) Get the ISO day of week part of a date.DSL.isoDayOfWeek(Date value) Get the ISO day of week part of a date.DSL.isoDayOfWeek(Field<?> field) Get the ISO day of week part of a date.static @NotNull JSONArrayNullStep<JSON> DSL.jsonArray(Collection<? extends Field<?>> fields) TheJSON_ARRAYfunction.static @NotNull JSONArrayNullStep<JSON> TheJSON_ARRAYfunction.static @NotNull JSONArrayAggOrderByStep<JSON> DSL.jsonArrayAgg(Field<?> value) The JSON array aggregate function.static @NotNull JSONArrayAggOrderByStep<JSON> DSL.jsonArrayAggDistinct(Field<?> value) The JSON array aggregate function.DSL.jsonArrayLength(Field<JSON> field) TheJSON_ARRAY_LENGTHfunction.DSL.jsonArrayLength(JSON field) TheJSON_ARRAY_LENGTHfunction.static @NotNull JSONArrayNullStep<JSONB> DSL.jsonbArray(Collection<? extends Field<?>> fields) TheJSONB_ARRAYfunction.static @NotNull JSONArrayNullStep<JSONB> DSL.jsonbArray(Field<?>... fields) TheJSONB_ARRAYfunction.static @NotNull JSONArrayAggOrderByStep<JSONB> DSL.jsonbArrayAgg(Field<?> value) The JSON array aggregate function.static @NotNull JSONArrayAggOrderByStep<JSONB> DSL.jsonbArrayAggDistinct(Field<?> value) The JSON array aggregate function.DSL.jsonbArrayLength(Field<JSONB> field) TheJSONB_ARRAY_LENGTHfunction.DSL.jsonbArrayLength(JSONB field) TheJSONB_ARRAY_LENGTHfunction.static @NotNull JSONExistsOnStepDSL.jsonbExists(Field<JSONB> field, String path) The JSONB exists predicate.static @NotNull JSONExistsOnStepDSL.jsonbExists(Field<JSONB> field, Field<String> path) The JSONB exists predicate.DSL.jsonbGetAttribute(Field<JSONB> field, String attribute) TheJSONB_GET_ATTRIBUTEfunction.DSL.jsonbGetAttribute(Field<JSONB> field, Field<String> attribute) TheJSONB_GET_ATTRIBUTEfunction.DSL.jsonbGetAttribute(JSONB field, String attribute) TheJSONB_GET_ATTRIBUTEfunction.DSL.jsonbGetAttribute(JSONB field, Field<String> attribute) TheJSONB_GET_ATTRIBUTEfunction.DSL.jsonbGetAttributeAsText(Field<JSONB> field, String attribute) TheJSONB_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonbGetAttributeAsText(Field<JSONB> field, Field<String> attribute) TheJSONB_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonbGetAttributeAsText(JSONB field, String attribute) TheJSONB_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonbGetAttributeAsText(JSONB field, Field<String> attribute) TheJSONB_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonbGetElement(Field<JSONB> field, int index) TheJSONB_GET_ELEMENTfunction.DSL.jsonbGetElement(Field<JSONB> field, Field<Integer> index) TheJSONB_GET_ELEMENTfunction.DSL.jsonbGetElement(JSONB field, int index) TheJSONB_GET_ELEMENTfunction.DSL.jsonbGetElement(JSONB field, Field<Integer> index) TheJSONB_GET_ELEMENTfunction.DSL.jsonbGetElementAsText(Field<JSONB> field, int index) TheJSONB_GET_ELEMENT_AS_TEXTfunction.DSL.jsonbGetElementAsText(Field<JSONB> field, Field<Integer> index) TheJSONB_GET_ELEMENT_AS_TEXTfunction.DSL.jsonbGetElementAsText(JSONB field, int index) TheJSONB_GET_ELEMENT_AS_TEXTfunction.DSL.jsonbGetElementAsText(JSONB field, Field<Integer> index) TheJSONB_GET_ELEMENT_AS_TEXTfunction.DSL.jsonbInsert(Field<JSONB> field, String path, Object value) TheJSONB_INSERTfunction.DSL.jsonbInsert(Field<JSONB> field, String path, Field<?> value) TheJSONB_INSERTfunction.TheJSONB_INSERTfunction.TheJSONB_INSERTfunction.static @NotNull ConditionDSL.jsonbKeyExists(Field<JSONB> json, String key) TheJSONB_KEY_EXISTSfunction.static @NotNull ConditionDSL.jsonbKeyExists(Field<JSONB> json, Field<String> key) TheJSONB_KEY_EXISTSfunction.static @NotNull ConditionDSL.jsonbKeyExists(JSONB json, String key) TheJSONB_KEY_EXISTSfunction.static @NotNull ConditionDSL.jsonbKeyExists(JSONB json, Field<String> key) TheJSONB_KEY_EXISTSfunction.TheJSONB_KEYSfunction.TheJSONB_KEYSfunction.static @NotNull JSONObjectNullStep<JSONB> DSL.jsonbObject()The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB> DSL.jsonbObject(String key, Field<?> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB> DSL.jsonbObject(Collection<? extends JSONEntry<?>> entries) TheJSONB_OBJECTfunction.static @NotNull JSONObjectNullStep<JSONB> DSL.jsonbObject(Field<?>... entries) Deprecated, for removal: This API element is subject to removal in a future version.- [#15196] - 3.19.0 - The semantics of theFieldarguments in this method is inconsistent with that of other overloads, such asDSL.jsonbObject(Field, Field), which can lead to subtle bugs.static @NotNull JSONObjectNullStep<JSONB> DSL.jsonbObject(Field<String> key, Field<?> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB> DSL.jsonbObject(Field<String> key, Select<? extends Record1<?>> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB> DSL.jsonbObject(JSONEntry<?>... entries) TheJSONB_OBJECTfunction.static @NotNull JSONObjectAggNullStep<JSONB> DSL.jsonbObjectAgg(String key, Field<?> value) The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSONB> DSL.jsonbObjectAgg(Field<?> field) The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSONB> DSL.jsonbObjectAgg(Field<String> key, Field<?> value) The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSONB> DSL.jsonbObjectAgg(JSONEntry<?> entry) The JSONB object aggregate function.DSL.jsonbRemove(Field<JSONB> field, String path) TheJSONB_REMOVEfunction.DSL.jsonbRemove(Field<JSONB> field, Field<String> path) TheJSONB_REMOVEfunction.DSL.jsonbReplace(Field<JSONB> field, String path, Object value) TheJSONB_REPLACEfunction.DSL.jsonbReplace(Field<JSONB> field, String path, Field<?> value) TheJSONB_REPLACEfunction.TheJSONB_REPLACEfunction.TheJSONB_REPLACEfunction.TheJSONB_SETfunction.TheJSONB_SETfunction.TheJSONB_SETfunction.TheJSONB_SETfunction.static @NotNull JSONTableColumnsFirstStepDSL.jsonbTable(Field<JSONB> json, Field<String> path) The JSON table function.static @NotNull JSONTableColumnsFirstStepDSL.jsonbTable(JSONB json, String path) The JSON table function.static @NotNull JSONValueOnStep<JSONB> DSL.jsonbValue(Field<JSONB> json, String path) The JSON value extractor function.static @NotNull JSONValueOnStep<JSONB> DSL.jsonbValue(Field<JSONB> json, Field<String> path) The JSON value extractor function.static <T> @NotNull JSONEntry<T> A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).static <T> @NotNull JSONEntry<T> A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).static <T> @NotNull JSONEntry<T> A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).static <T> @NotNull JSONEntry<T> A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).static <T> @NotNull JSONEntry<T> A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).static <T> @NotNull JSONEntry<T> A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).static <T> @NotNull JSONEntry<T> A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).static @NotNull JSONExistsOnStepDSL.jsonExists(Field<JSON> field, String path) The JSON exists predicate.static @NotNull JSONExistsOnStepDSL.jsonExists(Field<JSON> field, Field<String> path) The JSON exists predicate.DSL.jsonGetAttribute(Field<JSON> field, String attribute) TheJSON_GET_ATTRIBUTEfunction.DSL.jsonGetAttribute(Field<JSON> field, Field<String> attribute) TheJSON_GET_ATTRIBUTEfunction.DSL.jsonGetAttribute(JSON field, String attribute) TheJSON_GET_ATTRIBUTEfunction.DSL.jsonGetAttribute(JSON field, Field<String> attribute) TheJSON_GET_ATTRIBUTEfunction.DSL.jsonGetAttributeAsText(Field<JSON> field, String attribute) TheJSON_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonGetAttributeAsText(Field<JSON> field, Field<String> attribute) TheJSON_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonGetAttributeAsText(JSON field, String attribute) TheJSON_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonGetAttributeAsText(JSON field, Field<String> attribute) TheJSON_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonGetElement(Field<JSON> field, int index) TheJSON_GET_ELEMENTfunction.DSL.jsonGetElement(Field<JSON> field, Field<Integer> index) TheJSON_GET_ELEMENTfunction.DSL.jsonGetElement(JSON field, int index) TheJSON_GET_ELEMENTfunction.DSL.jsonGetElement(JSON field, Field<Integer> index) TheJSON_GET_ELEMENTfunction.DSL.jsonGetElementAsText(Field<JSON> field, int index) TheJSON_GET_ELEMENT_AS_TEXTfunction.DSL.jsonGetElementAsText(Field<JSON> field, Field<Integer> index) TheJSON_GET_ELEMENT_AS_TEXTfunction.DSL.jsonGetElementAsText(JSON field, int index) TheJSON_GET_ELEMENT_AS_TEXTfunction.DSL.jsonGetElementAsText(JSON field, Field<Integer> index) TheJSON_GET_ELEMENT_AS_TEXTfunction.DSL.jsonInsert(Field<JSON> field, String path, Object value) TheJSON_INSERTfunction.DSL.jsonInsert(Field<JSON> field, String path, Field<?> value) TheJSON_INSERTfunction.TheJSON_INSERTfunction.TheJSON_INSERTfunction.static @NotNull ConditionDSL.jsonKeyExists(Field<JSON> json, String key) TheJSON_KEY_EXISTSfunction.static @NotNull ConditionDSL.jsonKeyExists(Field<JSON> json, Field<String> key) TheJSON_KEY_EXISTSfunction.static @NotNull ConditionDSL.jsonKeyExists(JSON json, String key) TheJSON_KEY_EXISTSfunction.static @NotNull ConditionDSL.jsonKeyExists(JSON json, Field<String> key) TheJSON_KEY_EXISTSfunction.TheJSON_KEYSfunction.TheJSON_KEYSfunction.static @NotNull JSONObjectNullStep<JSON> DSL.jsonObject()The JSON object constructor.static @NotNull JSONObjectNullStep<JSON> DSL.jsonObject(String key, Field<?> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSON> DSL.jsonObject(Collection<? extends JSONEntry<?>> entries) TheJSON_OBJECTfunction.static @NotNull JSONObjectNullStep<JSON> DSL.jsonObject(Field<?>... entries) Deprecated, for removal: This API element is subject to removal in a future version.- [#15196] - 3.19.0 - The semantics of theFieldarguments in this method is inconsistent with that of other overloads, such asDSL.jsonbObject(Field, Field), which can lead to subtle bugs.static @NotNull JSONObjectNullStep<JSON> DSL.jsonObject(Field<String> key, Field<?> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSON> DSL.jsonObject(Field<String> key, Select<? extends Record1<?>> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSON> DSL.jsonObject(JSONEntry<?>... entries) TheJSON_OBJECTfunction.static @NotNull JSONObjectAggNullStep<JSON> DSL.jsonObjectAgg(String key, Field<?> value) The JSON object aggregate function.static @NotNull JSONObjectAggNullStep<JSON> DSL.jsonObjectAgg(Field<?> value) The JSON object aggregate function.static @NotNull JSONObjectAggNullStep<JSON> DSL.jsonObjectAgg(Field<String> key, Field<?> value) The JSON object aggregate function.static @NotNull JSONObjectAggNullStep<JSON> DSL.jsonObjectAgg(JSONEntry<?> entry) The JSON object aggregate function.DSL.jsonRemove(Field<JSON> field, String path) TheJSON_REMOVEfunction.DSL.jsonRemove(Field<JSON> field, Field<String> path) TheJSON_REMOVEfunction.DSL.jsonReplace(Field<JSON> field, String path, Object value) TheJSON_REPLACEfunction.DSL.jsonReplace(Field<JSON> field, String path, Field<?> value) TheJSON_REPLACEfunction.TheJSON_REPLACEfunction.TheJSON_REPLACEfunction.TheJSON_SETfunction.TheJSON_SETfunction.TheJSON_SETfunction.TheJSON_SETfunction.static @NotNull JSONTableColumnsFirstStepThe JSON table function.static @NotNull JSONTableColumnsFirstStepThe JSON table function.static @NotNull JSONValueOnStep<JSON> The JSON value extractor function.static @NotNull JSONValueOnStep<JSON> The JSON value extractor function.static @NotNull JSONEntryValueStepA constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).static @NotNull JSONEntryValueStepA constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).static @NotNull KeywordCreate a SQL keyword.static @NotNull LabelCreate a label reference for use in procedural code.static @NotNull LabelCreate a label reference for use in procedural code.static <T> @NotNull WindowIgnoreNullsStep<T> Thelag(field) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelag(field, offset) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelag(field, offset, defaultValue) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelag(field, offset, defaultValue) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelag(field, offset) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelag(field, offset, defaultValue) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelag(field, offset, defaultValue) over ([analytic clause])function.DSL.lambda(Q1 arg1, QR result) static <T> @NotNull WindowIgnoreNullsStep<T> Thelast_value(field) over ([analytic clause])function.Create aLATERALjoined table.static <T> @NotNull WindowIgnoreNullsStep<T> Thelead(field) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelead(field, offset) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelead(field, offset, defaultValue) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelead(field, offset, defaultValue) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelead(field, offset) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelead(field, offset, defaultValue) over ([analytic clause])function.static <T> @NotNull WindowIgnoreNullsStep<T> Thelead(field, offset, defaultValue) over ([analytic clause])function.static <T> @NotNull Field<T> Find the least among all values.static <T> @NotNull Field<T> DSL.least(T value, T... values) Find the least among all values.TheLEFTfunction.TheLEFTfunction.TheLEFTfunction.TheLEFTfunction.TheLENGTHfunction, an alias for theCHAR_LENGTHfunction.TheLENGTHfunction, an alias for theCHAR_LENGTHfunction.DSL.level()TheLEVELfunction.static @NotNull LinkCreate a database link reference.static @NotNull LinkCreate a database link reference.static @NotNull LinkCreate a database link reference.static @NotNull QueryPartDSL.list(Collection<? extends QueryPart> parts) Compose a list ofQueryPartsinto a newQueryPart, with individual parts being comma-separated.static @NotNull QueryPartCompose a list ofQueryPartsinto a newQueryPart, with individual parts being comma-separated.static @NotNull OrderedAggregateFunction<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> DSL.listAggDistinct(Field<?> field) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> DSL.listAggDistinct(Field<?> field, String separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> DSL.listAggDistinct(Field<?> field, Field<String> separator) Get the aggregated concatenation for a field.static @NotNull Field<BigDecimal> TheLNfunction.static @NotNull Field<BigDecimal> TheLNfunction.Convert a string value to aDATE.Convert a temporal value to aDATE.Convert a temporal value to aDATE.DSL.localDateAdd(LocalDate date, Number interval) TheLOCAL_DATE_ADDfunction.DSL.localDateAdd(LocalDate date, Number interval, DatePart datePart) TheLOCAL_DATE_ADDfunction.DSL.localDateAdd(LocalDate date, Field<? extends Number> interval) TheLOCAL_DATE_ADDfunction.DSL.localDateAdd(LocalDate date, Field<? extends Number> interval, DatePart datePart) TheLOCAL_DATE_ADDfunction.DSL.localDateAdd(Field<LocalDate> date, Number interval) TheLOCAL_DATE_ADDfunction.DSL.localDateAdd(Field<LocalDate> date, Number interval, DatePart datePart) TheLOCAL_DATE_ADDfunction.DSL.localDateAdd(Field<LocalDate> date, Field<? extends Number> interval) TheLOCAL_DATE_ADDfunction.TheLOCAL_DATE_ADDfunction.DSL.localDateDiff(LocalDate endDate, LocalDate startDate) Get the date difference betweenendDate - startDatein number of days.DSL.localDateDiff(LocalDate endDate, Field<LocalDate> startDate) Get the date difference betweenendDate - startDatein number of days.DSL.localDateDiff(DatePart part, LocalDate startDate, LocalDate endDate) Get the date difference betweenendDate - startDatein terms ofpart.DSL.localDateDiff(DatePart part, LocalDate startDate, Field<LocalDate> endDate) Get the date difference betweenendDate - startDatein terms ofpart.DSL.localDateDiff(DatePart part, Field<LocalDate> startDate, LocalDate endDate) Get the date difference betweenendDate - startDatein terms ofpart.Get the date difference betweenendDate - startDatein terms ofpart.DSL.localDateDiff(Field<LocalDate> endDate, LocalDate startDate) Get the date difference betweenendDate - startDatein number of days.DSL.localDateDiff(Field<LocalDate> endDate, Field<LocalDate> startDate) Get the date difference betweenendDate - startDatein number of days.DSL.localDateSub(LocalDate date, Number interval) Subtract an interval from a date.DSL.localDateSub(LocalDate date, Number interval, DatePart datePart) Subtract an interval from a date, given a date part.DSL.localDateSub(LocalDate date, Field<? extends Number> interval, DatePart datePart) Subtract an interval from a date, given a date part.DSL.localDateSub(Field<LocalDate> date, Number interval, DatePart datePart) Subtract an interval from a date, given a date part.DSL.localDateSub(Field<LocalDate> date, Field<? extends Number> interval) Subtract an interval from a date.Subtract an interval from a date, given a date part.static @NotNull Field<LocalDateTime> DSL.localDateTime(String value) Convert a string value to aTIMESTAMP.static @NotNull Field<LocalDateTime> DSL.localDateTime(LocalDateTime value) Convert a temporal value to aTIMESTAMP.static @NotNull Field<LocalDateTime> DSL.localDateTime(Field<LocalDateTime> field) Convert a temporal value to aTIMESTAMP.static @NotNull Field<LocalDateTime> DSL.localDateTimeAdd(LocalDateTime date, Number interval) TheLOCAL_DATE_TIME_ADDfunction.static @NotNull Field<LocalDateTime> DSL.localDateTimeAdd(LocalDateTime date, Number interval, DatePart datePart) TheLOCAL_DATE_TIME_ADDfunction.static @NotNull Field<LocalDateTime> DSL.localDateTimeAdd(LocalDateTime date, Field<? extends Number> interval) TheLOCAL_DATE_TIME_ADDfunction.static @NotNull Field<LocalDateTime> DSL.localDateTimeAdd(LocalDateTime date, Field<? extends Number> interval, DatePart datePart) TheLOCAL_DATE_TIME_ADDfunction.static @NotNull Field<LocalDateTime> DSL.localDateTimeAdd(Field<LocalDateTime> date, Number interval) TheLOCAL_DATE_TIME_ADDfunction.static @NotNull Field<LocalDateTime> DSL.localDateTimeAdd(Field<LocalDateTime> date, Number interval, DatePart datePart) TheLOCAL_DATE_TIME_ADDfunction.static @NotNull Field<LocalDateTime> DSL.localDateTimeAdd(Field<LocalDateTime> date, Field<? extends Number> interval) TheLOCAL_DATE_TIME_ADDfunction.static @NotNull Field<LocalDateTime> DSL.localDateTimeAdd(Field<LocalDateTime> date, Field<? extends Number> interval, DatePart datePart) TheLOCAL_DATE_TIME_ADDfunction.static @NotNull Field<DayToSecond> DSL.localDateTimeDiff(LocalDateTime timestamp1, LocalDateTime timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.localDateTimeDiff(LocalDateTime timestamp1, Field<LocalDateTime> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.DSL.localDateTimeDiff(DatePart part, LocalDateTime startDate, LocalDateTime endDate) Get the date difference betweenendDate - startDatein terms ofpart.DSL.localDateTimeDiff(DatePart part, LocalDateTime startDate, Field<LocalDateTime> endDate) Get the date difference betweenendDate - startDatein terms ofpart.DSL.localDateTimeDiff(DatePart part, Field<LocalDateTime> startDate, LocalDateTime endDate) Get the date difference betweenendDate - startDatein terms ofpart.DSL.localDateTimeDiff(DatePart part, Field<LocalDateTime> startDate, Field<LocalDateTime> endDate) Get the date difference betweenendDate - startDatein terms ofpart.static @NotNull Field<DayToSecond> DSL.localDateTimeDiff(Field<LocalDateTime> timestamp1, LocalDateTime timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.localDateTimeDiff(Field<LocalDateTime> timestamp1, Field<LocalDateTime> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<LocalDateTime> DSL.localDateTimeSub(LocalDateTime timestamp, Number interval) Subtract an interval from a timestamp.static @NotNull Field<LocalDateTime> DSL.localDateTimeSub(LocalDateTime date, Number interval, DatePart datePart) Subtract an interval from a timestamp, given a date part.static @NotNull Field<LocalDateTime> DSL.localDateTimeSub(LocalDateTime date, Field<? extends Number> interval, DatePart datePart) Subtract an interval from a timestamp, given a date part.static @NotNull Field<LocalDateTime> DSL.localDateTimeSub(Field<LocalDateTime> date, Number interval, DatePart datePart) Subtract an interval from a timestamp, given a date part.static @NotNull Field<LocalDateTime> DSL.localDateTimeSub(Field<LocalDateTime> timestamp, Field<? extends Number> interval) Subtract an interval from a timestamp.static @NotNull Field<LocalDateTime> DSL.localDateTimeSub(Field<LocalDateTime> date, Field<? extends Number> interval, DatePart datePart) Subtract an interval from a timestamp, given a date part.Convert a string value to aTIME.Convert a temporal value to aTIME.Convert a temporal value to aTIME.static @NotNull Field<BigDecimal> TheLOGfunction.static @NotNull Field<BigDecimal> TheLOGfunction.static @NotNull Field<BigDecimal> TheLOGfunction.static @NotNull Field<BigDecimal> TheLOGfunction.static @NotNull Field<BigDecimal> TheLOG10function.static @NotNull Field<BigDecimal> TheLOG10function.static @NotNull StatementDSL.loop(Collection<? extends Statement> statements) Create aLOOPfor use in procedural code.static @NotNull StatementCreate aLOOPfor use in procedural code.TheLOWERfunction.TheLOWERfunction.TheLPADfunction.Get the lpad(field, length, character) function.TheLPADfunction.TheLPADfunction.TheLPADfunction.TheLPADfunction.TheLPADfunction.TheLTRIMfunction.TheLTRIMfunction.TheLTRIMfunction.TheLTRIMfunction.TheLTRIMfunction.TheLTRIMfunction.static <T> @NotNull AggregateFunction<T> TheMAXfunction.static <T> @NotNull OptionallyOrderedAggregateFunction<T> TheMAX_BYfunction.static <T> @NotNull AggregateFunction<T> DSL.maxDistinct(Field<T> field) TheMAX_DISTINCTfunction.TheMD5function.TheMD5function.static @NotNull AggregateFunction<BigDecimal> TheMEDIANfunction.static <R extends Record>
@NotNull MergeUsingStep<R> Create a new DSL SQL standard MERGE statement.static <R extends Record>
@NotNull MergeKeyStepN<R> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record>
@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, viaDSL.mergeInto(Table)static <R extends Record,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, viaDSL.mergeInto(Table)static <R extends Record,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, viaDSL.mergeInto(Table)static <R extends Record,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, viaDSL.mergeInto(Table)static <R extends Record,T1, T2, T3, T4>
@NotNull MergeKeyStep4<R, T1, T2, T3, T4> DSL.mergeInto(Table<R> table, Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) 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, viaDSL.mergeInto(Table)static <R extends Record,T1, T2, T3, T4, T5>
@NotNull MergeKeyStep5<R, T1, T2, T3, T4, T5> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,T1, T2, T3, T4, T5, T6>
@NotNull MergeKeyStep6<R, T1, T2, T3, T4, T5, T6> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,T1, T2, T3, T4, T5, T6, T7>
@NotNull MergeKeyStep7<R, T1, T2, T3, T4, T5, T6, T7> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,T1, T2, T3, T4, T5, T6, T7, T8>
@NotNull MergeKeyStep8<R, T1, T2, T3, T4, T5, T6, T7, T8> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull MergeKeyStep9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull MergeKeyStep10<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <R extends Record,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> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <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 MergeKeyStep21<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)static <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 MergeKeyStep22<R, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> DSL.mergeInto(Table<R> table, 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, viaDSL.mergeInto(Table)DSL.microsecond(Temporal value) Get the microsecond part of a date.DSL.microsecond(Date value) Get the microsecond part of a date.DSL.microsecond(Field<?> field) Get the microsecond part of a date.TheMIDfunction, an alias for theSUBSTRINGfunction.TheMIDfunction, an alias for theSUBSTRINGfunction.TheMIDfunction, an alias for theSUBSTRINGfunction.TheMIDfunction, an alias for theSUBSTRINGfunction.TheMIDfunction, an alias for theSUBSTRINGfunction.DSL.mid(Field<String> string, Field<? extends Number> startingPosition, Field<? extends Number> length) TheMIDfunction, an alias for theSUBSTRINGfunction.DSL.millennium(Temporal value) Get the millennium of a date.DSL.millennium(Date value) Get the millennium of a date.DSL.millennium(Field<?> field) Get the millennium of a date.DSL.millisecond(Temporal value) Get the millisecond part of a date.DSL.millisecond(Date value) Get the millisecond part of a date.DSL.millisecond(Field<?> field) Get the millisecond part of a date.static <T> @NotNull AggregateFunction<T> TheMINfunction.static <T> @NotNull OptionallyOrderedAggregateFunction<T> TheMIN_BYfunction.static <T> @NotNull AggregateFunction<T> DSL.minDistinct(Field<T> field) TheMIN_DISTINCTfunction.Negate a field to get its negative value.Get the minute part of a date.Get the minute part of a date.Get the minute part of a date.static @NotNull OrderedAggregateFunctionOfDeferredTypeDSL.mode()Themode() within group (oder by [order clause])ordered aggregate function.static <T> @NotNull AggregateFunction<T> Themode(field)aggregate function.Get the month part of a date.Get the month part of a date.Get the month part of a date.Get theMULTISEToperator to nest subqueries.static @NotNull ArrayAggOrderByStep<Result<Record>> DSL.multisetAgg(Collection<? extends SelectField<?>> fields) Get theMULTISET_AGGaggregate function to nest group contents.static @NotNull ArrayAggOrderByStep<Result<Record>> DSL.multisetAgg(Field<?>... fields) static @NotNull ArrayAggOrderByStep<Result<Record>> DSL.multisetAgg(SelectField<?>... fields) Get theMULTISET_AGGaggregate function to nest group contents.static <T1> @NotNull ArrayAggOrderByStep<Result<Record1<T1>>> DSL.multisetAgg(SelectField<T1> field1) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2> @NotNull ArrayAggOrderByStep <Result<Record2<T1, T2>>> DSL.multisetAgg(SelectField<T1> field1, SelectField<T2> field2) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3>
@NotNull ArrayAggOrderByStep<Result<Record3<T1, T2, T3>>> DSL.multisetAgg(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4>
@NotNull ArrayAggOrderByStep<Result<Record4<T1, T2, T3, T4>>> DSL.multisetAgg(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5>
@NotNull ArrayAggOrderByStep<Result<Record5<T1, T2, T3, T4, T5>>> DSL.multisetAgg(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6>
@NotNull ArrayAggOrderByStep<Result<Record6<T1, T2, T3, T4, T5, T6>>> DSL.multisetAgg(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7>
@NotNull ArrayAggOrderByStep<Result<Record7<T1, T2, T3, T4, T5, T6, T7>>> DSL.multisetAgg(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull ArrayAggOrderByStep<Result<Record8<T1, T2, T3, T4, T5, T6, T7, T8>>> DSL.multisetAgg(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull ArrayAggOrderByStep<Result<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull ArrayAggOrderByStep<Result<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull ArrayAggOrderByStep<Result<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull ArrayAggOrderByStep<Result<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull ArrayAggOrderByStep<Result<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull ArrayAggOrderByStep<Result<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull ArrayAggOrderByStep<Result<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull ArrayAggOrderByStep<Result<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull ArrayAggOrderByStep<Result<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull ArrayAggOrderByStep<Result<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull ArrayAggOrderByStep<Result<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull ArrayAggOrderByStep<Result<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull ArrayAggOrderByStep<Result<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull ArrayAggOrderByStep<Result<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>> DSL.multisetAgg(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) Get theMULTISET_AGGaggregate function to nest group contents.static @NotNull ArrayAggOrderByStep<Result<Record>> DSL.multisetAggDistinct(Collection<? extends Field<?>> fields) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static @NotNull ArrayAggOrderByStep<Result<Record>> DSL.multisetAggDistinct(Field<?>... fields) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1> @NotNull ArrayAggOrderByStep<Result<Record1<T1>>> DSL.multisetAggDistinct(SelectField<T1> field1) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2> @NotNull ArrayAggOrderByStep <Result<Record2<T1, T2>>> DSL.multisetAggDistinct(SelectField<T1> field1, SelectField<T2> field2) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3>
@NotNull ArrayAggOrderByStep<Result<Record3<T1, T2, T3>>> DSL.multisetAggDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4>
@NotNull ArrayAggOrderByStep<Result<Record4<T1, T2, T3, T4>>> DSL.multisetAggDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5>
@NotNull ArrayAggOrderByStep<Result<Record5<T1, T2, T3, T4, T5>>> DSL.multisetAggDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6>
@NotNull ArrayAggOrderByStep<Result<Record6<T1, T2, T3, T4, T5, T6>>> DSL.multisetAggDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7>
@NotNull ArrayAggOrderByStep<Result<Record7<T1, T2, T3, T4, T5, T6, T7>>> DSL.multisetAggDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull ArrayAggOrderByStep<Result<Record8<T1, T2, T3, T4, T5, T6, T7, T8>>> DSL.multisetAggDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull ArrayAggOrderByStep<Result<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull ArrayAggOrderByStep<Result<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull ArrayAggOrderByStep<Result<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull ArrayAggOrderByStep<Result<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull ArrayAggOrderByStep<Result<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull ArrayAggOrderByStep<Result<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull ArrayAggOrderByStep<Result<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull ArrayAggOrderByStep<Result<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull ArrayAggOrderByStep<Result<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull ArrayAggOrderByStep<Result<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull ArrayAggOrderByStep<Result<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull ArrayAggOrderByStep<Result<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull ArrayAggOrderByStep<Result<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull ArrayAggOrderByStep<Result<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>> DSL.multisetAggDistinct(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) Get theMULTISET_AGG(DISTINCT)aggregate function to nest group contents.static @NotNull NameCreate a new SQL identifier using an unqualified name.static @NotNull NameCreate a new SQL identifier using a qualified name.static @NotNull NameDSL.name(Collection<String> qualifiedName) Create a new SQL identifier using a qualified name.static @NotNull NameCreate a new SQL identifier using a qualified name.Negate a field to get its negative value.static @NotNull ConditionDSL.noCondition()Return aConditionthat behaves like no condition being present.static @NotNull Field<?> DSL.noField()Return aFieldthat behaves like no field being present.static <T> @NotNull Field<T> Return aFieldthat behaves like no field being present.static <T> @NotNull Field<T> Return aFieldthat behaves like no field being present.static <T> @NotNull Field<T> Return aFieldthat behaves like no field being present.static @NotNull Path<?> DSL.noPath()static @NotNull ConditionTheNOTfunction.TheNOTfunction.static @NotNull Table<?> DSL.noTable()Return aTablethat behaves like no table being present.static @NotNull ConditionTheNOT EXISTSfunction.static @NotNull ConditionTheNOT UNIQUEfunction.DSL.now()Synonym forDSL.currentTimestamp().Synonym forDSL.currentTimestamp(Field).static <T> @NotNull WindowFromFirstLastStep<T> Thenth_value(field) over ([analytic clause])function.static <T> @NotNull WindowFromFirstLastStep<T> Thenth_value(field) over ([analytic clause])function.static @NotNull WindowOverStep<Integer> DSL.ntile(int number) Thentile([number]) over ([analytic clause])function.static @NotNull WindowOverStep<Integer> Thentile([number]) over ([analytic clause])function.static @NotNull NullDSL.nullCondition()Return aConditionthat will always evaluate toNULL.static <T> @NotNull Field<T> TheNULLIFfunction.static <T> @NotNull Field<T> TheNULLIFfunction.static <T> @NotNull Field<T> TheNULLIFfunction.static <T> @NotNull Field<T> DSL.nullif(T value, T other) TheNULLIFfunction.static <T> @NotNull Field<T> TheNVLfunction.static <T> @NotNull Field<T> TheNVLfunction.static <T> @NotNull Field<T> TheNVLfunction.static <T> @NotNull Field<T> DSL.nvl(T value, T defaultValue) TheNVLfunction.static <Z> @NotNull Field<Z> Gets the Oracle-style NVL2(value, valueIfNotNull, valueIfNull) function.static <Z> @NotNull Field<Z> Gets the Oracle-style NVL2(value, valueIfNotNull, valueIfNull) function.static <Z> @NotNull Field<Z> Gets the Oracle-style NVL2(value, valueIfNotNull, valueIfNull) function.static <Z> @NotNull Field<Z> Gets the Oracle-style NVL2(value, valueIfNotNull, valueIfNull) function.DSL.octetLength(String string) TheOCTET_LENGTHfunction.DSL.octetLength(Field<String> string) TheOCTET_LENGTHfunction.static @NotNull Field<OffsetDateTime> DSL.offsetDateTime(String value) Convert a string value to aTIMESTAMP WITH TIME ZONE.static @NotNull Field<OffsetDateTime> DSL.offsetDateTime(OffsetDateTime value) Convert a temporal value to aTIMESTAMP WITH TIME ZONE.static @NotNull Field<OffsetDateTime> DSL.offsetDateTime(Field<OffsetDateTime> field) Convert a temporal value to aTIMESTAMP WITH TIME ZONE.static @NotNull Field<OffsetTime> DSL.offsetTime(String value) Convert a string value to aTIME WITH TIME ZONE.static @NotNull Field<OffsetTime> DSL.offsetTime(OffsetTime value) Convert a temporal value to aTIME WITH TIME ZONE.static @NotNull Field<OffsetTime> DSL.offsetTime(Field<OffsetTime> field) Convert a temporal value to aTIME WITH TIME ZONE.DSL.one()A1literal.static @NotNull ConditionDSL.or(Collection<? extends Condition> conditions) static @NotNull Conditionstatic @NotNull Conditionstatic @NotNull WindowSpecificationRowsStepDSL.orderBy(Collection<? extends OrderField<?>> fields) Create aWindowSpecificationwith anORDER BYclause.static @NotNull WindowSpecificationRowsStepCreate aWindowSpecificationwith anORDER BYclause.static @NotNull WindowSpecificationRowsStepDSL.orderBy(OrderField<?>... fields) Create aWindowSpecificationwith anORDER BYclause.static <T> @NotNull Parameter<T> Create anOUTparameter.static <T> @NotNull Parameter<T> Create anOUTparameter.TheOVERLAYfunction.TheOVERLAYfunction.TheOVERLAYfunction.DSL.overlay(Field<String> in, Field<String> placing, Field<? extends Number> startIndex, Field<? extends Number> length) TheOVERLAYfunction.DSL.param()Create an unnamed parameter with a generic type (Object/SQLDataType.OTHER) and no initial value.static <T> @NotNull Param<T> Create an unnamed parameter with a defined type and no initial value.Create a named parameter with a generic type (Object/SQLDataType.OTHER) and no initial value.static <T> @NotNull Param<T> Create a named parameter with a defined type and no initial value.static <T> @NotNull Param<T> Create a named parameter with a defined type and no initial value.static <T> @NotNull Param<T> Create a named parameter with a defined type of another field and no initial value.static <T> @NotNull Param<T> Create a named parameter with an initial value.static <T> @NotNull Param<T> Create an unnamed parameter with a defined type and no initial value.static <T> @NotNull Param<T> Create an unnamed parameter with the defined type of another field and no initial value.static @NotNull WindowSpecificationOrderByStepDSL.partitionBy(Collection<? extends GroupField> fields) Create aWindowSpecificationwith aPARTITION BYclause.static @NotNull WindowSpecificationOrderByStepDSL.partitionBy(GroupField... fields) Create aWindowSpecificationwith aPARTITION BYclause.static @NotNull OrderedAggregateFunction<BigDecimal> DSL.percentileCont(Number percentile) ThePERCENTILE_CONTfunction.static @NotNull OrderedAggregateFunction<BigDecimal> DSL.percentileCont(Field<? extends Number> percentile) ThePERCENTILE_CONTfunction.static @NotNull OrderedAggregateFunction<BigDecimal> DSL.percentileDisc(Number percentile) ThePERCENTILE_DISCfunction.static @NotNull OrderedAggregateFunction<BigDecimal> DSL.percentileDisc(Field<? extends Number> percentile) ThePERCENTILE_DISCfunction.static @NotNull WindowOverStep<BigDecimal> DSL.percentRank()Thepercent_rank() over ([analytic clause])function.static @NotNull OrderedAggregateFunction<BigDecimal> DSL.percentRank(Collection<? extends Field<?>> fields) ThePERCENT_RANKfunction.static @NotNull OrderedAggregateFunction<BigDecimal> DSL.percentRank(Field<?>... fields) ThePERCENT_RANKfunction.Create a namedPeriodreference.static <T> @NotNull Period<T> Create a namedPeriodreference.static <T> @NotNull Period<T> Create a namedPeriodreference.static @NotNull Field<BigDecimal> DSL.pi()ThePIfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.static @NotNull Field<BigDecimal> ThePOWERfunction.static @NotNull Field<BigDecimal> ThePOWERfunction.static @NotNull Field<BigDecimal> ThePOWERfunction.static @NotNull Field<BigDecimal> ThePOWERfunction.static @NotNull ConstraintEnforcementStepDSL.primaryKey(String... fields) Create an unnamed (system named)PRIMARY KEYconstraint.static @NotNull ConstraintEnforcementStepDSL.primaryKey(Collection<? extends Field<?>> fields) Create an unnamed (system named)PRIMARY KEYconstraint.static @NotNull ConstraintEnforcementStepDSL.primaryKey(Field<?>... fields) Create an unnamed (system named)PRIMARY KEYconstraint.static @NotNull ConstraintEnforcementStepDSL.primaryKey(Name... fields) Create an unnamed (system named)PRIMARY KEYconstraint.static <T> @NotNull Field<T> ThePRIORfunction.static @NotNull PrivilegeCreate a new privilege reference.static @NotNull AggregateFunction<BigDecimal> ThePRODUCTfunction.static @NotNull AggregateFunction<BigDecimal> DSL.productDistinct(Field<? extends Number> field) ThePRODUCT_DISTINCTfunction.Get the quarter of a date.Get the quarter of a date.Get the quarter of a date.static @NotNull QueriesDSL.queries(Collection<? extends Query> queries) Wrap a collection of queries.static @NotNull QueriesWrap a collection of queries.static @NotNull RowCountQueryCreate a new query holding plain SQL.static @NotNull RowCountQueryCreate a new query holding plain SQL.static @NotNull RowCountQueryCreate a new query holding plain SQL.static @NotNull RowCountQueryCreate a new query holding plain SQL.static @NotNull NameDSL.quotedName(String unqualifiedName) Create a new SQL identifier using an unqualified, quoted name.static @NotNull NameDSL.quotedName(String... qualifiedName) Create a new SQL identifier using a qualified, quoted name.static @NotNull NameDSL.quotedName(Collection<String> qualifiedName) Create a new SQL identifier using a qualified, quoted name.static @NotNull Field<BigDecimal> TheRADIANSfunction.static @NotNull Field<BigDecimal> TheRADIANSfunction.static @NotNull Field<BigDecimal> DSL.rand()TheRANDfunction.static @NotNull WindowSpecificationRowsAndStepDSL.rangeBetweenCurrentRow()Create aWindowSpecificationwith aRANGEclause.static @NotNull WindowSpecificationRowsAndStepDSL.rangeBetweenFollowing(int number) Create aWindowSpecificationwith aRANGEclause.static @NotNull WindowSpecificationRowsAndStepDSL.rangeBetweenPreceding(int number) Create aWindowSpecificationwith aRANGEclause.static @NotNull WindowSpecificationRowsAndStepCreate aWindowSpecificationwith aRANGEclause.static @NotNull WindowSpecificationRowsAndStepCreate aWindowSpecificationwith aRANGEclause.static @NotNull WindowSpecificationExcludeStepDSL.rangeCurrentRow()Create aWindowSpecificationwith aRANGEclause.static @NotNull WindowSpecificationExcludeStepDSL.rangeFollowing(int number) Create aWindowSpecificationwith aRANGEclause.static @NotNull WindowSpecificationExcludeStepDSL.rangePreceding(int number) Create aWindowSpecificationwith aRANGEclause.static @NotNull WindowSpecificationExcludeStepDSL.rangeUnboundedFollowing()Create aWindowSpecificationwith aRANGEclause.static @NotNull WindowSpecificationExcludeStepDSL.rangeUnboundedPreceding()Create aWindowSpecificationwith aRANGEclause.static @NotNull WindowOverStep<Integer> DSL.rank()Therank() over ([analytic clause])function.static @NotNull OrderedAggregateFunction<Integer> DSL.rank(Collection<? extends Field<?>> fields) TheRANKfunction.static @NotNull OrderedAggregateFunction<Integer> TheRANKfunction.static @NotNull WindowOverStep<BigDecimal> DSL.ratioToReport(Number number) Theratio_to_report([expression]) over ([analytic clause])function.static @NotNull WindowOverStep<BigDecimal> DSL.ratioToReport(Field<? extends Number> field) Theratio_to_report([expression]) over ([analytic clause])function.static @NotNull SQLA custom SQL clause that can render arbitrary expressions.DSL.regexpReplaceAll(Field<String> field, String pattern, String replacement) Get theREGEXP_REPLACE_ALLfunction.Get theREGEXP_REPLACE_ALLfunction.DSL.regexpReplaceFirst(Field<String> field, String pattern, String replacement) Get theREGEXP_REPLACE_FIRSTfunction.Get theREGEXP_REPLACE_FIRSTfunction.static @NotNull AggregateFunction<BigDecimal> TheREGR_AVGXfunction.static @NotNull AggregateFunction<BigDecimal> TheREGR_AVGYfunction.static @NotNull AggregateFunction<BigDecimal> TheREGR_COUNTfunction.static @NotNull AggregateFunction<BigDecimal> DSL.regrIntercept(Field<? extends Number> y, Field<? extends Number> x) TheREGR_INTERCEPTfunction.static @NotNull AggregateFunction<BigDecimal> TheREGR_R2function.static @NotNull AggregateFunction<BigDecimal> TheREGR_SLOPEfunction.static @NotNull AggregateFunction<BigDecimal> TheREGR_SXXfunction.static @NotNull AggregateFunction<BigDecimal> TheREGR_SXYfunction.static @NotNull AggregateFunction<BigDecimal> TheREGR_SYYfunction.static RowCountQueryDSL.releaseSavepoint(String name) TheRELEASE SAVEPOINTstatement.static RowCountQueryDSL.releaseSavepoint(Name name) TheRELEASE SAVEPOINTstatement.TheREPEATfunction.TheREPEATfunction.static @NotNull RepeatUntilStepDSL.repeat(Collection<? extends Statement> statements) Create aREPEATloop for use in procedural code.TheREPEATfunction.TheREPEATfunction.static @NotNull RepeatUntilStepCreate aREPEATloop for use in procedural code.TheREPLACEfunction.TheREPLACEfunction.TheREPLACEfunction.TheREPLACEfunction.TheREPLACEfunction.TheREPLACEfunction.static @NotNull ResultQuery<Record> DSL.resultQuery(String sql) Create a new query holding plain SQL.static @NotNull ResultQuery<Record> DSL.resultQuery(String sql, Object... bindings) Create a new query holding plain SQL.static @NotNull ResultQuery<Record> DSL.resultQuery(String sql, QueryPart... parts) Create a new query holding plain SQL.static @NotNull ResultQuery<Record> DSL.resultQuery(SQL sql) Create a new query holding plain SQL.static @NotNull StatementDSL.return_()TheRETURN_function.static @NotNull StatementTheRETURN_function.static @NotNull StatementTheRETURN_function.TheREVERSEfunction.TheREVERSEfunction.static RevokeOnStepDSL.revoke(Collection<? extends Privilege> privileges) TheREVOKEstatement.static RevokeOnStepTheREVOKEstatement.static RevokeOnStepTheREVOKEstatement.static RevokeOnStepDSL.revokeGrantOptionFor(Collection<? extends Privilege> privileges) TheREVOKE GRANT OPTION FORstatement.static RevokeOnStepDSL.revokeGrantOptionFor(Privilege privileges) TheREVOKE GRANT OPTION FORstatement.static RevokeOnStepDSL.revokeGrantOptionFor(Privilege... privileges) TheREVOKE GRANT OPTION FORstatement.TheRIGHTfunction.TheRIGHTfunction.TheRIGHTfunction.TheRIGHTfunction.static @NotNull RoleCreate a new role reference.static @NotNull RoleCreate a new role reference.static RollbackToSavepointStepDSL.rollback()TheROLLBACKstatement.static @NotNull GroupFieldCreate a ROLLUP(field1, field2, .., fieldn) grouping field.static @NotNull GroupFieldDSL.rollup(FieldOrRow... fields) Create a ROLLUP(field1, field2, .., fieldn) grouping field.static @NotNull Field<BigDecimal> TheROOTfunction.static @NotNull Field<BigDecimal> TheROOTfunction.static @NotNull Field<BigDecimal> TheROOTfunction.static @NotNull Field<BigDecimal> TheROOTfunction.TheROUNDfunction.TheROUNDfunction.TheROUNDfunction.DSL.round(T value) TheROUNDfunction.DSL.round(T value, int decimals) TheROUNDfunction.TheROUNDfunction.static @NotNull RowNCreate a row value expression of degreeN > 22.static @NotNull RowNDSL.row(Collection<?> values) Create a row value expression of degreeN > 22.static @NotNull RowNDSL.row(SelectField<?>... values) Create a row value expression of degreeN > 22.static <T1> @NotNull Row1<T1> DSL.row(SelectField<T1> field1) Create a row value expression of degree1.static <T1,T2> @NotNull Row2 <T1, T2> DSL.row(SelectField<T1> field1, SelectField<T2> field2) Create a row value expression of degree2.static <T1,T2, T3>
@NotNull Row3<T1, T2, T3> DSL.row(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Create a row value expression of degree3.static <T1,T2, T3, T4>
@NotNull Row4<T1, T2, T3, T4> DSL.row(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Create a row value expression of degree4.static <T1,T2, T3, T4, T5>
@NotNull Row5<T1, T2, T3, T4, T5> DSL.row(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Create a row value expression of degree5.static <T1,T2, T3, T4, T5, T6>
@NotNull Row6<T1, T2, T3, T4, T5, T6> DSL.row(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Create a row value expression of degree6.static <T1,T2, T3, T4, T5, T6, T7>
@NotNull Row7<T1, T2, T3, T4, T5, T6, T7> DSL.row(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Create a row value expression of degree7.static <T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull Row8<T1, T2, T3, T4, T5, T6, T7, T8> DSL.row(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Create a row value expression of degree8.static <T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> DSL.row(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) Create a row value expression of degree9.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> DSL.row(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) Create a row value expression of degree10.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> DSL.row(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) Create a row value expression of degree11.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> DSL.row(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) Create a row value expression of degree12.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> DSL.row(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) Create a row value expression of degree13.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> DSL.row(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) Create a row value expression of degree14.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> DSL.row(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) Create a row value expression of degree15.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> DSL.row(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) Create a row value expression of degree16.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> DSL.row(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) Create a row value expression of degree17.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> DSL.row(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) Create a row value expression of degree18.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> DSL.row(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) Create a row value expression of degree19.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> DSL.row(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) Create a row value expression of degree20.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> DSL.row(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) Create a row value expression of degree21.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> DSL.row(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) Create a row value expression of degree22.static <T1> @NotNull Row1<T1> DSL.row(T1 t1) Create a row value expression of degree1.static <T1,T2> @NotNull Row2 <T1, T2> DSL.row(T1 t1, T2 t2) Create a row value expression of degree2.static <T1,T2, T3>
@NotNull Row3<T1, T2, T3> DSL.row(T1 t1, T2 t2, T3 t3) Create a row value expression of degree3.static <T1,T2, T3, T4>
@NotNull Row4<T1, T2, T3, T4> DSL.row(T1 t1, T2 t2, T3 t3, T4 t4) Create a row value expression of degree4.static <T1,T2, T3, T4, T5>
@NotNull Row5<T1, T2, T3, T4, T5> DSL.row(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) Create a row value expression of degree5.static <T1,T2, T3, T4, T5, T6>
@NotNull Row6<T1, T2, T3, T4, T5, T6> DSL.row(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) Create a row value expression of degree6.static <T1,T2, T3, T4, T5, T6, T7>
@NotNull Row7<T1, T2, T3, T4, T5, T6, T7> DSL.row(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) Create a row value expression of degree7.static <T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull Row8<T1, T2, T3, T4, T5, T6, T7, T8> DSL.row(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) Create a row value expression of degree8.static <T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> DSL.row(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9) Create a row value expression of degree9.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> DSL.row(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10) Create a row value expression of degree10.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> DSL.row(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11) Create a row value expression of degree11.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> DSL.row(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12) Create a row value expression of degree12.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> DSL.row(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) Create a row value expression of degree13.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> DSL.row(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) Create a row value expression of degree14.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> DSL.row(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) Create a row value expression of degree15.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> DSL.row(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) Create a row value expression of degree16.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> DSL.row(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) Create a row value expression of degree17.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> DSL.row(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) Create a row value expression of degree18.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> DSL.row(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) Create a row value expression of degree19.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> DSL.row(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) Create a row value expression of degree20.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> DSL.row(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) Create a row value expression of degree21.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> DSL.row(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) Create a row value expression of degree22.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow1as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull Field<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow10as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull Field<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow11as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull Field<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow12as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull Field<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow13as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull Field<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow14as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull Field<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow15as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull Field<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow16as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull Field<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow17as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull Field<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow18as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull Field<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow19as aSelectFielddirectly, instead.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow2as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull Field<Record20<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.- [#11812] - 3.15.0 - UseRow20as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull Field<Record21<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.- [#11812] - 3.15.0 - UseRow21as aSelectFielddirectly, instead.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull Field<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> DSL.rowField(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> row) Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow22as aSelectFielddirectly, instead.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow3as aSelectFielddirectly, instead.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow4as aSelectFielddirectly, instead.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow5as aSelectFielddirectly, instead.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow6as aSelectFielddirectly, instead.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow7as aSelectFielddirectly, instead.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow8as aSelectFielddirectly, instead.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow9as aSelectFielddirectly, instead.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRowNas aSelectFielddirectly, instead.DSL.rownum()TheROWNUMfunction.static @NotNull WindowOverStep<Integer> DSL.rowNumber()Therow_number() over ([analytic clause])function.static @NotNull WindowSpecificationRowsAndStepDSL.rowsBetweenCurrentRow()Create aWindowSpecificationwith aROWSclause.static @NotNull WindowSpecificationRowsAndStepDSL.rowsBetweenFollowing(int number) Create aWindowSpecificationwith aROWSclause.static @NotNull WindowSpecificationRowsAndStepDSL.rowsBetweenPreceding(int number) Create aWindowSpecificationwith aROWSclause.static @NotNull WindowSpecificationRowsAndStepCreate aWindowSpecificationwith aROWSclause.static @NotNull WindowSpecificationRowsAndStepCreate aWindowSpecificationwith aROWSclause.static @NotNull WindowSpecificationExcludeStepDSL.rowsCurrentRow()Create aWindowSpecificationwith aROWSclause.static @NotNull WindowSpecificationExcludeStepDSL.rowsFollowing(int number) Create aWindowSpecificationwith aROWSclause.Create aROWS FROM (tables…)expression.static @NotNull WindowSpecificationExcludeStepDSL.rowsPreceding(int number) Create aWindowSpecificationwith aROWSclause.static @NotNull WindowSpecificationExcludeStepDSL.rowsUnboundedFollowing()Create aWindowSpecificationwith aROWSclause.static @NotNull WindowSpecificationExcludeStepDSL.rowsUnboundedPreceding()Create aWindowSpecificationwith aROWSclause.TheRPADfunction.Get the rpad(field, length, character) function.TheRPADfunction.TheRPADfunction.TheRPADfunction.TheRPADfunction.TheRPADfunction.TheRTRIMfunction.TheRTRIMfunction.TheRTRIMfunction.TheRTRIMfunction.TheRTRIMfunction.TheRTRIMfunction.static RowCountQueryTheSAVEPOINTstatement.static RowCountQueryTheSAVEPOINTstatement.static @NotNull SchemaCreate a qualified schema, given its schema name.static @NotNull SchemaCreate a qualified schema, given its schema name.Get the second part of a date.Get the second part of a date.Get the second part of a date.static @NotNull SelectSelectStep<Record> DSL.select(Collection<? extends SelectFieldOrAsterisk> fields) Create a new DSL subselect statement.static <T1> @NotNull SelectSelectStep<Record1<T1>> DSL.select(SelectField<T1> field1) Create a new DSL subselect statement.static <T1,T2> @NotNull SelectSelectStep <Record2<T1, T2>> DSL.select(SelectField<T1> field1, SelectField<T2> field2) Create a new DSL subselect statement.static <T1,T2, T3>
@NotNull SelectSelectStep<Record3<T1, T2, T3>> DSL.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Create a new DSL subselect statement.static <T1,T2, T3, T4>
@NotNull SelectSelectStep<Record4<T1, T2, T3, T4>> DSL.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5>
@NotNull SelectSelectStep<Record5<T1, T2, T3, T4, T5>> DSL.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6>
@NotNull SelectSelectStep<Record6<T1, T2, T3, T4, T5, T6>> DSL.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7>
@NotNull SelectSelectStep<Record7<T1, T2, T3, T4, T5, T6, T7>> DSL.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull SelectSelectStep<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> DSL.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull SelectSelectStep<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull SelectSelectStep<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull SelectSelectStep<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull SelectSelectStep<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull SelectSelectStep<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull SelectSelectStep<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull SelectSelectStep<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull SelectSelectStep<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull SelectSelectStep<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull SelectSelectStep<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull SelectSelectStep<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull SelectSelectStep<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull SelectSelectStep<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> DSL.select(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull SelectSelectStep<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> DSL.select(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) Create a new DSL subselect statement.static @NotNull SelectSelectStep<Record> DSL.select(SelectFieldOrAsterisk... fields) Create a new DSL subselect statement.static @NotNull SelectSelectStep<Record1<Integer>> DSL.selectCount()Create a new DSL subselect statement forCOUNT(*).static @NotNull SelectSelectStep<Record> DSL.selectDistinct(Collection<? extends SelectFieldOrAsterisk> fields) Create a new DSL subselect statement.static <T1> @NotNull SelectSelectStep<Record1<T1>> DSL.selectDistinct(SelectField<T1> field1) Create a new DSL subselect statement.static <T1,T2> @NotNull SelectSelectStep <Record2<T1, T2>> DSL.selectDistinct(SelectField<T1> field1, SelectField<T2> field2) Create a new DSL subselect statement.static <T1,T2, T3>
@NotNull SelectSelectStep<Record3<T1, T2, T3>> DSL.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3) Create a new DSL subselect statement.static <T1,T2, T3, T4>
@NotNull SelectSelectStep<Record4<T1, T2, T3, T4>> DSL.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5>
@NotNull SelectSelectStep<Record5<T1, T2, T3, T4, T5>> DSL.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6>
@NotNull SelectSelectStep<Record6<T1, T2, T3, T4, T5, T6>> DSL.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7>
@NotNull SelectSelectStep<Record7<T1, T2, T3, T4, T5, T6, T7>> DSL.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8>
@NotNull SelectSelectStep<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> DSL.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull SelectSelectStep<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull SelectSelectStep<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull SelectSelectStep<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull SelectSelectStep<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull SelectSelectStep<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull SelectSelectStep<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull SelectSelectStep<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull SelectSelectStep<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull SelectSelectStep<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull SelectSelectStep<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull SelectSelectStep<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull SelectSelectStep<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull SelectSelectStep<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> DSL.selectDistinct(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) Create a new DSL subselect statement.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull SelectSelectStep<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> DSL.selectDistinct(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) Create a new DSL subselect statement.static @NotNull SelectSelectStep<Record> DSL.selectDistinct(SelectFieldOrAsterisk... fields) Create a new DSL subselect statement.static @NotNull SelectWhereStep<Record> DSL.selectFrom(String sql) Create a new DSL select statement, projecting*.static @NotNull SelectWhereStep<Record> DSL.selectFrom(String sql, Object... bindings) Create a new DSL select statement, projecting*.static @NotNull SelectWhereStep<Record> DSL.selectFrom(String sql, QueryPart... parts) Create a new DSL select statement, projecting*.static @NotNull SelectWhereStep<Record> DSL.selectFrom(Name table) Create a new DSL select statement, projecting*.static @NotNull SelectWhereStep<Record> DSL.selectFrom(SQL sql) Create a new DSL select statement, projecting*.static <R extends Record>
@NotNull SelectWhereStep<R> DSL.selectFrom(TableLike<R> table) Create a new DSL select statement, projecting the known columns from a table.static @NotNull SelectSelectStep<Record1<Integer>> DSL.selectOne()Create a new DSL subselect statement for a constant1literal.static @NotNull SelectSelectStep<Record1<Integer>> DSL.selectZero()Create a new DSL subselect statement for a constant0literal.static @NotNull Sequence<BigInteger> Deprecated, for removal: This API element is subject to removal in a future version.- 3.10 - [#6162] - UseDSL.sequence(Name)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.10 - [#6162] - UseDSL.sequence(Name, Class)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.10 - [#6162] - UseDSL.sequence(Name, DataType)instead.static @NotNull Sequence<BigInteger> Create a qualified sequence, given its sequence name.Create a qualified sequence, given its sequence name.Create a qualified sequence, given its sequence name.static RowCountQueryTheSETstatement.static RowCountQueryTheSETstatement.static RowCountQueryDSL.setCatalog(String catalog) TheSET CATALOGstatement.static RowCountQueryDSL.setCatalog(Catalog catalog) TheSET CATALOGstatement.static RowCountQueryDSL.setCatalog(Name catalog) TheSET CATALOGstatement.static RowCountQueryTheSET LOCALstatement.static RowCountQueryTheSET LOCALstatement.static RowCountQueryTheSET SCHEMAstatement.static RowCountQueryTheSET SCHEMAstatement.static RowCountQueryTheSET SCHEMAstatement.TheSHLfunction.TheSHLfunction.TheSHLfunction.TheSHLfunction.TheSHRfunction.TheSHRfunction.TheSHRfunction.TheSHRfunction.TheSIGNfunction.TheSIGNfunction.static SignalSetStepDSL.signalSQLState(Object value) TheSIGNAL_SQLSTATEfunction.static SignalSetStepDSL.signalSQLState(Field<?> value) TheSIGNAL_SQLSTATEfunction.static @NotNull Field<BigDecimal> TheSINfunction.static @NotNull Field<BigDecimal> TheSINfunction.static @NotNull Field<BigDecimal> TheSINHfunction.static @NotNull Field<BigDecimal> TheSINHfunction.TheSPACEfunction.TheSPACEfunction.TheSPLIT_PARTfunction.TheSPLIT_PARTfunction.TheSPLIT_PARTfunction.TheSPLIT_PARTfunction.static @NotNull SQLA custom SQL clause that can render arbitrary expressions.static @NotNull SQLA custom SQL clause that can render arbitrary expressions.static @NotNull SQLA custom SQL clause that can render arbitrary expressions.static @NotNull Field<BigDecimal> TheSQRTfunction.static @NotNull Field<BigDecimal> TheSQRTfunction.TheSQUAREfunction.DSL.square(T value) TheSQUAREfunction.TheST_AREAfunction.TheST_AREAfunction.static RowCountQueryDSL.startTransaction()TheSTART TRANSACTIONstatement.static @NotNull Field<byte[]> DSL.stAsBinary(Field<? extends Spatial> value) TheST_ASBINARYfunction.static @NotNull Field<byte[]> DSL.stAsBinary(Spatial value) TheST_ASBINARYfunction.TheST_ASTEXTfunction.TheST_ASTEXTfunction.static @NotNull StatementA custom procedural fragment that can render arbitrary statements.static @NotNull StatementA custom procedural fragment that can render arbitrary statements.static @NotNull StatementA custom procedural fragment that can render arbitrary statements.static @NotNull StatementA custom procedural fragment that can render arbitrary statements.static @NotNull BlockDSL.statements(Collection<? extends Statement> statements) Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN … END;, unless explicitly needed.static @NotNull BlockDSL.statements(Statement... statements) Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN … END;, unless explicitly needed.DSL.stBoundary(Field<? extends Spatial> value) TheST_BOUNDARYfunction.DSL.stBoundary(Spatial value) TheST_BOUNDARYfunction.DSL.stCentroid(Field<Geometry> value) TheST_CENTROIDfunction.DSL.stCentroid(Geometry value) TheST_CENTROIDfunction.DSL.stContains(Field<T> arg1, Field<T> arg2) TheST_CONTAINSfunction.DSL.stContains(Field<T> arg1, T arg2) TheST_CONTAINSfunction.DSL.stContains(T arg1, Field<T> arg2) TheST_CONTAINSfunction.DSL.stContains(T arg1, T arg2) TheST_CONTAINSfunction.DSL.stCoveredBy(Field<T> arg1, Field<T> arg2) TheST_COVEREDBYfunction.DSL.stCoveredBy(Field<T> arg1, T arg2) TheST_COVEREDBYfunction.DSL.stCoveredBy(T arg1, Field<T> arg2) TheST_COVEREDBYfunction.DSL.stCoveredBy(T arg1, T arg2) TheST_COVEREDBYfunction.TheST_COVERSfunction.TheST_COVERSfunction.TheST_COVERSfunction.DSL.stCovers(T arg1, T arg2) TheST_COVERSfunction.static @NotNull ConditionTheST_CROSSESfunction.static @NotNull ConditionTheST_CROSSESfunction.static @NotNull ConditionTheST_CROSSESfunction.static @NotNull ConditionTheST_CROSSESfunction.static @NotNull AggregateFunction<BigDecimal> TheSTDDEV_POPfunction.static @NotNull AggregateFunction<BigDecimal> DSL.stddevSamp(Field<? extends Number> field) TheSTDDEV_SAMPfunction.DSL.stDifference(Field<T> arg1, Field<T> arg2) TheST_DIFFERENCEfunction.DSL.stDifference(Field<T> arg1, T arg2) TheST_DIFFERENCEfunction.DSL.stDifference(T arg1, Field<T> arg2) TheST_DIFFERENCEfunction.DSL.stDifference(T arg1, T arg2) TheST_DIFFERENCEfunction.DSL.stDimension(Field<? extends Spatial> value) TheST_DIMENSIONfunction.DSL.stDimension(Spatial value) TheST_DIMENSIONfunction.DSL.stDisjoint(Field<T> arg1, Field<T> arg2) TheST_DISJOINTfunction.DSL.stDisjoint(Field<T> arg1, T arg2) TheST_DISJOINTfunction.DSL.stDisjoint(T arg1, Field<T> arg2) TheST_DISJOINTfunction.DSL.stDisjoint(T arg1, T arg2) TheST_DISJOINTfunction.DSL.stDistance(Field<T> arg1, Field<T> arg2) TheST_DISTANCEfunction.DSL.stDistance(Field<T> arg1, T arg2) TheST_DISTANCEfunction.DSL.stDistance(T arg1, Field<T> arg2) TheST_DISTANCEfunction.DSL.stDistance(T arg1, T arg2) TheST_DISTANCEfunction.DSL.stEndPoint(Field<T> value) TheST_ENDPOINTfunction.DSL.stEndPoint(T value) TheST_ENDPOINTfunction.TheST_EQUALSfunction.TheST_EQUALSfunction.TheST_EQUALSfunction.DSL.stEquals(T arg1, T arg2) TheST_EQUALSfunction.DSL.stExteriorRing(Field<Geometry> value) TheST_EXTERIORRINGfunction.DSL.stExteriorRing(Geometry value) TheST_EXTERIORRINGfunction.DSL.stGeometryN(Field<T> value, int position) TheST_GEOMETRYNfunction.DSL.stGeometryN(Field<T> value, Field<? extends Number> position) TheST_GEOMETRYNfunction.DSL.stGeometryN(T value, int position) TheST_GEOMETRYNfunction.DSL.stGeometryN(T value, Field<? extends Number> position) TheST_GEOMETRYNfunction.DSL.stGeometryType(Field<? extends Spatial> value) TheST_GEOMETRYTYPEfunction.DSL.stGeometryType(Spatial value) TheST_GEOMETRYTYPEfunction.DSL.stGeomFromText(String text) TheST_GEOMFROMTEXTfunction.DSL.stGeomFromText(String text, int srid) TheST_GEOMFROMTEXTfunction.DSL.stGeomFromText(String text, Field<? extends Number> srid) TheST_GEOMFROMTEXTfunction.DSL.stGeomFromText(Field<String> text) TheST_GEOMFROMTEXTfunction.DSL.stGeomFromText(Field<String> text, int srid) TheST_GEOMFROMTEXTfunction.DSL.stGeomFromText(Field<String> text, Field<? extends Number> srid) TheST_GEOMFROMTEXTfunction.DSL.stGeomFromWKB(byte[] wkb) TheST_GEOMFROMWKBfunction.DSL.stGeomFromWKB(byte[] wkb, int srid) TheST_GEOMFROMWKBfunction.DSL.stGeomFromWKB(byte[] wkb, Field<? extends Number> srid) TheST_GEOMFROMWKBfunction.DSL.stGeomFromWKB(Field<byte[]> wkb) TheST_GEOMFROMWKBfunction.DSL.stGeomFromWKB(Field<byte[]> wkb, int srid) TheST_GEOMFROMWKBfunction.DSL.stGeomFromWKB(Field<byte[]> wkb, Field<? extends Number> srid) TheST_GEOMFROMWKBfunction.DSL.stInteriorRingN(Field<Geometry> value, int position) TheST_INTERIORRINGNfunction.DSL.stInteriorRingN(Field<Geometry> value, Field<? extends Number> position) TheST_INTERIORRINGNfunction.DSL.stInteriorRingN(Geometry value, int position) TheST_INTERIORRINGNfunction.DSL.stInteriorRingN(Geometry value, Field<? extends Number> position) TheST_INTERIORRINGNfunction.DSL.stIntersection(Field<T> arg1, Field<T> arg2) TheST_INTERSECTIONfunction.DSL.stIntersection(Field<T> arg1, T arg2) TheST_INTERSECTIONfunction.DSL.stIntersection(T arg1, Field<T> arg2) TheST_INTERSECTIONfunction.DSL.stIntersection(T arg1, T arg2) TheST_INTERSECTIONfunction.DSL.stIntersects(Field<T> arg1, Field<T> arg2) TheST_INTERSECTSfunction.DSL.stIntersects(Field<T> arg1, T arg2) TheST_INTERSECTSfunction.DSL.stIntersects(T arg1, Field<T> arg2) TheST_INTERSECTSfunction.DSL.stIntersects(T arg1, T arg2) TheST_INTERSECTSfunction.static @NotNull ConditionDSL.stIsClosed(Field<? extends Spatial> value) TheST_ISCLOSEDfunction.static @NotNull ConditionDSL.stIsClosed(Spatial value) TheST_ISCLOSEDfunction.static @NotNull ConditionTheST_ISEMPTYfunction.static @NotNull ConditionTheST_ISEMPTYfunction.static @NotNull ConditionTheST_ISRINGfunction.static @NotNull ConditionTheST_ISRINGfunction.static @NotNull ConditionDSL.stIsSimple(Field<? extends Spatial> value) TheST_ISSIMPLEfunction.static @NotNull ConditionDSL.stIsSimple(Spatial value) TheST_ISSIMPLEfunction.static @NotNull ConditionTheST_ISVALIDfunction.static @NotNull ConditionTheST_ISVALIDfunction.TheST_LENGTHfunction.TheST_LENGTHfunction.DSL.stNumGeometries(Field<? extends Spatial> value) TheST_NUMGEOMETRIESfunction.DSL.stNumGeometries(Spatial value) TheST_NUMGEOMETRIESfunction.DSL.stNumInteriorRings(Field<Geometry> value) TheST_NUMINTERIORRINGfunction.DSL.stNumInteriorRings(Geometry value) TheST_NUMINTERIORRINGfunction.DSL.stNumPoints(Field<? extends Spatial> value) TheST_NUMPOINTSfunction.DSL.stNumPoints(Spatial value) TheST_NUMPOINTSfunction.DSL.stOverlaps(Field<T> arg1, Field<T> arg2) TheST_OVERLAPSfunction.DSL.stOverlaps(Field<T> arg1, T arg2) TheST_OVERLAPSfunction.DSL.stOverlaps(T arg1, Field<T> arg2) TheST_OVERLAPSfunction.DSL.stOverlaps(T arg1, T arg2) TheST_OVERLAPSfunction.DSL.stPerimeter(Field<T> value) TheST_PERIMETERfunction.DSL.stPerimeter(T value) TheST_PERIMETERfunction.TheST_POINTNfunction.TheST_POINTNfunction.DSL.stPointN(T value, int position) TheST_POINTNfunction.TheST_POINTNfunction.static @NotNull OrderedAggregateFunction<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> DSL.stringAggDistinct(Field<?> field) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> DSL.stringAggDistinct(Field<?> field, String separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> DSL.stringAggDistinct(Field<?> field, Field<String> separator) Get the aggregated concatenation for a field.DSL.stringToArray(String string, String delimiter) TheSTRING_TO_ARRAYfunction.DSL.stringToArray(String string, String delimiter, String nullString) TheSTRING_TO_ARRAYfunction.DSL.stringToArray(Field<String> string, Field<String> delimiter) TheSTRING_TO_ARRAYfunction.TheSTRING_TO_ARRAYfunction.TheST_SRIDfunction.TheST_SRIDfunction.DSL.stStartPoint(Field<T> value) TheST_STARTPOINTfunction.DSL.stStartPoint(T value) TheST_STARTPOINTfunction.TheST_TOUCHESfunction.TheST_TOUCHESfunction.TheST_TOUCHESfunction.DSL.stTouches(T arg1, T arg2) TheST_TOUCHESfunction.DSL.stTransform(Field<T> value, int srid) TheST_TRANSFORMfunction.DSL.stTransform(Field<T> value, Field<? extends Number> srid) TheST_TRANSFORMfunction.DSL.stTransform(T value, int srid) TheST_TRANSFORMfunction.DSL.stTransform(T value, Field<? extends Number> srid) TheST_TRANSFORMfunction.TheST_UNIONfunction.TheST_UNIONfunction.TheST_UNIONfunction.DSL.stUnion(T arg1, T arg2) TheST_UNIONfunction.TheST_WITHINfunction.TheST_WITHINfunction.TheST_WITHINfunction.DSL.stWithin(T arg1, T arg2) TheST_WITHINfunction.TheST_Xfunction.TheST_Xfunction.TheST_XMAXfunction.TheST_XMAXfunction.TheST_XMINfunction.TheST_XMINfunction.TheST_Yfunction.TheST_Yfunction.TheST_YMAXfunction.TheST_YMAXfunction.TheST_YMINfunction.TheST_YMINfunction.TheST_Zfunction.TheST_Zfunction.TheST_ZMAXfunction.TheST_ZMAXfunction.TheST_ZMINfunction.TheST_ZMINfunction.TheSUBSTRINGfunction.TheSUBSTRINGfunction.TheSUBSTRINGfunction.TheSUBSTRINGfunction.TheSUBSTRINGfunction.DSL.substring(Field<String> string, Field<? extends Number> startingPosition, Field<? extends Number> length) TheSUBSTRINGfunction.DSL.substringIndex(Field<String> string, String delimiter, int n) TheSUBSTRING_INDEXfunction.TheSUBSTRING_INDEXfunction.DSL.substringIndex(Field<String> string, Field<String> delimiter, int n) TheSUBSTRING_INDEXfunction.TheSUBSTRING_INDEXfunction.static @NotNull AggregateFunction<BigDecimal> TheSUMfunction.static @NotNull AggregateFunction<BigDecimal> DSL.sumDistinct(Field<? extends Number> field) TheSUM_DISTINCTfunction.static @NotNull SynonymCreate a qualified synonym, given its synonym name.static @NotNull SynonymCreate a qualified type, given its type name.DSL.sysConnectByPath(Field<?> field, String separator) TheSYS_CONNECT_BY_PATHfunction.static @NotNull NameDSL.systemName(String unqualifiedName) Create a new SQL identifier using an unqualified, quoted name.static @NotNull NameDSL.systemName(String... qualifiedName) Create a new SQL identifier using a qualified, quoted name.static @NotNull NameDSL.systemName(Collection<String> qualifiedName) Create a new SQL identifier using a qualified, system name.DSL.systemTime()Create aSYSTEM_TIMEPeriodreference.static <T> @NotNull Period<T> DSL.systemTime(Class<T> type) Create aSYSTEM_TIMEPeriodreference.static <T> @NotNull Period<T> DSL.systemTime(DataType<T> type) Create aSYSTEM_TIMEPeriodreference.static @NotNull Table<?> A synonym forDSL.unnest(Object[]).A custom SQL clause that can render arbitrary table expressions.A custom SQL clause that can render arbitrary table expressions.A custom SQL clause that can render arbitrary table expressions.static @NotNull Table<?> DSL.table(Collection<?> list) A synonym forDSL.unnest(Collection).static @NotNull Table<?> DSL.table(ArrayRecord<?> array) A synonym forDSL.unnest(ArrayRecord).static @NotNull Table<?> A synonym forDSL.unnest(Field).Create a qualified table, given its table name.Create a qualified table, given its table name.Use a previously obtained result as a newTablethat can be used in SQL statements throughDSL.values(RowN...).A synonym forTableLike.asTable(), which might look a bit more fluent like this, to some users.A custom SQL clause that can render arbitrary table expressions.DSL.table(R record) Use a previously obtained record as a new TableDSL.table(R... records) Use a previously obtained set of records as a new Tablestatic @NotNull Field<BigDecimal> TheTANfunction.static @NotNull Field<BigDecimal> TheTANfunction.static @NotNull Field<BigDecimal> TheTANHfunction.static @NotNull Field<BigDecimal> TheTANHfunction.static @NotNull Field<BigDecimal> DSL.tau()TheTAUfunction.Convert a string value to aTIME.Convert a temporal value to aTIME.Convert a temporal value to aTIME.Convert a string value to aTIMESTAMP.Convert a temporal value to aTIMESTAMP.Convert a temporal value to aTIMESTAMP.DSL.timestampAdd(Timestamp date, Number interval) TheTIMESTAMP_ADDfunction.DSL.timestampAdd(Timestamp date, Number interval, DatePart datePart) TheTIMESTAMP_ADDfunction.DSL.timestampAdd(Timestamp date, Field<? extends Number> interval) TheTIMESTAMP_ADDfunction.DSL.timestampAdd(Timestamp date, Field<? extends Number> interval, DatePart datePart) TheTIMESTAMP_ADDfunction.DSL.timestampAdd(Field<Timestamp> date, Number interval) TheTIMESTAMP_ADDfunction.DSL.timestampAdd(Field<Timestamp> date, Number interval, DatePart datePart) TheTIMESTAMP_ADDfunction.DSL.timestampAdd(Field<Timestamp> date, Field<? extends Number> interval) TheTIMESTAMP_ADDfunction.TheTIMESTAMP_ADDfunction.static @NotNull Field<DayToSecond> DSL.timestampDiff(Timestamp timestamp1, Timestamp timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.timestampDiff(Timestamp timestamp1, Field<Timestamp> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.DSL.timestampDiff(DatePart part, Timestamp startDate, Timestamp endDate) Get the date difference betweenendDate - startDatein terms ofpart.DSL.timestampDiff(DatePart part, Timestamp startDate, Field<Timestamp> endDate) Get the date difference betweenendDate - startDatein terms ofpart.DSL.timestampDiff(DatePart part, Field<Timestamp> startDate, Timestamp endDate) Get the date difference betweenendDate - startDatein terms ofpart.Get the date difference betweenendDate - startDatein terms ofpart.static @NotNull Field<DayToSecond> DSL.timestampDiff(Field<Timestamp> timestamp1, Timestamp timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.timestampDiff(Field<Timestamp> timestamp1, Field<Timestamp> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.DSL.timestampSub(Timestamp timestamp, Number interval) Subtract an interval from a timestamp.DSL.timestampSub(Timestamp date, Number interval, DatePart datePart) Subtract an interval from a timestamp, given a date part.DSL.timestampSub(Timestamp date, Field<? extends Number> interval, DatePart datePart) Subtract an interval from a timestamp, given a date part.DSL.timestampSub(Field<Timestamp> date, Number interval, DatePart datePart) Subtract an interval from a timestamp, given a date part.DSL.timestampSub(Field<Timestamp> timestamp, Field<? extends Number> interval) Subtract an interval from a timestamp.Subtract an interval from a timestamp, given a date part.Get the timezone part of a date.Get the timezone part of a date.Get the timezone part of a date.DSL.timezoneHour(Temporal value) Get the timezoneHour part of a date.DSL.timezoneHour(Date value) Get the timezoneHour part of a date.DSL.timezoneHour(Field<?> field) Get the timezoneHour part of a date.DSL.timezoneMinute(Temporal value) Get the timezoneMinute part of a date.DSL.timezoneMinute(Date value) Get the timezoneMinute part of a date.DSL.timezoneMinute(Field<?> field) Get the timezoneMinute part of a date.TheTO_CHARfunction.TheTO_CHARfunction.TheTO_CHARfunction.TheTO_CHARfunction.TheTO_CHARfunction.TheTO_CHARfunction.TheTO_DATEfunction.TheTO_DATEfunction.TheTO_DATEfunction.TheTO_DATEfunction.TheTO_HEXfunction.TheTO_HEXfunction.DSL.toLocalDate(String value, String format) Parse a value to aDATE.DSL.toLocalDate(String value, Field<String> format) Parse a value to aDATE.DSL.toLocalDate(Field<String> value, String format) Parse a value to aDATE.DSL.toLocalDate(Field<String> value, Field<String> format) Parse a value to aDATE.static @NotNull Field<LocalDateTime> DSL.toLocalDateTime(String value, String format) Parse a value to aTIMESTAMP.static @NotNull Field<LocalDateTime> DSL.toLocalDateTime(String value, Field<String> format) Parse a value to aTIMESTAMP.static @NotNull Field<LocalDateTime> DSL.toLocalDateTime(Field<String> value, String format) Parse a value to aTIMESTAMP.static @NotNull Field<LocalDateTime> DSL.toLocalDateTime(Field<String> value, Field<String> format) Parse a value to aTIMESTAMP.DSL.toTimestamp(String value, String formatMask) TheTO_TIMESTAMPfunction.DSL.toTimestamp(String value, Field<String> formatMask) TheTO_TIMESTAMPfunction.DSL.toTimestamp(Field<String> value, String formatMask) TheTO_TIMESTAMPfunction.DSL.toTimestamp(Field<String> value, Field<String> formatMask) TheTO_TIMESTAMPfunction.TheTRANSLATEfunction.TheTRANSLATEfunction.TheTRANSLATEfunction.TheTRANSLATEfunction.static @NotNull TriggerCreate a qualified trigger reference by name.static @NotNull TriggerCreate a qualified trigger reference by name.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.static @NotNull TrueDSL.trueCondition()Return aConditionthat will always evaluate toTRUE.Truncate a date to the beginning of the day.Truncate a date to a given datepart.Truncate a timestamp to the beginning of the day.Truncate a timestamp to a given datepart.Truncate a date to the beginning of the day.Truncate a date to a given datepart.static @NotNull Field<LocalDateTime> DSL.trunc(LocalDateTime timestamp) Truncate a timestamp to the beginning of the day.static @NotNull Field<LocalDateTime> DSL.trunc(LocalDateTime timestamp, DatePart part) Truncate a timestamp to a given datepart.static <T> @NotNull Field<T> Truncate a date or a timestamp to the beginning of the day.TheTRUNCfunction.static <T> @NotNull Field<T> Truncate a date or a timestamp to a given datepart.TheTRUNCfunction.DSL.trunc(T number) Truncate a number to a given number of decimals.DSL.trunc(T value, int decimals) TheTRUNCfunction.TheTRUNCfunction.static TruncateIdentityStep<Record> TheTRUNCATEstatement.static TruncateIdentityStep<Record> TheTRUNCATEstatement.static TruncateIdentityStep<Record> DSL.truncate(Collection<? extends Table<?>> table) TheTRUNCATEstatement.static TruncateIdentityStep<Record> TheTRUNCATEstatement.static TruncateIdentityStep<Record> TheTRUNCATEstatement.static TruncateIdentityStep<Record> TheTRUNCATEstatement.static <R extends Record>
TruncateIdentityStep<R> TheTRUNCATEstatement.static TruncateIdentityStep<Record> DSL.truncateTable(String table) TheTRUNCATE TABLEstatement.static TruncateIdentityStep<Record> DSL.truncateTable(String... table) TheTRUNCATE TABLEstatement.static TruncateIdentityStep<Record> DSL.truncateTable(Collection<? extends Table<?>> table) TheTRUNCATE TABLEstatement.static TruncateIdentityStep<Record> DSL.truncateTable(Name table) TheTRUNCATE TABLEstatement.static TruncateIdentityStep<Record> DSL.truncateTable(Name... table) TheTRUNCATE TABLEstatement.static TruncateIdentityStep<Record> DSL.truncateTable(Table<?>... table) TheTRUNCATE TABLEstatement.static <R extends Record>
TruncateIdentityStep<R> DSL.truncateTable(Table<R> table) TheTRUNCATE TABLEstatement.static <T> @NotNull Field<T> TheTRY_CASTfunction.static <T> @NotNull Field<T> TheTRY_CASTfunction.DSL.two()A2literal.static @NotNull Type<?> Create a qualified type, given its type name.static <T> @NotNull Type<T> Create a qualified type, given its type name.static @NotNull Type<?> Create a qualified type, given its type name.static <T> @NotNull Type<T> Create a qualified type, given its type name.static @NotNull ConstraintEnforcementStepCreate an unnamed (system named)UNIQUEconstraint.static @NotNull ConstraintEnforcementStepDSL.unique(Collection<? extends Field<?>> fields) Create an unnamed (system named)UNIQUEconstraint.static @NotNull ConstraintEnforcementStepCreate an unnamed (system named)UNIQUEconstraint.static @NotNull ConstraintEnforcementStepCreate an unnamed (system named)UNIQUEconstraint.static @NotNull ConditionTheUNIQUEfunction.static @NotNull Table<?> Create a table from an array of values.static @NotNull Table<?> DSL.unnest(Collection<?> list) Create a table from a list of values.static @NotNull Table<?> DSL.unnest(ArrayRecord<?> array) Create a table from an array of values.static @NotNull Table<?> Create a table from a field.static @NotNull NameDSL.unquotedName(String unqualifiedName) Create a new SQL identifier using an unqualified, quoted name.static @NotNull NameDSL.unquotedName(String... qualifiedName) Create a new SQL identifier using a qualified, quoted name.static @NotNull NameDSL.unquotedName(Collection<String> qualifiedName) Create a new SQL identifier using a qualified, quoted name.static <R extends Record>
@NotNull UpdateSetFirstStep<R> Create a new DSL update statement.static @NotNull ConditionDSL.updating()TheUPDATINGfunction.TheUPPERfunction.TheUPPERfunction.static @NotNull UserCreate a new user reference.static @NotNull UserCreate a new user reference.DSL.uuid()TheUUIDfunction.static @NotNull Field<byte[]> TheUUID_TO_BINfunction.static @NotNull Field<byte[]> TheUUID_TO_BINfunction.DSL.val(boolean value) Get a bind value.DSL.val(byte value) Get a bind value.static @NotNull Param<byte[]> DSL.val(byte[] value) Get a bind value.DSL.val(double value) Get a bind value.DSL.val(float value) Get a bind value.DSL.val(int value) Get a bind value.DSL.val(long value) Get a bind value.DSL.val(short value) Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.static <T> @NotNull Param<T> Get a bind value with an associated type, taken from a field.static <T> @NotNull Param<T> Get a bind value with an associated type.static <T> @NotNull Param<T> Get a bind value with an associated type, taken from a field.Get a bind value.Get a bind value.static @NotNull Param<BigDecimal> DSL.val(BigDecimal value) Get a bind value.static @NotNull Param<BigInteger> DSL.val(BigInteger value) Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.static @NotNull Param<LocalDateTime> DSL.val(LocalDateTime value) Get a bind value.Get a bind value.static @NotNull Param<OffsetDateTime> DSL.val(OffsetDateTime value) Get a bind value.static @NotNull Param<OffsetTime> DSL.val(OffsetTime value) Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.static <T> @NotNull Param<T> DSL.val(T value) Get a bind value.DSL.value(boolean value) A synonym forDSL.val(boolean)to be used in Scala and Groovy, wherevalis a reserved keyword.DSL.value(byte value) A synonym forDSL.val(byte)to be used in Scala and Groovy, wherevalis a reserved keyword.static @NotNull Param<byte[]> DSL.value(byte[] value) A synonym forDSL.val(byte[])to be used in Scala and Groovy, wherevalis a reserved keyword.DSL.value(double value) A synonym forDSL.val(double)to be used in Scala and Groovy, wherevalis a reserved keyword.DSL.value(float value) A synonym forDSL.val(float)to be used in Scala and Groovy, wherevalis a reserved keyword.DSL.value(int value) A synonym forDSL.val(int)to be used in Scala and Groovy, wherevalis a reserved keyword.DSL.value(long value) A synonym forDSL.val(long)to be used in Scala and Groovy, wherevalis a reserved keyword.DSL.value(short value) A synonym forDSL.val(short)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Boolean)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Byte)to be used in Scala and Groovy, wherevalis a reserved keyword.static <T> @NotNull Field<T> Create theVALUEpseudo field for usage withDOMAINspecifications.A synonym forDSL.val(Double)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Float)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Integer)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Long)to be used in Scala and Groovy, wherevalis a reserved keyword.static <T> @NotNull Param<T> A synonym forDSL.val(Object, Class)to be used in Scala and Groovy, wherevalis a reserved keyword.static <T> @NotNull Param<T> A synonym forDSL.val(Object, DataType)to be used in Scala and Groovy, wherevalis a reserved keyword.static <T> @NotNull Param<T> A synonym forDSL.val(Object, Field)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Short)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(String)to be used in Scala and Groovy, wherevalis a reserved keyword.static @NotNull Param<BigDecimal> DSL.value(BigDecimal value) A synonym forDSL.val(BigDecimal)to be used in Scala and Groovy, wherevalis a reserved keyword.static @NotNull Param<BigInteger> DSL.value(BigInteger value) A synonym forDSL.val(BigInteger)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Date)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Time)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Timestamp)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Instant)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(LocalDate)to be used in Scala and Groovy, wherevalis a reserved keyword.static @NotNull Param<LocalDateTime> DSL.value(LocalDateTime value) A synonym forDSL.val(LocalDateTime)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(LocalTime)to be used in Scala and Groovy, wherevalis a reserved keyword.static @NotNull Param<OffsetDateTime> DSL.value(OffsetDateTime value) A synonym forDSL.val(OffsetDateTime)to be used in Scala and Groovy, wherevalis a reserved keyword.static @NotNull Param<OffsetTime> DSL.value(OffsetTime value) A synonym forDSL.val(OffsetTime)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(UUID)to be used in Scala and Groovy, wherevalis a reserved keyword.static <T> @NotNull Field<T> Create theVALUEpseudo field for usage withDOMAINspecifications.A synonym forDSL.val(Geography)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(Geometry)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(JSON)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(JSONB)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(UByte)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(UInteger)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(ULong)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(UShort)to be used in Scala and Groovy, wherevalis a reserved keyword.A synonym forDSL.val(XML)to be used in Scala and Groovy, wherevalis a reserved keyword.static <T> @NotNull Param<T> DSL.value(T value) A synonym forDSL.val(Object)to be used in Scala and Groovy, wherevalis a reserved keyword.Create aVALUES()expression of degree1.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10>
@NotNull Table<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> Create aVALUES()expression of degree10.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
@NotNull Table<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> Create aVALUES()expression of degree11.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
@NotNull Table<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> Create aVALUES()expression of degree12.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
@NotNull Table<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> Create aVALUES()expression of degree13.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
@NotNull Table<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> Create aVALUES()expression of degree14.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
@NotNull Table<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> Create aVALUES()expression of degree15.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
@NotNull Table<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> Create aVALUES()expression of degree16.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
@NotNull Table<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> Create aVALUES()expression of degree17.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
@NotNull Table<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> Create aVALUES()expression of degree18.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
@NotNull Table<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> Create aVALUES()expression of degree19.Create aVALUES()expression of degree2.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
@NotNull Table<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> Create aVALUES()expression of degree20.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
@NotNull Table<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> DSL.values(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>... rows) Create aVALUES()expression of degree21.static <T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
@NotNull Table<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> DSL.values(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... rows) Create aVALUES()expression of degree22.Create aVALUES()expression of degree3.Create aVALUES()expression of degree4.Create aVALUES()expression of degree5.Create aVALUES()expression of degree6.Create aVALUES()expression of degree7.Create aVALUES()expression of degree8.Create aVALUES()expression of degree9.Create aVALUES()expression of arbitrary degree.static <T> @NotNull Variable<T> Create a local variable reference for use in procedural code.static <T> @NotNull Variable<T> Create a local variable reference for use in procedural code.static <T> @NotNull Variable<T> A synonym forDSL.var(Name, DataType)to be used in Scala and Groovy, wherevaris a reserved keyword.static <T> @NotNull Variable<T> A synonym forDSL.var(Name, DataType)to be used in Scala and Groovy, wherevaris a reserved keyword.static @NotNull AggregateFunction<BigDecimal> TheVAR_POPfunction.static @NotNull AggregateFunction<BigDecimal> TheVAR_SAMPfunction.Get the week part of a date.Get the week part of a date.Get the week part of a date.static <T> @NotNull CaseConditionStep<T> Initialise aCasestatement.static <T> @NotNull CaseConditionStep<T> Initialise aCasestatement.static <T> @NotNull CaseConditionStep<T> Initialise aCasestatement.static <T> @NotNull CaseConditionStep<T> Initialise aCasestatement.static <T> @NotNull CaseConditionStep<T> Initialise aCasestatement.static <T> @NotNull CaseConditionStep<T> Initialise aCasestatement.static @NotNull LoopStepCreate aWHILEloop for use in procedural code.TheWIDTH_BUCKETfunction.DSL.widthBucket(Field<T> field, T low, T high, int buckets) TheWIDTH_BUCKETfunction.static @NotNull WithAsStepCreate aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep1Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepCreate aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep2Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep3Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep4DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep5DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep6DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep7DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep8DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep9DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep10DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep11DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep12DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep13DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep14DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep15DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep16DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep17DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep18DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep19DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep20DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep21DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep22DSL.with(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21, String fieldAlias22) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDSL.with(String alias, Collection<String> fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDeprecated, 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.static @NotNull WithStepDSL.with(Collection<? extends CommonTableExpression<?>> tables) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithStepDSL.with(CommonTableExpression<?>... tables) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepCreate aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDSL.with(Name alias, Collection<? extends Name> fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep1Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepCreate aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep2Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep3Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep4Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep5DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep6DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep7DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep8DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep9DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep10DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep11DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep12DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep13DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep14DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep15DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep16DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep17DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep18DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep19DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep20DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep21DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep22DSL.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21, Name fieldAlias22) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDSL.withRecursive(String alias) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep1DSL.withRecursive(String alias, String fieldAlias1) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDSL.withRecursive(String alias, String... fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep2DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep3DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep4DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep5DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep6DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep7DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep8DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep9DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep10DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep11DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep12DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep13DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep14DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep15DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep16DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep17DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep18DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep19DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep20DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep21DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep22DSL.withRecursive(String alias, String fieldAlias1, String fieldAlias2, String fieldAlias3, String fieldAlias4, String fieldAlias5, String fieldAlias6, String fieldAlias7, String fieldAlias8, String fieldAlias9, String fieldAlias10, String fieldAlias11, String fieldAlias12, String fieldAlias13, String fieldAlias14, String fieldAlias15, String fieldAlias16, String fieldAlias17, String fieldAlias18, String fieldAlias19, String fieldAlias20, String fieldAlias21, String fieldAlias22) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDSL.withRecursive(String alias, Collection<String> fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDSL.withRecursive(String alias, 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.static @NotNull WithStepDSL.withRecursive(Collection<? extends CommonTableExpression<?>> tables) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithStepDSL.withRecursive(CommonTableExpression<?>... tables) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDSL.withRecursive(Name alias) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDSL.withRecursive(Name alias, Collection<? extends Name> fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep1DSL.withRecursive(Name alias, Name fieldAlias1) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStepDSL.withRecursive(Name alias, Name... fieldAliases) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep2DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep3DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep4DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep5DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep6DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep7DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep8DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep9DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep10DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep11DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep12DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep13DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep14DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep15DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep16DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep17DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep18DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep19DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep20DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep21DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull WithAsStep22DSL.withRecursive(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4, Name fieldAlias5, Name fieldAlias6, Name fieldAlias7, Name fieldAlias8, Name fieldAlias9, Name fieldAlias10, Name fieldAlias11, Name fieldAlias12, Name fieldAlias13, Name fieldAlias14, Name fieldAlias15, Name fieldAlias16, Name fieldAlias17, Name fieldAlias18, Name fieldAlias19, Name fieldAlias20, Name fieldAlias21, Name fieldAlias22) Create aWITHclause to supply subsequentSELECT,UPDATE,INSERT,DELETE, andMERGEstatements withCommonTableExpressions.static @NotNull XMLAggOrderByStep<XML> The XML aggregate function.static @NotNull XMLAttributesDSL.xmlattributes(Collection<? extends Field<?>> attributes) The XML attributes constructor.static @NotNull XMLAttributesDSL.xmlattributes(Field<?>... attributes) The XML attributes constructor.DSL.xmlcomment(String comment) TheXMLCOMMENTfunction.DSL.xmlcomment(Field<String> comment) TheXMLCOMMENTfunction.DSL.xmlconcat(Collection<? extends Field<?>> args) TheXMLCONCATfunction.TheXMLCONCATfunction.DSL.xmldocument(Field<XML> content) TheXMLDOCUMENTfunction.DSL.xmlelement(String name, Collection<? extends Field<?>> content) The XML element constructor.DSL.xmlelement(String name, Field<?>... content) The XML element constructor.DSL.xmlelement(String name, XMLAttributes attributes, Collection<? extends Field<?>> content) The XML element constructor.DSL.xmlelement(String name, XMLAttributes attributes, Field<?>... content) The XML element constructor.DSL.xmlelement(Name name, Collection<? extends Field<?>> content) The XML element constructor.DSL.xmlelement(Name name, Field<?>... content) The XML element constructor.DSL.xmlelement(Name name, XMLAttributes attributes, Collection<? extends Field<?>> content) The XML element constructor.DSL.xmlelement(Name name, XMLAttributes attributes, Field<?>... content) The XML element constructor.static @NotNull XMLExistsPassingStepThe XML exists function.static @NotNull XMLExistsPassingStepThe XML exists function.DSL.xmlforest(Collection<? extends Field<?>> fields) TheXMLFORESTfunction.TheXMLFORESTfunction.DSL.xmlparseContent(String content) The XML parse function.DSL.xmlparseContent(Field<String> content) The XML parse function.DSL.xmlparseDocument(String content) The XML parse function.DSL.xmlparseDocument(Field<String> content) The XML parse function.TheXMLPIfunction.TheXMLPIfunction.TheXMLPIfunction.TheXMLPIfunction.static @NotNull XMLQueryPassingStepThe XML query function.static @NotNull XMLQueryPassingStepThe XML query function.static <T> @NotNull Field<T> DSL.xmlserializeContent(Field<XML> value, DataType<T> type) TheXMLSERIALIZE_CONTENTfunction.static <T> @NotNull Field<T> DSL.xmlserializeContent(XML value, DataType<T> type) TheXMLSERIALIZE_CONTENTfunction.static <T> @NotNull Field<T> DSL.xmlserializeDocument(Field<XML> value, DataType<T> type) TheXMLSERIALIZEfunction.static <T> @NotNull Field<T> DSL.xmlserializeDocument(XML value, DataType<T> type) TheXMLSERIALIZEfunction.static @NotNull XMLTablePassingStepThe XML table function.static @NotNull XMLTablePassingStepThe XML table function.static @NotNull ConditionDSL.xor(Collection<? extends Condition> conditions) static @NotNull Conditionstatic @NotNull ConditionGet the year part of a date.Get the year part of a date.Get the year part of a date.DSL.zero()A0literal. -
Uses of Support in org.jooq.util.mysql
Methods in org.jooq.util.mysql with annotations of type SupportModifier and TypeMethodDescriptionstatic @NotNull Field<byte[]> MySQLDSL.aesDecrypt(byte[] cryptString, byte[] keyString) Get the MySQL-specificAES_DECRYPT()function.MySQLDSL.aesDecrypt(String cryptString, String keyString) Get the MySQL-specificAES_DECRYPT()function.static <T> @NotNull Field<T> MySQLDSL.aesDecrypt(Field<T> cryptString, Field<T> keyString) Get the MySQL-specificAES_DECRYPT()function.static @NotNull Field<byte[]> MySQLDSL.aesEncrypt(byte[] string, byte[] keyString) Get the MySQL-specificAES_ENCRYPT()function.MySQLDSL.aesEncrypt(String string, String keyString) Get the MySQL-specificAES_ENCRYPT()function.static <T> @NotNull Field<T> MySQLDSL.aesEncrypt(Field<T> string, Field<T> keyString) Get the MySQL-specificAES_ENCRYPT()function.static @NotNull Field<byte[]> MySQLDSL.compress(byte[] string) Get the MySQL-specificCOMPRESS()function.Get the MySQL-specificCOMPRESS()function.static <T> @NotNull Field<T> Get the MySQL-specificCOMPRESS()function.static @NotNull Field<byte[]> MySQLDSL.decode(byte[] cryptString, byte[] keyString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static <T> @NotNull Field<T> Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static @NotNull Field<byte[]> MySQLDSL.desDecrypt(byte[] cryptString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static @NotNull Field<byte[]> MySQLDSL.desDecrypt(byte[] cryptString, byte[] keyString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8MySQLDSL.desDecrypt(String cryptString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8MySQLDSL.desDecrypt(String cryptString, String keyString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static <T> @NotNull Field<T> MySQLDSL.desDecrypt(Field<T> cryptString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static <T> @NotNull Field<T> MySQLDSL.desDecrypt(Field<T> cryptString, Field<T> keyString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static @NotNull Field<byte[]> MySQLDSL.desEncrypt(byte[] string) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static @NotNull Field<byte[]> MySQLDSL.desEncrypt(byte[] string, byte[] keyString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8MySQLDSL.desEncrypt(String string) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8MySQLDSL.desEncrypt(String string, String keyString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static <T> @NotNull Field<T> MySQLDSL.desEncrypt(Field<T> string) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static <T> @NotNull Field<T> MySQLDSL.desEncrypt(Field<T> string, Field<T> keyString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static @NotNull Field<byte[]> MySQLDSL.encode(byte[] string, byte[] keyString) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static <T> @NotNull Field<T> Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static @NotNull Field<byte[]> MySQLDSL.password(byte[] string) Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static <T> @NotNull Field<T> Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#8611] - This function has been removed from MySQL 8static @NotNull Field<byte[]> MySQLDSL.sha1(byte[] string) Get the MySQL-specificSHA1()function.Get the MySQL-specificSHA1()function.static <T> @NotNull Field<T> Get the MySQL-specificSHA1()function.static @NotNull Field<byte[]> MySQLDSL.sha2(byte[] string, int hashLength) Get the MySQL-specificSHA2()function.Get the MySQL-specificSHA2()function.static <T> @NotNull Field<T> Get the MySQL-specificSHA2()function.static @NotNull Field<byte[]> MySQLDSL.uncompress(byte[] string) Get the MySQL-specificUNCOMPRESS()function.MySQLDSL.uncompress(String string) Get the MySQL-specificUNCOMPRESS()function.static <T> @NotNull Field<T> MySQLDSL.uncompress(Field<T> string) Get the MySQL-specificUNCOMPRESS()function.MySQLDSL.uncompressedLength(byte[] string) Get the MySQL-specificUNCOMPRESSED_LENGTH()function.MySQLDSL.uncompressedLength(String string) Get the MySQL-specificUNCOMPRESSED_LENGTH()function.MySQLDSL.uncompressedLength(Field<T> string) Get the MySQL-specificUNCOMPRESSED_LENGTH()function.static <T> @NotNull Field<T> Deprecated, for removal: This API element is subject to removal in a future version.- 3.15.0 - [#12099] - MySQL 8.0.20 has deprecated this clause and replaced it by something new, which we'll support soon, see https://dev.mysql.com/doc/refman/8.0/en/insert-on-duplicate.html/ and https://github.com/jOOQ/jOOQ/issues/12099 -
Uses of Support in org.jooq.util.oracle
Methods in org.jooq.util.oracle with annotations of type SupportModifier and TypeMethodDescriptionstatic @NotNull Field<BigDecimal> The Oracle-Text specificCATSEARCHfunction.static @NotNull Field<BigDecimal> The Oracle-Text specificCONTAINSfunction.static @NotNull Field<BigDecimal> The Oracle-Text specificCONTAINSfunction.static @NotNull Field<BigDecimal> The Oracle-Text specificMATCHESfunction.static @NotNull Field<BigDecimal> The Oracle-Text specificCONTAINSfunction.static @NotNull Field<BigDecimal> OracleDSL.matchScore(int label) The Oracle-Text specificMATCH_SCOREfunction.OracleDSL.oraRowscn()The Oracle-specificORA_ROWSCNpseudo-field.OracleDSL.rowid()The Oracle-specificROWIDpseudo-field.OracleDSL.rownum()The Oracle-specificROWNUMpseudo-field.OracleDSL.rowscn()The Oracle-specificORA_ROWSCNpseudo-field.OracleDSL.scnToTimestamp(Number scn) The Oracle-specificSCN_TO_TIMESTAMPfunction.OracleDSL.scnToTimestamp(Field<? extends Number> scn) The Oracle-specificSCN_TO_TIMESTAMPfunction.static @NotNull Field<BigDecimal> OracleDSL.score(int label) The Oracle-Text specificSCOREfunction.OracleDSL.sysContext(String namespace, String parameter) The Oracle-specificSYS_CONTEXTfunction.OracleDSL.sysContext(String namespace, String parameter, int length) The Oracle-specificSYS_CONTEXTfunction.OracleDSL.timestampToScn(Date timestamp) The Oracle-specificTIMESTAMP_TO_SCNfunction.OracleDSL.timestampToScn(Field<? extends Date> scn) The Oracle-specificTIMESTAMP_TO_SCNfunction.Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#8381] [#10641] - UseDSL.toChar(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#8381] [#10641] - UseDSL.toChar(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#8381] [#10641] - UseDSL.toChar(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#8381] [#10641] - UseDSL.toChar(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#8381] [#10641] - UseDSL.toChar(Field, Field)instead.Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#8381] [#10641] - UseDSL.toChar(Field, Field)instead.static @NotNull Field<BigDecimal> The Oracle-specificTO_NUMBERfunction.static @NotNull Field<BigDecimal> The Oracle-specificTO_NUMBERfunction.static @NotNull Field<BigDecimal> The Oracle-specificTO_NUMBERfunction.static @NotNull Field<BigDecimal> The Oracle-specificTO_NUMBERfunction.static @NotNull Field<BigDecimal> The Oracle-specificTO_NUMBERfunction.static @NotNull Field<BigDecimal> The Oracle-specificTO_NUMBERfunction.OracleDSL.versionsEndscn()The Oracle-specificVERSIONS_ENDSCNpseudo-field.OracleDSL.versionsEndtime()The Oracle-specificVERSIONS_ENDTIMEpseudo-field.OracleDSL.versionsOperation()The Oracle-specificVERSIONS_OPERATIONpseudo-field.OracleDSL.versionsStartscn()The Oracle-specificVERSIONS_STARTSCNpseudo-field.OracleDSL.versionsStarttime()The Oracle-specificVERSIONS_STARTTIMEpseudo-field.OracleDSL.versionsXid()The Oracle-specificVERSIONS_XIDpseudo-field. -
Uses of Support in org.jooq.util.postgres
Methods in org.jooq.util.postgres with annotations of type SupportModifier and TypeMethodDescriptionstatic <T> @NotNull Field<T[]> PostgresDSL.arrayAppend(Field<T[]> array, Field<T> value) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayAppend(Field, Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayAppend(Field<T[]> array, T value) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayAppend(Field, Object)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayAppend(T[] array, Field<T> value) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayAppend(Object[], Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayAppend(T[] array, T value) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayAppend(Object[], Object)instead.static <T> @NotNull Field<T[]> Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayConcat(Field, Field)instead.static <T> @NotNull Field<T[]> Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayConcat(Field, Object[])instead.static <T> @NotNull Field<T[]> Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayConcat(Object[], Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayCat(T[] array1, T[] array2) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayConcat(Object[], Object[])instead.static <T> @NotNull Field<T[]> The PostgreSQLarray_fill(anyelement, int[])function.static <T> @NotNull Field<T[]> The PostgreSQLarray_fill(anyelement, int[], int[])function.static <T> @NotNull Field<T[]> The PostgreSQLarray_fill(anyelement, int[])function.static <T> @NotNull Field<T[]> The PostgreSQLarray_fill(anyelement, int[], int[])function.static <T> @NotNull Field<T[]> The PostgreSQLarray_fill(anyelement, int[])function.static <T> @NotNull Field<T[]> The PostgreSQLarray_fill(anyelement, int[], int[])function.static <T> @NotNull Field<T[]> The PostgreSQLarray_fill(anyelement, int[])function.static <T> @NotNull Field<T[]> The PostgreSQLarray_fill(anyelement, int[], int[])function.PostgresDSL.arrayLength(Object[] array) The PostgreSQLarray_length(anyarray, int)function.PostgresDSL.arrayLength(Field<? extends Object[]> array) The PostgreSQLarray_length(anyarray, int)function.static <T> @NotNull ConditionPostgresDSL.arrayOverlap(Field<T[]> left, Field<T[]> right) Deprecated.- 3.18.0 - [#14352] - UseDSL.arrayOverlap(Field, Field)instead.static <T> @NotNull ConditionPostgresDSL.arrayOverlap(Field<T[]> left, T[] right) Deprecated.- 3.18.0 - [#14352] - UseDSL.arrayOverlap(Field, Object[])instead.static <T> @NotNull ConditionPostgresDSL.arrayOverlap(T[] left, Field<T[]> right) Deprecated.- 3.16.0 - [#14352] - UseDSL.arrayOverlap(Object[], Field)instead.static <T> @NotNull ConditionPostgresDSL.arrayOverlap(T[] left, T[] right) Deprecated.- 3.18.0 - [#14352] - UseDSL.arrayOverlap(Object[], Object[])instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayPrepend(Field<T> value, Field<T[]> array) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayPrepend(Field, Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayPrepend(Field<T> value, T[] array) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayPrepend(Field, Object[])instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayPrepend(T value, Field<T[]> array) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayPrepend(Object, Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayPrepend(T value, T[] array) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayPrepend(Object, Object[])instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayRemove(Field<T[]> array, Field<T> element) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayRemove(Field, Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayRemove(Field<T[]> array, T element) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayRemove(Field, Object)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayRemove(T[] array, Field<T> element) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayRemove(Object[], Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayRemove(T[] array, T element) Deprecated.- 3.18.0 - [#14388] - UseDSL.arrayRemove(Object[], Object)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayReplace(Field<T[]> array, Field<T> search, Field<T> replace) Deprecated.- 3.18.0 - [#11981] - UseDSL.arrayReplace(Field, Field, Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayReplace(Field<T[]> array, T search, T replace) Deprecated.- 3.18.0 - [#11981] - UseDSL.arrayReplace(Field, Field, Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayReplace(T[] array, Field<T> search, Field<T> replace) Deprecated.- 3.18.0 - [#11981] - UseDSL.arrayReplace(Field, Field, Field)instead.static <T> @NotNull Field<T[]> PostgresDSL.arrayReplace(T[] array, T search, T replace) Deprecated.- 3.18.0 - [#11981] - UseDSL.arrayReplace(Object[], Object, Object)instead.PostgresDSL.arrayToString(Object[] array, String delimiter) The PostgreSQLarray_to_string(anyarray, delimiter)function.PostgresDSL.arrayToString(Object[] array, Field<String> delimiter) The PostgreSQLarray_to_string(anyarray, delimiter)function.PostgresDSL.arrayToString(Field<? extends Object[]> array, String delimiter) The PostgreSQLarray_to_string(anyarray, delimiter)function.PostgresDSL.arrayToString(Field<? extends Object[]> array, Field<String> delimiter) The PostgreSQLarray_to_string(anyarray, delimiter)function.Deprecated, for removal: This API element is subject to removal in a future version.- [#12420] - 3.16.0 - Use actualOIDcolumn references in jOOQ-meta, instead.Get the PostgreSQL-specificONLY [table]clause for use with table inheritance.PostgresDSL.stringToArray(String string, String delimiter) The PostgreSQLstring_to_array(anyarray, delimiter)function.PostgresDSL.stringToArray(String string, String delimiter, String nullString) The PostgreSQLstring_to_array(anyarray, delimiter)function.PostgresDSL.stringToArray(String string, Field<String> delimiter) The PostgreSQLstring_to_array(anyarray, delimiter)function.The PostgreSQLstring_to_array(anyarray, delimiter)function.PostgresDSL.stringToArray(Field<String> string, String delimiter) The PostgreSQLstring_to_array(anyarray, delimiter)function.PostgresDSL.stringToArray(Field<String> string, String delimiter, String nullString) The PostgreSQLstring_to_array(anyarray, delimiter)function.PostgresDSL.stringToArray(Field<String> string, Field<String> delimiter) The PostgreSQLstring_to_array(anyarray, delimiter)function.The PostgreSQLstring_to_array(anyarray, delimiter)function. -
Uses of Support in org.jooq.util.sqlserver
Methods in org.jooq.util.sqlserver with annotations of type SupportModifier and TypeMethodDescriptionSQLServerDSL.difference(String value1, String value2) The SQL Server specificDIFFERENCE()function.SQLServerDSL.difference(String value1, Field<String> value2) The SQL Server specificDIFFERENCE()function.SQLServerDSL.difference(Field<String> value1, String value2) The SQL Server specificDIFFERENCE()function.SQLServerDSL.difference(Field<String> value1, Field<String> value2) The SQL Server specificDIFFERENCE()function.The SQL Server specificSOUNDEX()function.The SQL Server specificSOUNDEX()function.
DSL.abs(Field)instead.