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 FieldOrConstraint> 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 AlterTableAddStepAlterTableStep.add(FieldOrConstraint... fields)Add anADDclause with multiple columns or constraints to theALTER TABLEstatement.@NotNull AlterTableAddStepAdd anADD COLUMNclause 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.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, 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.voidLimit the results of this select.voidLimit the results of this select using named parameters.voidSelectQuery.addLimit(int numberOfRows)Limit the results of this select.voidSelectQuery.addLimit(int offset, int numberOfRows)Limit the results of this select.voidLimit the results of this select using named parameters.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select using named parameters.voidLimit the results of this select using named parameters.voidLimit the results of this select.voidLimit the results of this select using named parameters.voidLimit the results of this select.voidLimit the results of this select.voidLimit the results of this select using named parameters.voidSelectQuery.addOffset(int offset)Add anOFFSETclause to the query.voidAdd anOFFSETclause to the query.voidAdd anOFFSETclause to the query using a named parameter.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 callingnewRecord(); 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> voidSpecify a multi-column set clause for theUPDATEstatement.<T1, T2> voidSpecify 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>
voidUpdateQuery.addValues(Row5<T1,T2,T3,T4,T5> row, Select<? extends Record5<T1,T2,T3,T4,T5>> select)Specify 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>
voidUpdateQuery.addValues(Row7<T1,T2,T3,T4,T5,T6,T7> row, Row7<T1,T2,T3,T4,T5,T6,T7> value)Specify 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>
voidUpdateQuery.addValues(Row8<T1,T2,T3,T4,T5,T6,T7,T8> row, Row8<T1,T2,T3,T4,T5,T6,T7,T8> value)Specify 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>
voidUpdateQuery.addValues(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>
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 ..@NotNull AlterTableFinalStepAdd aAFTERclause toALTER TABLE ..@NotNull AlterTableFinalStepAdd aAFTERclause toALTER TABLE ..@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 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 AlterViewStepTheALTER VIEWstatement.@NotNull AlterViewStepTheALTER 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 ConditionBetweenAndStep14.and(Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> maxValue)Create 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 ConditionBetweenAndStep15.and(Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> maxValue)Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep15.and(Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> maxValue)Create 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 ConditionBetweenAndStep16.and(Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> maxValue)Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep16.and(Row16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> maxValue)Create 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 ConditionBetweenAndStep17.and(Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> maxValue)Create a condition to check this field against some bounds@NotNull ConditionBetweenAndStep17.and(Row17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> maxValue)Create 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 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 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...@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andCurrentRow()Add a...@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...@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andFollowing(int number)Add a...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...@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andPreceding(int number)Add a...@NotNull WindowExcludeStep<T>WindowRowsAndStep.andUnboundedFollowing()Add a...@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andUnboundedFollowing()Add a...@NotNull WindowExcludeStep<T>WindowRowsAndStep.andUnboundedPreceding()Add a...@NotNull WindowSpecificationExcludeStepWindowSpecificationRowsAndStep.andUnboundedPreceding()Add a...@NotNull QueryCallArgsStep.args(Collection<? extends Field<?>> args)Add theARGSclause to theCALLstatement.@NotNull QueryAdd theARGSclause to theCALLstatement.<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.@NotNull CreateTableWithDataStepAdd anASclause 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 CreateViewFinalStepAdd anASclause to theCREATE VIEWstatement.@NotNull CreateViewFinalStepAdd anASclause to theCREATE VIEWstatement.@NotNull CreateViewFinalStepAdd anASclause to theCREATE VIEWstatement.@NotNull CreateViewFinalStepAdd anASclause to theCREATE VIEWstatement.@NotNull CreateViewFinalStepAdd anASclause 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.Create an alias for this field.Create an alias for this field based on another field's name.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, 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.Create an alias for this table.Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.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, 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<?> 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.<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, 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.The underlying aliased table representation of this object.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.@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 ..@NotNull AlterTableFinalStepAdd aBEFOREclause toALTER TABLE ..@NotNull AlterTableFinalStepAdd aBEFOREclause toALTER TABLE ..@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.Row16.between(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 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.Row16.between(Row16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> minValue)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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>Row17.between(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 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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>Row17.between(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 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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>Row18.between(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 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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>Row18.between(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 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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>Row19.between(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 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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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 ConditionRow7.between(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 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 ConditionRow8.between(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 within a range of two other row value expressions.@NotNull ConditionRow8.between(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 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 ConditionRow9.between(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 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.Row14.betweenSymmetric(Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> minValue)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.Row14.betweenSymmetric(Row14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> minValue)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.Row15.betweenSymmetric(Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> minValue)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.Row15.betweenSymmetric(Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> minValue)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.Row16.betweenSymmetric(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 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.Row16.betweenSymmetric(Row16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> minValue)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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>Row17.betweenSymmetric(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 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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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 ConditionRow6.betweenSymmetric(Record6<T1,T2,T3,T4,T5,T6> minValue, Record6<T1,T2,T3,T4,T5,T6> 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 ConditionRow6.betweenSymmetric(Row6<T1,T2,T3,T4,T5,T6> minValue, Row6<T1,T2,T3,T4,T5,T6> maxValue)Check 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 ConditionRow7.betweenSymmetric(Row7<T1,T2,T3,T4,T5,T6,T7> minValue, Row7<T1,T2,T3,T4,T5,T6,T7> maxValue)Check 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 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.The bitwise and operator.The bitwise and operator.Field.bitLength()Deprecated, for removal: This API element is subject to removal in a future version.- 3.13 - [#9407] - UseDSL.bitLength(Field)instead.The bitwise not and operator.The bitwise not and operator.The bitwise not or operator.The bitwise not or operator.Field.bitNot()The bitwise not operator.The bitwise or operator.The bitwise or operator.The bitwise not xor operator.The bitwise not xor operator.The bitwise xor operator.The bitwise xor operator.@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 CreateSequenceFlagsStepAdd theCACHEclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStepAdd 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 ..@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 CreateTableConstraintStepConvenience method to add an unnamed (system named)CHECKconstraint to the table.<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 CreateTableColumnStepAdd a column to the column list of theCREATE TABLEstatement.@NotNull CreateTableColumnStepAdd a column to the column list of theCREATE TABLEstatement.<T> @NotNull CreateTableColumnStepAdd a column to the column list of theCREATE TABLEstatement.@NotNull CreateTableColumnStepAdd a column to the column list of 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 CreateTableColumnStepAdd several columns to the column list of theCREATE TABLEstatement.@NotNull CreateTableColumnStepCreateTableColumnStep.columns(Collection<? extends Field<?>> fields)Add several columns to the column list of theCREATE TABLEstatement.@NotNull CreateTableColumnStepAdd several columns to the column list of theCREATE TABLEstatement.@NotNull CreateTableColumnStepAdd several columns to the column list of 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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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>MergeUsingStep.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 a comment to the table.@NotNull CreateTableStorageStepAdd a comment to the 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.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 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 ConditionRow11.compare(Comparator comparator, Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> 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 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 ConditionRow12.compare(Comparator comparator, Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 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 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 ConditionRow13.compare(Comparator comparator, Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> record)Compare this row value expression with a record using a dynamic comparator.@NotNull ConditionRow13.compare(Comparator comparator, Row13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> row)Compare 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 ConditionRow14.compare(Comparator comparator, Row14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> row)Compare 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 ConditionRow15.compare(Comparator comparator, Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> row)Compare 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 ConditionRow8.compare(Comparator comparator, Select<? 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 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 ConditionRow9.compare(Comparator comparator, Select<? 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 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 CreateTableConstraintStepCreateTableConstraintStep.constraint(Constraint constraint)Add a constraint to the table.@NotNull CreateDomainConstraintStepCreateDomainConstraintStep.constraints(Collection<? extends Constraint> constraints)Add theCONSTRAINTSclause to theCREATE DOMAINstatement.@NotNull CreateDomainConstraintStepCreateDomainConstraintStep.constraints(Constraint... constraints)Add theCONSTRAINTSclause to theCREATE DOMAINstatement.@NotNull CreateTableConstraintStepCreateTableConstraintStep.constraints(Collection<? extends Constraint> constraints)Add constraints to the table.@NotNull CreateTableConstraintStepCreateTableConstraintStep.constraints(Constraint... constraints)Add constraints to the table.@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 ConditionConvenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull ConditionConvenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull ConditionField.containsIgnoreCase(Field<T> value)Convenience method forField.likeIgnoreCase(String, char)including proper adding of wildcards and escaping.@NotNull ConditionField.containsIgnoreCase(T value)Convenience method forField.likeIgnoreCase(String, char)including proper adding of wildcards and escaping.@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 CreateTableColumnStepDSLContext.createGlobalTemporaryTable(String table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createGlobalTemporaryTable(Name table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createGlobalTemporaryTable(Table<?> table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.@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 CreateFunctionParametersStepDSLContext.createOrReplaceFunction(String function)TheCREATE OR REPLACE FUNCTIONstatement.@NotNull CreateFunctionParametersStepDSLContext.createOrReplaceFunction(Name function)TheCREATE OR REPLACE FUNCTIONstatement.@NotNull CreateProcedureParametersStepDSLContext.createOrReplaceProcedure(String procedure)TheCREATE OR REPLACE PROCEDUREstatement.@NotNull CreateProcedureParametersStepDSLContext.createOrReplaceProcedure(Name procedure)TheCREATE OR REPLACE PROCEDUREstatement.@NotNull CreateTriggerEventStepDSLContext.createOrReplaceTrigger(String trigger)TheCREATE OR REPLACE TRIGGERstatement.@NotNull CreateTriggerEventStepDSLContext.createOrReplaceTrigger(Name trigger)TheCREATE OR REPLACE TRIGGERstatement.@NotNull CreateViewAsStep<Record>DSLContext.createOrReplaceView(String view, String... fields)Create a new DSLCREATE 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, 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)Create a new DSLCREATE 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)Create a new DSLCREATE OR REPLACE VIEWstatement.@NotNull CreateProcedureParametersStepDSLContext.createProcedure(String procedure)TheCREATE PROCEDUREstatement.@NotNull CreateProcedureParametersStepDSLContext.createProcedure(Name procedure)TheCREATE PROCEDUREstatement.@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 CreateSequenceFlagsStepDSLContext.createSequence(String sequence)TheCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStepDSLContext.createSequence(Name sequence)TheCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStepDSLContext.createSequence(Sequence<?> sequence)TheCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStepDSLContext.createSequenceIfNotExists(String sequence)TheCREATE SEQUENCE IF NOT EXISTSstatement.@NotNull CreateSequenceFlagsStepDSLContext.createSequenceIfNotExists(Name sequence)TheCREATE SEQUENCE IF NOT EXISTSstatement.@NotNull CreateSequenceFlagsStepDSLContext.createSequenceIfNotExists(Sequence<?> sequence)TheCREATE SEQUENCE IF NOT EXISTSstatement.@NotNull CreateTableColumnStepDSLContext.createTable(String table)Create a new DSLCREATE TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createTable(Name table)Create a new DSLCREATE TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createTable(Table<?> table)Create a new DSLCREATE TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createTableIfNotExists(String table)Create a new DSLCREATE TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createTableIfNotExists(Name table)Create a new DSLCREATE TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createTableIfNotExists(Table<?> table)Create a new DSLCREATE TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createTemporaryTable(String table)Create a new DSLCREATE TEMPORARY TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createTemporaryTable(Name table)Create a new DSLCREATE TEMPORARY TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createTemporaryTable(Table<?> table)Create a new DSLCREATE TEMPORARY TABLEstatement.@NotNull CreateTableColumnStepDSLContext.createTemporaryTableIfNotExists(String table)Create a new DSLCREATE TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTableColumnStepDSLContext.createTemporaryTableIfNotExists(Name table)Create a new DSLCREATE TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTableColumnStepDSLContext.createTemporaryTableIfNotExists(Table<?> table)Create a new DSLCREATE TEMPORARY TABLE IF NOT EXISTSstatement.@NotNull CreateTriggerEventStepDSLContext.createTrigger(String trigger)TheCREATE TRIGGERstatement.@NotNull CreateTriggerEventStepDSLContext.createTrigger(Name trigger)TheCREATE TRIGGERstatement.@NotNull CreateTypeStepDSLContext.createType(String type)Create a new DSLCREATE TYPEstatement.@NotNull CreateTypeStepDSLContext.createType(Name type)Create a new DSLCREATE TYPEstatement.@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)Create a new DSLCREATE 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, 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)Create a new DSLCREATE 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)Create a new DSLCREATE VIEWstatement.@NotNull CreateViewAsStep<Record>DSLContext.createViewIfNotExists(String view, String... fields)Create a new DSLCREATE VIEWstatement.@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, 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)Create a new DSLCREATE VIEWstatement.@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)Create a new DSLCREATE VIEWstatement.@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 CreateSequenceFlagsStepCreateSequenceFlagsStep.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... 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 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 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 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 DDLQueryDSLContext.dropTrigger(String trigger)TheDROP TRIGGERstatement.@NotNull DDLQueryDSLContext.dropTrigger(Name trigger)TheDROP TRIGGERstatement.@NotNull DDLQueryDSLContext.dropTriggerIfExists(String trigger)TheDROP TRIGGER IF EXISTSstatement.@NotNull DDLQueryDSLContext.dropTriggerIfExists(Name trigger)TheDROP TRIGGER IF EXISTSstatement.@NotNull DropTypeStepCreate a new DSLDROP TYPEstatement.@NotNull DropTypeStepCreate a new DSLDROP TYPEstatement.@NotNull DropTypeStepDSLContext.dropType(Collection<?> type)Create a new DSLDROP TYPEstatement.@NotNull DropTypeStepCreate a new DSLDROP TYPEstatement.@NotNull DropTypeStepCreate a new DSLDROP TYPEstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(String type)Create a new DSLDROP TYPEstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(String... type)Create a new DSLDROP TYPEstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(Collection<?> type)Create a new DSLDROP TYPEstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(Name type)Create a new DSLDROP TYPEstatement.@NotNull DropTypeStepDSLContext.dropTypeIfExists(Name... type)Create a new DSLDROP TYPEstatement.@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 ConditionConvenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull ConditionConvenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull ConditionField.endsWithIgnoreCase(Field<T> value)Convenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull ConditionField.endsWithIgnoreCase(T value)Convenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull AlterTableFinalStepAlterTableAlterConstraintStep.enforced()Add theENFORCEDclause to the constraint.@NotNull ConstraintFinalStepConstraintEnforcementStep.enforced()Add theENFORCEDclause to the constraint.@NotNull Conditionthis = field.@NotNull ConditionField.eq(QuantifiedSelect<? extends Record1<T>> query)this = [quantifier] (Select<?> ...).@NotNull Conditionthis = (Select<?> ...).@NotNull Conditionthis = value.@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 ConditionRow11.eq(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> 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 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 ConditionRow12.eq(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 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 ConditionRow13.eq(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 ConditionRow13.eq(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 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 ConditionRow14.eq(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 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 ConditionRow15.eq(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 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 ConditionRow16.eq(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.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 ConditionRow17.eq(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 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 ConditionRow18.eq(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 equality.@NotNull ConditionRow18.eq(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 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 ConditionRow19.eq(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 equality.@NotNull ConditionRow19.eq(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 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 ConditionRow20.eq(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 ConditionRow20.eq(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 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 ConditionRow21.eq(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 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 ConditionRow22.eq(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.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 ConditionCreate a predicate comparing records from self-joined tables.@NotNull Conditionthis = field.@NotNull ConditionField.equal(QuantifiedSelect<? extends Record1<T>> query)this = [quantifier] (Select<?> ...).@NotNull Conditionthis = (Select<?> ...).@NotNull Conditionthis = value.@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 ConditionRow11.equal(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> 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 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 ConditionRow12.equal(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 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 ConditionRow13.equal(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 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 ConditionRow14.equal(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 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 ConditionRow15.equal(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 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 ConditionRow16.equal(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 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 ConditionRow17.equal(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 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 ConditionRow18.equal(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 equality.@NotNull ConditionRow18.equal(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 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 ConditionRow19.equal(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 equality.@NotNull ConditionRow19.equal(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 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 ConditionRow20.equal(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 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 ConditionRow21.equal(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 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 ConditionCreate a predicate comparing records from self-joined tables.@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 c)Add anESCAPEclause to theLIKEpredicate.@NotNull AsteriskThe asterisk (* EXCEPT (fields)) expression 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 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.@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.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.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.<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.<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 forDSLContext.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.@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.@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.@NotNull AlterTableFinalStepAlterTableAddStep.first()Add aFIRSTclause toALTER TABLE ..@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.<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 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 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 TableOnStep<Record>FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>FULL OUTER JOINa table to this table.@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 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 TableOnStep<Record>Table.fullOuterJoin(String sql)FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>Table.fullOuterJoin(String sql, Object... bindings)FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>Table.fullOuterJoin(String sql, QueryPart... parts)FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>Table.fullOuterJoin(Name name)FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>Table.fullOuterJoin(SQL sql)FULL OUTER JOINa table to this table.@NotNull TableOnStep<Record>Table.fullOuterJoin(TableLike<?> table)FULL OUTER JOINa table to this table.@NotNull Conditionthis >= field.@NotNull ConditionField.ge(QuantifiedSelect<? extends Record1<T>> query)this >= [quantifier] (Select<?> ...).@NotNull Conditionthis >= (Select<?> ...).@NotNull Conditionthis >= value.@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 ConditionRow11.ge(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 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 ConditionRow12.ge(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 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 ConditionRow13.ge(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 ConditionRow13.ge(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 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 ConditionRow14.ge(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.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 ConditionRow15.ge(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.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 ConditionRow16.ge(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.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 ConditionRow17.ge(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 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 ConditionRow18.ge(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 ConditionRow18.ge(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 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 ConditionRow19.ge(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 ConditionRow19.ge(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 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 ConditionRow20.ge(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.ge(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.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 ConditionRow21.ge(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.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 ConditionRow22.ge(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.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.@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.@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.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.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> field)this >= field.@NotNull ConditionField.greaterOrEqual(QuantifiedSelect<? extends Record1<T>> query)this >= [quantifier] (Select<?> ...).@NotNull ConditionField.greaterOrEqual(Select<? extends Record1<T>> query)this >= (Select<?> ...).@NotNull ConditionField.greaterOrEqual(T value)this >= value.@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 ConditionRow10.greaterOrEqual(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> 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 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 ConditionRow11.greaterOrEqual(Select<? 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 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 ConditionRow12.greaterOrEqual(Select<? 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 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 ConditionRow13.greaterOrEqual(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 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 ConditionRow15.greaterOrEqual(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 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 ConditionRow16.greaterOrEqual(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 for order.@NotNull ConditionRow16.greaterOrEqual(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 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 ConditionRow17.greaterOrEqual(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 for order.@NotNull ConditionRow17.greaterOrEqual(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 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 ConditionRow18.greaterOrEqual(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 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 ConditionRow19.greaterOrEqual(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 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 ConditionRow9.greaterOrEqual(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> 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 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> field)this > field.@NotNull ConditionField.greaterThan(QuantifiedSelect<? extends Record1<T>> query)this > [quantifier] (Select<?> ...).@NotNull ConditionField.greaterThan(Select<? extends Record1<T>> query)this > (Select<?> ...).@NotNull ConditionField.greaterThan(T value)this > value.@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 ConditionRow10.greaterThan(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> 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 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 ConditionRow11.greaterThan(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 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 ConditionRow12.greaterThan(Select<? 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 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 ConditionRow13.greaterThan(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 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 ConditionRow15.greaterThan(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 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 ConditionRow16.greaterThan(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 for order.@NotNull ConditionRow16.greaterThan(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 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 ConditionRow17.greaterThan(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 for order.@NotNull ConditionRow17.greaterThan(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 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 ConditionRow18.greaterThan(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 ConditionRow18.greaterThan(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 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 ConditionRow19.greaterThan(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 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 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 Conditionthis > field.@NotNull ConditionField.gt(QuantifiedSelect<? extends Record1<T>> query)this > [quantifier] (Select<?> ...).@NotNull Conditionthis > (Select<?> ...).@NotNull Conditionthis > value.@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 ConditionRow11.gt(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 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 ConditionRow12.gt(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 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 ConditionRow13.gt(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 ConditionRow13.gt(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 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 ConditionRow14.gt(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.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 ConditionRow15.gt(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.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 ConditionRow16.gt(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.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 ConditionRow17.gt(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 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 ConditionRow18.gt(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 ConditionRow18.gt(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 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 ConditionRow19.gt(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 ConditionRow19.gt(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 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 ConditionRow20.gt(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.gt(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.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 ConditionRow21.gt(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.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 ConditionRow22.gt(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.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 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.@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 ConditionCreate a condition to check this field against a subquery.@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 ConditionRow13.in(Result<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> 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 ConditionRow13.in(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 for equality.@NotNull ConditionRow14.in(Collection<? extends Row14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> 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 ConditionRow14.in(Result<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> 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 ConditionRow14.in(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 equality.@NotNull ConditionRow15.in(Collection<? extends Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> 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 ConditionRow15.in(Result<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> 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 ConditionRow15.in(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 equality.@NotNull ConditionRow16.in(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 ConditionRow16.in(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 set of records for equality.@NotNull ConditionRow16.in(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.in(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 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 ConditionRow17.in(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 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 ConditionRow17.in(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 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 ConditionRow18.in(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 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 ConditionRow18.in(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 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 ConditionRow19.in(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 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 ConditionRow19.in(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 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 ConditionRow20.in(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(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 ConditionRow21.in(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(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 CreateSequenceFlagsStepCreateSequenceFlagsStep.incrementBy(Number incrementBy)Add theINCREMENT BYclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStepCreateSequenceFlagsStep.incrementBy(Field<? extends Number> incrementBy)Add theINCREMENT BYclause to theCREATE SEQUENCEstatement.@NotNull CreateTableIndexStepAdd an index to the table.@NotNull CreateTableIndexStepCreateTableIndexStep.indexes(Collection<? extends Index> indexes)Add indexes to the table.@NotNull CreateTableIndexStepAdd indexes to the table.@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 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 TableOnStep<Record>INNER JOINa table to this table.@NotNull TableOnStep<Record>INNER JOINa table to this table.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.@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> field)Create a condition to check if this field isDISTINCTfrom another field.@NotNull ConditionField.isDistinctFrom(Select<? extends Record1<T>> select)Create a condition to check if this field isDISTINCTfrom another field.@NotNull ConditionField.isDistinctFrom(T value)Create a condition to check if this field isDISTINCTfrom another value.@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 ConditionRow11.isDistinctFrom(Select<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)Compare 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 ConditionRow12.isDistinctFrom(Select<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)Compare 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 ConditionRow13.isDistinctFrom(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.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 ConditionRow15.isDistinctFrom(Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> 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 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 ConditionRow16.isDistinctFrom(Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> record)Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow16.isDistinctFrom(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 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 ConditionRow17.isDistinctFrom(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 ConditionRow17.isDistinctFrom(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 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 ConditionRow18.isDistinctFrom(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 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 ConditionRow19.isDistinctFrom(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.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()Create a condition to check if this field contains XML data.@NotNull ConditionField.isFalse()Create a condition to check this field against known string literals forfalse.@NotNull ConditionField.isJson()Create a condition to check if this field contains JSON data.@NotNull ConditionField.isNotDistinctFrom(Field<T> field)Create a condition to check if this field isNOT DISTINCTfrom another field.@NotNull ConditionField.isNotDistinctFrom(Select<? extends Record1<T>> select)Create a condition to check if this field isNOT DISTINCTfrom another field.@NotNull ConditionField.isNotDistinctFrom(T value)Create a condition to check if this field isNOT DISTINCTfrom another value.@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 ConditionRow10.isNotDistinctFrom(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)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 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 ConditionRow11.isNotDistinctFrom(Select<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)Compare 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 ConditionRow12.isNotDistinctFrom(Select<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)Compare 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 ConditionRow14.isNotDistinctFrom(Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> 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 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 ConditionRow15.isNotDistinctFrom(Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> record)Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow15.isNotDistinctFrom(Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> row)Compare 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 ConditionRow16.isNotDistinctFrom(Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> record)Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow16.isNotDistinctFrom(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 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 ConditionRow17.isNotDistinctFrom(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 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 ConditionRow18.isNotDistinctFrom(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 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()Create a condition to check if this field does not contain XML data.@NotNull ConditionField.isNotJson()Create a condition to check if this field does not contain JSON data.@NotNull ConditionField.isNotNull()Create a condition to check this field againstnull.@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()Create a condition to check this field againstnull.@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 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 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 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 TableOnStep<Record>Join a table to this table using aJoinType.@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)@NotNull MergeValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>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)@NotNull MergeValuesStep16<R,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.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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)@NotNull MergeValuesStep17<R,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.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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)@NotNull MergeValuesStep18<R,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.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)@NotNull MergeValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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)@NotNull MergeValuesStep19<R,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.- [#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)Specify an optionalKEYclause.@NotNull MergeValuesStepN<R>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 Conditionthis <= field.@NotNull ConditionField.le(QuantifiedSelect<? extends Record1<T>> query)this <= [quantifier] (Select<?> ...).@NotNull Conditionthis <= (Select<?> ...).@NotNull Conditionthis <= value.@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 ConditionRow11.le(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 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 ConditionRow12.le(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 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 ConditionRow13.le(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 ConditionRow13.le(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 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 ConditionRow14.le(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.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 ConditionRow15.le(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.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 ConditionRow16.le(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.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 ConditionRow17.le(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 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 ConditionRow18.le(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 ConditionRow18.le(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 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 ConditionRow19.le(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 ConditionRow19.le(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 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 ConditionRow20.le(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.le(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.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 ConditionRow21.le(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.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 ConditionRow22.le(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.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 SelectOnStep<R>SelectJoinStep.leftAntiJoin(TableLike<?> table)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 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 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 TablePartitionByStep<Record>LEFT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record>LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>LEFT OUTER JOINa table to this table.@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 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 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 TableOnStep<Record>TableOuterJoinStep.leftOuterJoin(String sql)LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.leftOuterJoin(String sql, Object... bindings)LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.leftOuterJoin(String sql, QueryPart... parts)LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.leftOuterJoin(Name name)LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.leftOuterJoin(SQL sql)LEFT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.leftOuterJoin(TableLike<?> table)LEFT OUTER JOINa table to this table.@NotNull SelectOnStep<R>SelectJoinStep.leftSemiJoin(TableLike<?> table)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> field)this <= field.@NotNull ConditionField.lessOrEqual(QuantifiedSelect<? extends Record1<T>> query)this <= [quantifier] (Select<?> ...).@NotNull ConditionField.lessOrEqual(Select<? extends Record1<T>> query)this <= (Select<?> ...).@NotNull ConditionField.lessOrEqual(T value)this <= value.@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 ConditionRow10.lessOrEqual(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> 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 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 ConditionRow11.lessOrEqual(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 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 ConditionRow12.lessOrEqual(Select<? 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 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 ConditionRow13.lessOrEqual(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 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 ConditionRow15.lessOrEqual(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 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 ConditionRow16.lessOrEqual(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 for order.@NotNull ConditionRow16.lessOrEqual(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 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 ConditionRow17.lessOrEqual(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 for order.@NotNull ConditionRow17.lessOrEqual(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 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 ConditionRow18.lessOrEqual(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 ConditionRow18.lessOrEqual(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 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 ConditionRow19.lessOrEqual(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 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 Conditionthis < field.@NotNull ConditionField.lessThan(QuantifiedSelect<? extends Record1<T>> query)this < [quantifier] (Select<?> ...).@NotNull Conditionthis < (Select<?> ...).@NotNull Conditionthis < value.@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 ConditionRow10.lessThan(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> 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 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 ConditionRow11.lessThan(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 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 ConditionRow12.lessThan(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 ConditionRow12.lessThan(Select<? 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 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 ConditionRow13.lessThan(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 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 ConditionRow14.lessThan(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.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 ConditionRow16.lessThan(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 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 ConditionRow17.lessThan(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 for order.@NotNull ConditionRow17.lessThan(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 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 ConditionRow18.lessThan(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 ConditionRow18.lessThan(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 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 ConditionRow19.lessThan(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 ConditionRow19.lessThan(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 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 ConditionRow20.lessThan(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.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 LikeEscapeStepCreate a condition to pattern-check this field against a value.@NotNull ConditionCreate a condition to pattern-check this field against a value.@NotNull LikeEscapeStepCreate a condition to pattern-check this field against a value.@NotNull ConditionCreate a condition to pattern-check this field against a value.@NotNull LikeEscapeStepField.like(QuantifiedSelect<Record1<String>> query)Create a condition to pattern-check this field against a quantified select.@NotNull LikeEscapeStepField.likeIgnoreCase(String value)Create a condition to case-insensitively pattern-check this field against a value.@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> field)Create a condition to case-insensitively pattern-check this field against a field.@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 using named parameters.@NotNull SelectLimitPercentAfterOffsetStep<R>SelectLimitAfterOffsetStep.limit(int numberOfRows)Add aLIMITclause to the query@NotNull SelectLimitPercentAfterOffsetStep<R>Add aLIMITclause to the query@NotNull SelectLimitPercentAfterOffsetStep<R>Add aLIMITclause to the query using named parameters@NotNull SelectLimitPercentStep<R>SelectLimitStep.limit(int numberOfRows)Add aLIMITclause to the query@NotNull SelectWithTiesAfterOffsetStep<R>SelectLimitStep.limit(int offset, int numberOfRows)Add aLIMITclause to the query@NotNull SelectLimitPercentAfterOffsetStep<R>Add aLIMITclause to the query using named parameters@NotNull SelectLimitPercentStep<R>Add aLIMITclause to the query@NotNull SelectWithTiesAfterOffsetStep<R>Add aLIMITclause to the query@NotNull SelectLimitPercentAfterOffsetStep<R>Add aLIMITclause to the query using named parameters@NotNull SelectLimitPercentStep<R>Add aLIMITclause to the query using named parameters@NotNull SelectLimitPercentAfterOffsetStep<R>Add aLIMITclause to the query using named parameters@NotNull SelectLimitPercentAfterOffsetStep<R>Add aLIMITclause to the query using named parameters@NotNull SelectLimitPercentAfterOffsetStep<R>Add aLIMITclause to the query using named parameters@NotNull SelectForUpdateStep<R>SelectSeekLimitStep.limit(int numberOfRows)Add aLIMITclause to the query.@NotNull SelectForUpdateStep<R>Add aLIMITclause to the query.@NotNull SelectForUpdateStep<R>Add aLIMITclause to the query using named parameters.@NotNull UpdateReturningStep<R>Add aLIMITclause to the query.@NotNull UpdateReturningStep<R>Add aLIMITclause to the query using named parameters.@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.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 Conditionthis < field.@NotNull ConditionField.lt(QuantifiedSelect<? extends Record1<T>> query)this < [quantifier] (Select<?> ...).@NotNull Conditionthis < (Select<?> ...).@NotNull Conditionthis < value.@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 ConditionRow11.lt(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 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 ConditionRow12.lt(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 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 ConditionRow13.lt(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 ConditionRow13.lt(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 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 ConditionRow14.lt(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.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 ConditionRow15.lt(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.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 ConditionRow16.lt(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.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 ConditionRow17.lt(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 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 ConditionRow18.lt(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 ConditionRow18.lt(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 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 ConditionRow19.lt(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 ConditionRow19.lt(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 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 ConditionRow20.lt(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.lt(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.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 ConditionRow21.lt(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.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 ConditionRow22.lt(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.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 ..@NotNull CaseWhenStep<V,T>CreateWHEN ..<T> @NotNull CaseWhenStep<V,T>CreateWHEN ..@NotNull CaseWhenStep<V,T>CreateWHEN ..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 CreateSequenceFlagsStepAdd theMAXVALUEclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStepAdd 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)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 CreateSequenceFlagsStepAdd theMINVALUEclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStepAdd theMINVALUEclause to theCREATE SEQUENCEstatement.An arithmetic expression getting the modulo of this divided by value.An arithmetic expression getting the modulo of this divided by value.@NotNull CreateFunctionCharacteristicsStepCreateFunctionCharacteristicsStep.modifiesSQLData()Add theMODIFIES SQL DATAclause to theCREATE FUNCTIONstatement.@NotNull CreateProcedureCharacteristicsStepCreateProcedureCharacteristicsStep.modifiesSQLData()Add theMODIFIES SQL DATAclause to theCREATE PROCEDUREstatement.An alias forField.mod(Number).An alias forField.mod(Field).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 Conditionthis != field.@NotNull ConditionField.ne(QuantifiedSelect<? extends Record1<T>> query)this != [quantifier] (Select<?> ...).@NotNull Conditionthis != (Select<?> ...).@NotNull Conditionthis != value.@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 ConditionRow11.ne(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> 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 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 ConditionRow12.ne(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 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 ConditionRow13.ne(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 ConditionRow13.ne(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 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 ConditionRow14.ne(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 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 ConditionRow15.ne(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.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 ConditionRow16.ne(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.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 ConditionRow17.ne(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 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 ConditionRow18.ne(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 non-equality.@NotNull ConditionRow18.ne(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 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 ConditionRow19.ne(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 non-equality.@NotNull ConditionRow19.ne(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 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 ConditionRow20.ne(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 ConditionRow20.ne(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 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 ConditionRow21.ne(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.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 ConditionRow22.ne(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.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 ConditionCreate a predicate comparing records from self-non-equi-joined tables.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 CreateSequenceFlagsStepCreateSequenceFlagsStep.noCache()Add theNO CACHEclause to theCREATE SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T>AlterSequenceFlagsStep.noCycle()Add theNO CYCLEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStepCreateSequenceFlagsStep.noCycle()Add theNO CYCLEclause to theCREATE SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T>AlterSequenceFlagsStep.noMaxvalue()Add theNO MAXVALUEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStepCreateSequenceFlagsStep.noMaxvalue()Add theNO MAXVALUEclause to theCREATE SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T>AlterSequenceFlagsStep.noMinvalue()Add theNO MINVALUEclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStepCreateSequenceFlagsStep.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()Invert this condition@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.Row15.notBetween(Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> minValue)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.Row16.notBetween(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 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.Row16.notBetween(Row16<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 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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>Row17.notBetween(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 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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>Row17.notBetween(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 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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>Row18.notBetween(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 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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>Row18.notBetween(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 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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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>Row4.notBetween(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4)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 ConditionRow6.notBetween(Record6<T1,T2,T3,T4,T5,T6> minValue, Record6<T1,T2,T3,T4,T5,T6> 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.Row6.notBetween(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6)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 ConditionRow7.notBetween(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 range of two records.Check if this row value expression is not within a range of two other row value expressions.@NotNull ConditionRow7.notBetween(Row7<T1,T2,T3,T4,T5,T6,T7> minValue, Row7<T1,T2,T3,T4,T5,T6,T7> maxValue)Check 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 ConditionRow8.notBetween(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 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.Row13.notBetweenSymmetric(Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> minValue)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.Row14.notBetweenSymmetric(Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> minValue)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.Row14.notBetweenSymmetric(Row14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> minValue)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.Row15.notBetweenSymmetric(Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> minValue)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.Row15.notBetweenSymmetric(Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> minValue)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.Row16.notBetweenSymmetric(Row16<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 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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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.@NotNull BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>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 ConditionRow5.notBetweenSymmetric(Record5<T1,T2,T3,T4,T5> minValue, Record5<T1,T2,T3,T4,T5> 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.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 ConditionRow6.notBetweenSymmetric(Record6<T1,T2,T3,T4,T5,T6> minValue, Record6<T1,T2,T3,T4,T5,T6> 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 ConditionRow6.notBetweenSymmetric(Row6<T1,T2,T3,T4,T5,T6> minValue, Row6<T1,T2,T3,T4,T5,T6> maxValue)Check 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 ConditionRow7.notBetweenSymmetric(Row7<T1,T2,T3,T4,T5,T6,T7> minValue, Row7<T1,T2,T3,T4,T5,T6,T7> maxValue)Check 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.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 Conditionthis != field.@NotNull ConditionField.notEqual(QuantifiedSelect<? extends Record1<T>> query)this != [quantifier] (Select<?> ...).@NotNull Conditionthis != (Select<?> ...).@NotNull Conditionthis != value.@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 ConditionRow10.notEqual(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> 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 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 ConditionRow11.notEqual(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> 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 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 ConditionRow12.notEqual(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 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 ConditionRow12.notEqual(Select<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)Compare 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 ConditionRow13.notEqual(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 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 ConditionRow14.notEqual(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 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 ConditionRow16.notEqual(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 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 ConditionRow17.notEqual(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 for non-equality@NotNull ConditionRow17.notEqual(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 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 ConditionRow18.notEqual(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 non-equality@NotNull ConditionRow18.notEqual(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 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 ConditionRow19.notEqual(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 non-equality@NotNull ConditionRow19.notEqual(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 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 ConditionRow20.notEqual(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 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 ConditionCreate a predicate comparing records from self-non-equi-joined tables.@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 ConditionCreate a condition to check this field against a subquery.@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 ConditionRow13.notIn(Collection<? extends Row13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> 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 ConditionRow13.notIn(Result<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> 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 ConditionRow13.notIn(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 for non-equality.@NotNull ConditionRow14.notIn(Collection<? extends Row14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> 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 ConditionRow14.notIn(Result<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> 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 ConditionRow14.notIn(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 non-equality.@NotNull ConditionRow15.notIn(Collection<? extends Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> 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 ConditionRow15.notIn(Result<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> 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 ConditionRow15.notIn(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 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 ConditionRow16.notIn(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 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 ConditionRow17.notIn(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 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 ConditionRow17.notIn(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 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 ConditionRow18.notIn(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 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 ConditionRow18.notIn(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 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 ConditionRow19.notIn(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 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 ConditionRow19.notIn(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 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 ConditionRow20.notIn(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(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 LikeEscapeStepCreate a condition to pattern-check this field against a value.@NotNull ConditionCreate a condition to pattern-check this field against a value.@NotNull LikeEscapeStepCreate a condition to pattern-check this field against a field.@NotNull ConditionCreate a condition to pattern-check this field against a field.@NotNull LikeEscapeStepField.notLike(QuantifiedSelect<Record1<String>> query)Create a condition to pattern-check this field against a quantified select.@NotNull LikeEscapeStepField.notLikeIgnoreCase(String value)Create a condition to case-insensitively pattern-check this field against a value.@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> field)Create a condition to case-insensitively pattern-check this field against a field.@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 value)Create a condition to pattern-check this field against a value.@NotNull ConditionField.notSimilarTo(String value, char escape)Create a condition to pattern-check this field against a value.@NotNull LikeEscapeStepField.notSimilarTo(Field<String> field)Create a condition to pattern-check this field against a field.@NotNull ConditionField.notSimilarTo(Field<String> field, char escape)Create a condition to pattern-check this field against a field.@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.SortField.nullsFirst()Add aNULLS FIRSTclause to this sort fieldSortField.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>SelectLimitStep.offset(int offset)Add anOFFSETclause to the query@NotNull SelectLimitAfterOffsetStep<R>Add anOFFSETclause to the query@NotNull SelectLimitAfterOffsetStep<R>Add anOFFSETclause to the query using a named parameter@NotNull SelectForUpdateStep<R>SelectOffsetStep.offset(int offset)Add anOFFSETclause to the query.@NotNull SelectForUpdateStep<R>Add anOFFSETclause to the query.@NotNull SelectForUpdateStep<R>Add anOFFSETclause to the query using a named parameter.@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 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 anON COMMIT DELETE ROWSclause.@NotNull CreateTableCommentStepCreateTableOnCommitStep.onCommitDrop()Add anON COMMIT DROPclause.@NotNull CreateTableCommentStepCreateTableOnCommitStep.onCommitPreserveRows()Add anON COMMIT PRESERVE ROWSclause.@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.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 SelectJoinStep<R>SelectOnStep.onKey()Join the previous table on a non-ambiguous foreign key relationship between the two joined tables.@NotNull SelectJoinStep<R>SelectOnStep.onKey(ForeignKey<?,?> key)Join the table on a non-ambiguous foreign key relationship between the two joined tables.@NotNull SelectJoinStep<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.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 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 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 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 to a set of queries.@NotNull QueriesParse a SQL string with bind variables to a set of queries.@NotNull ConditionParser.parseCondition(String sql)Parse a SQL string to a condition.@NotNull ConditionParser.parseCondition(String sql, Object... bindings)Parse a SQL string with bind variables to a condition.@NotNull Field<?>Parser.parseField(String sql)Parse a SQL string to a field.@NotNull Field<?>Parser.parseField(String sql, Object... bindings)Parse a SQL string with bind variables to a field.@NotNull NameParse a SQL string to a name.@NotNull NameParse a SQL string with bind variables to a name.@Nullable QueryParser.parseQuery(String sql)Parse a SQL string to a query.@Nullable QueryParser.parseQuery(String sql, Object... bindings)Parse a SQL string with bind variables to a query.@Nullable ResultQuery<?>Parser.parseResultQuery(String sql)Parse a SQL string to a result query.@Nullable ResultQuery<?>Parser.parseResultQuery(String sql, Object... bindings)Parse a SQL string with bind variables to a result query.@NotNull RowParse a SQL string to a row.@NotNull RowParse a SQL string with bind variables to a row.@Nullable Select<?>Parser.parseSelect(String sql)Parse a SQL string to a select statement.@Nullable Select<?>Parser.parseSelect(String sql, Object... bindings)Parse a SQL string to a select statement.@Nullable StatementParser.parseStatement(String sql)Parse a SQL string to a procedural statement.@Nullable StatementParser.parseStatement(String sql, Object... bindings)Parse a SQL string with bind variables to a procedural statement.@NotNull BlockParser.parseStatements(String sql)Parse a SQL string to a set of procedural statements.@NotNull BlockParser.parseStatements(String sql, Object... bindings)Parse a SQL string with bind variables to a set of procedural statements.@NotNull Table<?>Parser.parseTable(String sql)Parse a SQL string to a table.@NotNull Table<?>Parser.parseTable(String sql, Object... bindings)Parse a SQL string with bind variables to a table.@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 Field<?>> fields)Add aPARTITION BYclause to the window functions.@NotNull WindowOrderByStep<T>WindowPartitionByStep.partitionBy(Field<?>... fields)Add aPARTITION BYclause to the window functions.@NotNull WindowSpecificationOrderByStepWindowSpecificationPartitionByStep.partitionBy(Collection<? extends Field<?>> fields)Add aPARTITION BYclause to the window specification.@NotNull WindowSpecificationOrderByStepWindowSpecificationPartitionByStep.partitionBy(Field<?>... fields)Add aPARTITION BYclause to the window specification.@NotNull WindowOrderByStep<T>WindowPartitionByStep.partitionByOne()Deprecated, for removal: This API element is subject to removal in a future version.- 3.10 - [#6427] - This synthetic clause is no longer supported, useWindowPartitionByStep.partitionBy(Field...)instead, or omit the clause entirely.@NotNull WindowSpecificationOrderByStepWindowSpecificationPartitionByStep.partitionByOne()Deprecated, for removal: This API element is subject to removal in a future version.- 3.10 - [#6427] - This synthetic clause is no longer supported, useWindowSpecificationPartitionByStep.partitionBy(Field...)instead, or omit the clause entirely.@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()Turn this field into an Oracle-specific field for use in outer-join predicates.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>An arithmetic expression getting this value raised to the power ofexponent.@NotNull Field<BigDecimal>An arithmetic expression getting this value raised to the power ofexponent.@NotNull Field<BigDecimal>An alias forField.power(Number).@NotNull Field<BigDecimal>An alias forField.power(Field).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 CreateTableConstraintStepCreateTableConstraintStep.primaryKey(String... fields)Convenience method to add an unnamed (system named)PRIMARY KEYconstraint to the table.@NotNull CreateTableConstraintStepCreateTableConstraintStep.primaryKey(Collection<? extends Field<?>> fields)Convenience method to add an unnamed (system named)PRIMARY KEYconstraint to the table.@NotNull CreateTableConstraintStepCreateTableConstraintStep.primaryKey(Field<?>... fields)Convenience method to add an unnamed (system named)PRIMARY KEYconstraint to the table.@NotNull CreateTableConstraintStepCreateTableConstraintStep.primaryKey(Name... fields)Convenience method to add an unnamed (system named)PRIMARY KEYconstraint to the table.@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.@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 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.An alias forField.mod(Number).An alias forField.mod(Field).@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 ..@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 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 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 TablePartitionByStep<Record>RIGHT OUTER JOINa table to this table.@NotNull TablePartitionByStep<Record>RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>RIGHT OUTER JOINa table to this table.@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 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 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 TableOnStep<Record>TableOuterJoinStep.rightOuterJoin(String sql)RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.rightOuterJoin(String sql, Object... bindings)RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.rightOuterJoin(String sql, QueryPart... parts)RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.rightOuterJoin(Name name)RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.rightOuterJoin(SQL sql)RIGHT OUTER JOINa table to this table.@NotNull TableOnStep<Record>TableOuterJoinStep.rightOuterJoin(TableLike<?> table)RIGHT OUTER JOINa table to this table.@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()Get atable.rowidreference from this table.@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.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>SelectSeekStep10.seekBefore(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)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>InsertValuesStep10.select(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)Use aSELECTstatement as the source of values for theINSERTstatement@NotNull InsertOnDuplicateStep<R>InsertValuesStep11.select(Select<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)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)MergeValuesStep10.select(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> 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)MergeValuesStep11.select(Select<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> 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)MergeValuesStep12.select(Select<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> 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)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)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(Table<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(Table<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 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 InsertOnDuplicateSetMoreStep<R>Set multiple values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...<T> @NotNull InsertOnDuplicateSetMoreStep<R>Set values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...<T> @NotNull InsertOnDuplicateSetMoreStep<R>Set values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...<T> @NotNull InsertOnDuplicateSetMoreStep<R>Set values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...@NotNull InsertOnDuplicateSetMoreStep<R>Set multiple values forUPDATEin theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...@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.<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 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 MATCHED clause.<T> @NotNull MergeNotMatchedSetMoreStep<R>Set values forINSERTin theMERGEstatement'sWHEN NOT MATCHED clause.<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 StatementRow12.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)Assign 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 StatementRow13.set(Select<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> value)Assign 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 StatementRow14.set(Select<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> value)Assign 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 StatementRow15.set(Select<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> value)Assign 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 StatementRow16.set(Select<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> value)Assign 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 StatementRow17.set(Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> record)Assign 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 StatementRow18.set(Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> record)Assign a value to this set of variables.@NotNull StatementRow18.set(Row18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> row)Assign 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 StatementRow19.set(Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> record)Assign a value to this set of variables.@NotNull StatementRow19.set(Row19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> row)Assign 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 StatementRow20.set(Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> record)Assign a value to this set of variables.@NotNull StatementRow20.set(Row20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> row)Assign 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 StatementRow21.set(Row21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> row)Assign 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>UpdateSetFirstStep.set(Row5<T1,T2,T3,T4,T5> row, Select<? extends Record5<T1,T2,T3,T4,T5>> select)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>UpdateSetFirstStep.set(Row7<T1,T2,T3,T4,T5,T6,T7> row, Row7<T1,T2,T3,T4,T5,T6,T7> value)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>UpdateSetFirstStep.set(Row8<T1,T2,T3,T4,T5,T6,T7,T8> row, Row8<T1,T2,T3,T4,T5,T6,T7,T8> value)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 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.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.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 forXMLRoot)Add aFOR XML TYPEclause to the end of the query.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 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 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 ...<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 MATCHED clause.<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 statementvoidDeleteQuery.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.The bitwise left shift operator.The bitwise left shift operator.The bitwise right shift operator.The bitwise right shift operator.Field.sign()Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.sign(Field)instead.@NotNull LikeEscapeStepCreate a condition to pattern-check this field against a value.@NotNull ConditionCreate a condition to pattern-check this field against a value.@NotNull LikeEscapeStepCreate a condition to pattern-check this field against a value.@NotNull ConditionCreate a condition to pattern-check this field against a value.@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> value)Convenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull ConditionField.startsWith(T value)Convenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull ConditionField.startsWithIgnoreCase(Field<T> value)Convenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull ConditionField.startsWithIgnoreCase(T value)Convenience method forField.like(String, char)including proper adding of wildcards and escaping.@NotNull AlterSequenceFlagsStep<T>Add theSTART WITHclause to theALTER SEQUENCEstatement.@NotNull AlterSequenceFlagsStep<T>Add theSTART WITHclause to theALTER SEQUENCEstatement.@NotNull CreateSequenceFlagsStepAdd theSTART WITHclause to theCREATE SEQUENCEstatement.@NotNull CreateSequenceFlagsStepAdd 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 ..@NotNull BlockDSLContext.statements(Statement... statements)Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN ..@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 vendor-specific storage clauses to theCREATE TABLEstatement.@NotNull CreateTableFinalStepAdd vendor-specific storage clauses to theCREATE TABLEstatement.@NotNull CreateTableFinalStepAdd vendor-specific storage clauses to theCREATE TABLEstatement.@NotNull CreateTableFinalStepAdd vendor-specific storage clauses 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.@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(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 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 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 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 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.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.<R extends Record>
@NotNull TruncateIdentityStep<R>TheTRUNCATEstatement.@NotNull TruncateIdentityStep<Record>DSLContext.truncateTable(String table)TheTRUNCATE TABLEstatement.@NotNull TruncateIdentityStep<Record>DSLContext.truncateTable(Name 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.@NotNull ConstraintEnforcementStepCreate aUNIQUEconstraint.@NotNull ConstraintEnforcementStepConstraintTypeStep.unique(Collection<? extends Field<?>> fields)Create aUNIQUEconstraint.@NotNull ConstraintEnforcementStepCreate aUNIQUEconstraint.@NotNull ConstraintEnforcementStepCreate aUNIQUEconstraint.@NotNull CreateTableConstraintStepConvenience method to add an unnamed (system named)UNIQUEconstraint to the table.@NotNull CreateTableConstraintStepCreateTableConstraintStep.unique(Collection<? extends Field<?>> fields)Convenience method to add an unnamed (system named)UNIQUEconstraint to the table.@NotNull CreateTableConstraintStepConvenience method to add an unnamed (system named)UNIQUEconstraint to the table.@NotNull CreateTableConstraintStepConvenience method to add an unnamed (system named)UNIQUEconstraint to the table.@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@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.InsertValuesStep14.values(Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> values)Add a single row of values to the insert statement.InsertValuesStep14.values(Row14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> values)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.InsertValuesStep15.values(Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> values)Add a single row of values to the insert statement.InsertValuesStep15.values(Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> values)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.@NotNull InsertValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>InsertValuesStep16.values(Collection<?> values)Add a single row of values to the insert statement.@NotNull InsertValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>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.@NotNull InsertValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>InsertValuesStep16.values(Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> values)Add a single row of values to the insert statement.@NotNull InsertValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>InsertValuesStep16.values(Row16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> values)Add a single row of values to the insert statement.@NotNull InsertValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>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.@NotNull InsertValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>InsertValuesStep17.values(Collection<?> values)Add a single row of values to the insert statement.@NotNull InsertValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull InsertValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull InsertValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>InsertValuesStep17.values(Row17<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.@NotNull InsertValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull InsertValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>InsertValuesStep18.values(Collection<?> values)Add a single row of values to the insert statement.@NotNull InsertValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull InsertValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull InsertValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull InsertValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull InsertValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>InsertValuesStep19.values(Collection<?> values)Add a single row of values to the insert statement.@NotNull InsertValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull InsertValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull InsertValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull InsertValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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>MergeNotMatchedValuesStep6.values(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6)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)Specify aVALUESclauseMergeValuesStepN.values(Collection<?> values)Specify aVALUESclauseSpecify 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.InsertValuesStep11.valuesOfRecords(Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>... values)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.InsertValuesStep12.valuesOfRecords(Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>... values)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.InsertValuesStep13.valuesOfRecords(Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>... values)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.@NotNull InsertValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>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.@NotNull InsertValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>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.@NotNull InsertValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull InsertValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull InsertValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull InsertValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull InsertValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull InsertValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.InsertValuesStep8.valuesOfRecords(Collection<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> values)Add multiple rows of values to the insert statement.Add multiple rows of values to the insert statement.InsertValuesStep9.valuesOfRecords(Collection<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> values)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.InsertValuesStep10.valuesOfRows(Collection<? extends Row10<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.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.InsertValuesStep12.valuesOfRows(Row12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>... values)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.InsertValuesStep13.valuesOfRows(Row13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>... values)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.InsertValuesStep14.valuesOfRows(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.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.@NotNull InsertValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>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.@NotNull InsertValuesStep16<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>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.@NotNull InsertValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull InsertValuesStep17<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>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.@NotNull InsertValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull InsertValuesStep18<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>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.@NotNull InsertValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.@NotNull InsertValuesStep19<R,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>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.InsertValuesStep9.valuesOfRows(Collection<? extends Row9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> values)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.@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 MergeNotMatchedSetStep<R>MergeNotMatchedStep.whenNotMatchedThenInsert()Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement.@NotNull MergeNotMatchedValuesStepN<R>MergeNotMatchedStep.whenNotMatchedThenInsert(Collection<? extends Field<?>> fields)Add theWHEN MATCHED THEN UPDATEclause 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 ...@NotNull InsertOnConflictConditionStep<R>Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...@NotNull InsertOnConflictConditionStep<R>Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...@NotNull InsertOnConflictConditionStep<R>InsertOnConflictWhereStep.where(Collection<? extends Condition> conditions)Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...@NotNull InsertOnConflictConditionStep<R>Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...@NotNull InsertOnConflictConditionStep<R>Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...@NotNull InsertOnConflictConditionStep<R>Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...@NotNull InsertOnConflictConditionStep<R>Add aWHEREclause to theINSERTstatement'sON DUPLICATE KEY UPDATEorON CONFLICT ...@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 MergeFinalStep<R>Add an additionalWHEREclause to the precedingWHEN NOT MATCHED THEN INSERTclause.@NotNull MergeFinalStep<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 ...@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 ...@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 WithAsStep4DSLContext.with(Name alias, Name fieldAlias1, Name fieldAlias2, Name fieldAlias3, Name fieldAlias4)Create 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 CreateTableCommentStepCreateTableWithDataStep.withData()Add aWITH DATAclause.@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 CreateTableCommentStepCreateTableWithDataStep.withNoData()Add aWITH DATAclause.@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. -
Uses of Support in org.jooq.impl
Methods in org.jooq.impl with annotations of type SupportModifier and TypeMethodDescriptionTheABSfunction.DSL.abs(T number)TheABSfunction.static @NotNull Field<BigDecimal>TheACOSfunction.static @NotNull Field<BigDecimal>TheACOSfunction.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 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 AlterViewStepTheALTER VIEWstatement.static AlterViewStepTheALTER 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 Field<T>Get an array element at a given index (1 based)static <T> @NotNull Field<T>Get an array element at a given index (1 based)TheASCIIfunction.TheASCIIfunction.static @NotNull Field<BigDecimal>TheASINfunction.static @NotNull Field<BigDecimal>TheASINfunction.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 AggregateFunction<BigDecimal>Get the average over a numeric field: avg(field).static @NotNull AggregateFunction<BigDecimal>DSL.avgDistinct(Field<? extends Number> field)Get the average over a numeric field: avg(distinct field).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.The bitwise and operator.The bitwise and operator.The bitwise and operator.DSL.bitAnd(T value1, T value2)The bitwise and operator.static <T extends Number>
@NotNull AggregateFunction<T>TheBIT_AND_AGGfunction.The MySQLBIT_COUNT(field)function, counting the number of bits that are set in this number.The MySQLBIT_COUNT(field)function, counting the number of bits that are set in this number.TheBIT_LENGTHfunction.TheBIT_LENGTHfunction.The bitwise not and operator.The bitwise not and operator.The bitwise not and operator.DSL.bitNand(T value1, T value2)The bitwise not and operator.The bitwise not or operator.The bitwise not or operator.The bitwise not or operator.DSL.bitNor(T value1, T value2)The bitwise not or operator.The bitwise not operator.DSL.bitNot(T value)The bitwise not operator.The bitwise or operator.The bitwise or operator.The bitwise or operator.DSL.bitOr(T value1, T value2)The bitwise or operator.static <T extends Number>
@NotNull AggregateFunction<T>TheBIT_OR_AGGfunction.The bitwise not xor operator.The bitwise not xor operator.The bitwise not xor operator.DSL.bitXNor(T value1, T value2)The bitwise not xor operator.The bitwise xor operator.The bitwise xor operator.The bitwise xor operator.DSL.bitXor(T value1, T value2)The bitwise xor operator.static <T extends Number>
@NotNull AggregateFunction<T>TheBIT_XOR_AGGfunction.static @NotNull AggregateFunction<Boolean>Get the every value over a condition: bool_and(condition).static @NotNull AggregateFunction<Boolean>Get the every value over a field: bool_and(field).static @NotNull AggregateFunction<Boolean>Get the every value over a condition: bool_and(condition).static @NotNull AggregateFunction<Boolean>Get the every value over a field: bool_and(field).static CallArgsStepTheCALLstatement.static CallArgsStepTheCALLstatement.DSL.cardinality(Field<? extends Object[]> field)Calculate the cardinality of an array field.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.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, ...static <T> @NotNull Field<T>TheCOALESCE(field, value)function.static <T> @NotNull Field<T>DSL.coalesce(T value, T... values)TheCOALESCE(value1, value2, ...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.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.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 ConditionCreate a condition from a boolean field.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_IS_CYCLEfunction.DSL.connectByIsLeaf()TheCONNECT_BY_IS_LEAFfunction.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>Get the count(field) function.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)Get the count(distinct field) function.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 @NotNull CreateTableColumnStepDSL.createGlobalTemporaryTable(String table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.static @NotNull CreateTableColumnStepDSL.createGlobalTemporaryTable(Name table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.static @NotNull CreateTableColumnStepDSL.createGlobalTemporaryTable(Table<?> table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.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 CreateFunctionParametersStepDSL.createOrReplaceFunction(String function)TheCREATE OR REPLACE FUNCTIONstatement.static CreateFunctionParametersStepDSL.createOrReplaceFunction(Name function)TheCREATE OR REPLACE FUNCTIONstatement.DSL.createOrReplaceProcedure(String procedure)TheCREATE OR REPLACE PROCEDUREstatement.DSL.createOrReplaceProcedure(Name procedure)TheCREATE OR REPLACE PROCEDUREstatement.static CreateTriggerEventStepDSL.createOrReplaceTrigger(String trigger)TheCREATE OR REPLACE TRIGGERstatement.static CreateTriggerEventStepDSL.createOrReplaceTrigger(Name trigger)TheCREATE OR REPLACE TRIGGERstatement.static @NotNull CreateViewAsStepDSL.createOrReplaceView(String view, String... fields)Create a new DSLCREATE OR REPLACE VIEWstatement.static @NotNull CreateViewAsStepDSL.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 @NotNull CreateViewAsStepDSL.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 @NotNull CreateViewAsStepDSL.createOrReplaceView(Name view, Name... fields)Create a new DSLCREATE OR REPLACE VIEWstatement.static @NotNull CreateViewAsStepDSL.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 @NotNull CreateViewAsStepDSL.createOrReplaceView(Table<?> view, Field<?>... fields)Create a new DSLCREATE OR REPLACE VIEWstatement.DSL.createProcedure(String procedure)TheCREATE PROCEDUREstatement.DSL.createProcedure(Name procedure)TheCREATE PROCEDUREstatement.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 CreateSequenceFlagsStepDSL.createSequence(String sequence)TheCREATE SEQUENCEstatement.static CreateSequenceFlagsStepDSL.createSequence(Name sequence)TheCREATE SEQUENCEstatement.static CreateSequenceFlagsStepDSL.createSequence(Sequence<?> sequence)TheCREATE SEQUENCEstatement.static CreateSequenceFlagsStepDSL.createSequenceIfNotExists(String sequence)TheCREATE SEQUENCE IF NOT EXISTSstatement.static CreateSequenceFlagsStepDSL.createSequenceIfNotExists(Name sequence)TheCREATE SEQUENCE IF NOT EXISTSstatement.static CreateSequenceFlagsStepDSL.createSequenceIfNotExists(Sequence<?> sequence)TheCREATE SEQUENCE IF NOT EXISTSstatement.static @NotNull CreateTableColumnStepDSL.createTable(String table)Create a new DSLCREATE TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTable(Name table)Create a new DSLCREATE TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTable(Table<?> table)Create a new DSLCREATE TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTableIfNotExists(String table)Create a new DSLCREATE TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTableIfNotExists(Name table)Create a new DSLCREATE TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTableIfNotExists(Table<?> table)Create a new DSLCREATE TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTemporaryTable(String table)Create a new DSLCREATE TEMPORARY TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTemporaryTable(Name table)Create a new DSLCREATE TEMPORARY TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTemporaryTable(Table<?> table)Create a new DSLCREATE TEMPORARY TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTemporaryTableIfNotExists(String table)Create a new DSLCREATE TEMPORARY TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTemporaryTableIfNotExists(Name table)Create a new DSLCREATE TEMPORARY TABLEstatement.static @NotNull CreateTableColumnStepDSL.createTemporaryTableIfNotExists(Table<?> table)Create a new DSLCREATE TEMPORARY TABLEstatement.static CreateTriggerEventStepDSL.createTrigger(String trigger)TheCREATE TRIGGERstatement.static CreateTriggerEventStepDSL.createTrigger(Name trigger)TheCREATE TRIGGERstatement.static @NotNull CreateTypeStepDSL.createType(String type)Create a new DSLCREATE TYPEstatement.static @NotNull CreateTypeStepDSL.createType(Name type)Create a new DSLCREATE TYPEstatement.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 @NotNull CreateViewAsStepDSL.createView(String view, String... fields)Create a new DSLCREATE VIEWstatement.static @NotNull CreateViewAsStepDSL.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 @NotNull CreateViewAsStepDSL.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 @NotNull CreateViewAsStepDSL.createView(Name view, Name... fields)Create a new DSLCREATE VIEWstatement.static @NotNull CreateViewAsStepDSL.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 @NotNull CreateViewAsStepDSL.createView(Table<?> view, Field<?>... fields)Create a new DSLCREATE VIEWstatement.static @NotNull CreateViewAsStepDSL.createViewIfNotExists(String view, String... fields)Create a new DSLCREATE VIEW IF NOT EXISTSstatement.static @NotNull CreateViewAsStepDSL.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 @NotNull CreateViewAsStepDSL.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 @NotNull CreateViewAsStepDSL.createViewIfNotExists(Name view, Name... fields)Create a new DSLCREATE VIEW IF NOT EXISTSstatement.static @NotNull CreateViewAsStepDSL.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 @NotNull CreateViewAsStepDSL.createViewIfNotExists(Table<?> view, Field<?>... fields)Create a new DSLCREATE 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_dist(expr) within group (order by [order clause])ordered-set aggregate function.static @NotNull OrderedAggregateFunction<BigDecimal>Thecume_dist(expr) within group (order by [order clause])ordered-set aggregate function.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, given a date part.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]...static <Z, T> @NotNull Field<Z>Gets the Oracle-styleDECODE(expression, search, result[, search , result]...static <Z, T> @NotNull Field<Z>DSL.decode(T value, T search, Z result)Gets the Oracle-styleDECODE(expression, search, result[, search , result]...static <Z, T> @NotNull Field<Z>Gets the Oracle-styleDECODE(expression, search, result[, search , result]...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>TheDEGfunction.static @NotNull Field<BigDecimal>TheDEGfunction.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_rank(expr) within group (order by [order clause])ordered-set aggregate function.static @NotNull OrderedAggregateFunction<Integer>Thedense_rank(expr) within group (order by [order clause])ordered-set aggregate function.TheDIGITSfunction.TheDIGITSfunction.static @NotNull Domain<?>Create aDOMAINreference.static @NotNull Domain<?>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 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 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 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 DDLQueryDSL.dropTrigger(String trigger)TheDROP TRIGGERstatement.static DDLQueryDSL.dropTrigger(Name trigger)TheDROP TRIGGERstatement.static DDLQueryDSL.dropTriggerIfExists(String trigger)TheDROP TRIGGER IF EXISTSstatement.static DDLQueryDSL.dropTriggerIfExists(Name trigger)TheDROP TRIGGER IF EXISTSstatement.static @NotNull DropTypeStepCreate a new DSLDROP TYPEstatement.static @NotNull DropTypeStepCreate a new DSLDROP TYPEstatement.static @NotNull DropTypeStepDSL.dropType(Collection<?> type)Create a new DSLDROP TYPEstatement.static @NotNull DropTypeStepCreate a new DSLDROP TYPEstatement.static @NotNull DropTypeStepCreate a new DSLDROP TYPEstatement.static @NotNull DropTypeStepDSL.dropTypeIfExists(String type)Create a new DSLDROP TYPEstatement.static @NotNull DropTypeStepDSL.dropTypeIfExists(String... type)Create a new DSLDROP TYPEstatement.static @NotNull DropTypeStepDSL.dropTypeIfExists(Collection<?> type)Create a new DSLDROP TYPEstatement.static @NotNull DropTypeStepDSL.dropTypeIfExists(Name type)Create a new DSLDROP TYPEstatement.static @NotNull DropTypeStepDSL.dropTypeIfExists(Name... type)Create a new DSLDROP TYPEstatement.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.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>Get the every value over a condition: every(condition).static @NotNull AggregateFunction<Boolean>Get the every value over a field: every(field).static @NotNull StatementExecute a statement dynamically from within procedural code.static @NotNull StatementExecute a statement dynamically from within procedural code.static @NotNull StatementExecute a statement dynamically from within procedural code.static @NotNull ConditionCreate an exists condition.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 to false.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.Transform a condition into a boolean field.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.static <T> @NotNull Field<T>DSL.fieldByName(Class<T> type, String... qualifiedName)Deprecated, for removal: This API element is subject to removal in a future version.- [#3843] - 3.6.0 - useDSL.field(Name, Class)insteadDSL.fieldByName(String... qualifiedName)Deprecated, for removal: This API element is subject to removal in a future version.- [#3843] - 3.6.0 - useDSL.field(Name)insteadstatic <T> @NotNull Field<T>DSL.fieldByName(DataType<T> type, String... qualifiedName)Deprecated, for removal: This API element is subject to removal in a future version.- [#3843] - 3.6.0 - useDSL.field(Name, DataType)insteadstatic <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>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>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 StatementCreate anGOTOstatement for use in procedural code.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>TheIFNULL()function, a synonym ofNVL().static <T> @NotNull Field<T>TheIFNULL()function, a synonym ofNVL().static <T> @NotNull Field<T>TheIFNULL()function, a synonym ofNVL().static <T> @NotNull Field<T>DSL.ifnull(T value, T defaultValue)TheIFNULL()function, a synonym ofNVL().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.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>Gets the SQL Server-style ISNULL(value, defaultValue) function.static <T> @NotNull Field<T>Gets the SQL Server-style ISNULL(value, defaultValue) function.static <T> @NotNull Field<T>Gets the SQL Server-style ISNULL(value, defaultValue) function.static <T> @NotNull Field<T>DSL.isnull(T value, T defaultValue)Gets the SQL Server-style ISNULL(value, defaultValue) function.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 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 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.static @NotNull JSONObjectNullStep<JSONB>DSL.jsonbObject()The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB>DSL.jsonbObject(Collection<? extends JSONEntry<?>> entries)TheJSONB_OBJECTfunction.static @NotNull JSONObjectNullStep<JSONB>DSL.jsonbObject(Field<?>... entries)TheJSONB_OBJECTfunction.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.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.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)TheJSON_OBJECTfunction.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.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.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 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 <T> @NotNull Field<LocalDateTime>DSL.localDateTimeAdd(LocalDateTime date, Number interval)TheLOCAL_DATE_TIME_ADDfunction.static <T> @NotNull Field<LocalDateTime>DSL.localDateTimeAdd(LocalDateTime date, Number interval, DatePart datePart)TheLOCAL_DATE_TIME_ADDfunction.static <T> @NotNull Field<LocalDateTime>DSL.localDateTimeAdd(LocalDateTime date, Field<? extends Number> interval)TheLOCAL_DATE_TIME_ADDfunction.static <T> @NotNull Field<LocalDateTime>DSL.localDateTimeAdd(LocalDateTime date, Field<? extends Number> interval, DatePart datePart)TheLOCAL_DATE_TIME_ADDfunction.static <T> @NotNull Field<LocalDateTime>DSL.localDateTimeAdd(Field<LocalDateTime> date, Number interval)TheLOCAL_DATE_TIME_ADDfunction.static <T> @NotNull Field<LocalDateTime>DSL.localDateTimeAdd(Field<LocalDateTime> date, Number interval, DatePart datePart)TheLOCAL_DATE_TIME_ADDfunction.static <T> @NotNull Field<LocalDateTime>DSL.localDateTimeAdd(Field<LocalDateTime> date, Field<? extends Number> interval)TheLOCAL_DATE_TIME_ADDfunction.static <T> @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>Get the max value over a field: max(field).static <T> @NotNull AggregateFunction<T>DSL.maxDistinct(Field<T> field)Get the max value over a field: max(distinct field).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>Get the min value over a field: min(field).static <T> @NotNull AggregateFunction<T>DSL.minDistinct(Field<T> field)Get the min value over a field: min(distinct field).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 Field<?>> fields)Get theMULTISET_AGGaggregate function to nest group contents.static @NotNull ArrayAggOrderByStep<Result<Record>>DSL.multisetAgg(Field<?>... 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 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 ConditionInvert a condition.Invert a boolean value.static @NotNull ConditionCreate a not exists condition.static @NotNull ConditionCreate a not unique condition.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 <T> @NotNull Field<T>Gets the Oracle-style NULLIF(value, other) function.static <T> @NotNull Field<T>Gets the Oracle-style NULLIF(value, other) function.static <T> @NotNull Field<T>Gets the Oracle-style NULLIF(value, other) function.static <T> @NotNull Field<T>DSL.nullif(T value, T other)Gets the Oracle-style NULLIF(value, other) function.static <T> @NotNull Field<T>Gets the Oracle-style NVL(value, defaultValue) function.static <T> @NotNull Field<T>Gets the Oracle-style NVL(value, defaultValue) function.static <T> @NotNull Field<T>Gets the Oracle-style NVL(value, defaultValue) function.static <T> @NotNull Field<T>DSL.nvl(T value, T defaultValue)Gets the Oracle-style NVL(value, defaultValue) 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.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 Field<?>> fields)Create aWindowSpecificationwith aPARTITION BYclause.static @NotNull WindowSpecificationOrderByStepDSL.partitionBy(Field<?>... fields)Create aWindowSpecificationwith aPARTITION BYclause.static @NotNull OrderedAggregateFunction<BigDecimal>DSL.percentileCont(Number number)Thepercentile_cont([number]) within group (order by [column])function.static @NotNull OrderedAggregateFunction<BigDecimal>DSL.percentileCont(Field<? extends Number> field)Thepercentile_cont([number]) within group (order by [column])function.static @NotNull OrderedAggregateFunction<BigDecimal>DSL.percentileDisc(Number number)Thepercentile_disc([number]) within group (order by [column])function.static @NotNull OrderedAggregateFunction<BigDecimal>DSL.percentileDisc(Field<? extends Number> field)Thepercentile_disc([number]) within group (order by [column])function.static @NotNull WindowOverStep<BigDecimal>DSL.percentRank()Theprecent_rank() over ([analytic clause])function.static @NotNull OrderedAggregateFunction<Integer>DSL.percentRank(Collection<? extends Field<?>> fields)Thepercent_rank(expr) within group (order by [order clause])ordered-set aggregate function.static @NotNull OrderedAggregateFunction<Integer>DSL.percentRank(Field<?>... fields)Thepercent_rank(expr) within group (order by [order clause])ordered-set aggregate function.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>Get the product over a numeric field: product(field).static @NotNull AggregateFunction<BigDecimal>DSL.productDistinct(Field<? extends Number> field)Get the sum over a numeric field: product(distinct field).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 QueryPartDeprecated, for removal: This API element is subject to removal in a future version.- 3.6.0 - [#3854] - UseDSL.sql(String)insteadstatic @NotNull QueryPartDeprecated, for removal: This API element is subject to removal in a future version.- 3.6.0 - [#3854] - UseDSL.sql(String, Object...)insteadstatic @NotNull QueryPartDeprecated, for removal: This API element is subject to removal in a future version.- 3.6.0 - [#3854] - UseDSL.sql(String, QueryPart...)insteadstatic @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>TheRADfunction.static @NotNull Field<BigDecimal>TheRADfunction.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)Therank(expr) within group (order by [order clause])ordered-set aggregate function.static @NotNull OrderedAggregateFunction<Integer>Therank(expr) within group (order by [order clause])ordered-set aggregate function.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.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_ALLfunction.Get theREGEXP_REPLACE_ALLfunction.static @NotNull AggregateFunction<BigDecimal>TheREGR_AVG_Xfunction.static @NotNull AggregateFunction<BigDecimal>TheREGR_AVG_Yfunction.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.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 @NotNull GroupFieldCreate a ROLLUP(field1, field2, .., fieldn) grouping field.static @NotNull GroupFieldDSL.rollup(FieldOrRow... fields)Create a ROLLUP(field1, field2, .., fieldn) grouping field.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>>DSL.rowField(Row17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> row)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>>DSL.rowField(Row18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> row)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>>DSL.rowField(Row19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> row)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>>DSL.rowField(Row20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> row)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>>DSL.rowField(Row21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> row)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.static <T1, T2, T3, T4, T5, T6, T7, T8>
@NotNull Field<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow8as aSelectFielddirectly, instead.static <T1, T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull Field<Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>>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 @NotNull SchemaCreate a qualified schema, given its schema name.static @NotNull SchemaCreate a qualified schema, given its schema name.static @NotNull SchemaDSL.schemaByName(String name)Deprecated, for removal: This API element is subject to removal in a future version.- [#3843] - 3.6.0 - useDSL.schema(Name)insteadGet 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(Table<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.DSL.sequenceByName(Class<T> type, String... qualifiedName)Deprecated, for removal: This API element is subject to removal in a future version.- [#3843] - 3.6.0 - useDSL.sequence(Name, Class)insteadstatic @NotNull Sequence<BigInteger>DSL.sequenceByName(String... qualifiedName)Deprecated, for removal: This API element is subject to removal in a future version.- [#3843] - 3.6.0 - useDSL.sequence(Name)insteadDSL.sequenceByName(DataType<T> type, String... qualifiedName)Deprecated, for removal: This API element is subject to removal in a future version.- [#3843] - 3.6.0 - useDSL.sequence(Name, DataType)insteadstatic 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 SCHEMAstatement.static RowCountQueryTheSET SCHEMAstatement.static RowCountQueryTheSET SCHEMAstatement.The bitwise left shift operator.The bitwise left shift operator.The bitwise left shift operator.The bitwise left shift operator.The bitwise right shift operator.The bitwise right shift operator.The bitwise right shift operator.The bitwise right shift operator.TheSIGNfunction.TheSIGNfunction.static SignalSetStepDSL.signalSQLState(Object value)TheSIGNAL_SQL_STATEfunction.static SignalSetStepDSL.signalSQLState(Field<?> value)TheSIGNAL_SQL_STATEfunction.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.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 ..static @NotNull BlockDSL.statements(Statement... statements)Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN ..static @NotNull AggregateFunction<BigDecimal>TheSTDDEV_POPfunction.static @NotNull AggregateFunction<BigDecimal>DSL.stddevSamp(Field<? extends Number> field)TheSTDDEV_SAMPfunction.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>Get the sum over a numeric field: sum(field).static @NotNull AggregateFunction<BigDecimal>DSL.sumDistinct(Field<? extends Number> field)Get the sum over a numeric field: sum(distinct field).DSL.sysConnectByPath(Field<?> field, String separator)TheSYS_CONNECT_BY_PATHfunction.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 TableDSL.tableByName(String... qualifiedName)Deprecated, for removal: This API element is subject to removal in a future version.- [#3843] - 3.6.0 - useDSL.table(Name)insteadstatic @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.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.static @NotNull TrueDSL.trueCondition()Return aConditionthat will always evaluate to true.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 <R extends Record>
TruncateIdentityStep<R>TheTRUNCATEstatement.static TruncateIdentityStep<Record>DSL.truncateTable(String table)TheTRUNCATE TABLEstatement.static TruncateIdentityStep<Record>DSL.truncateTable(Name table)TheTRUNCATE TABLEstatement.static <R extends Record>
TruncateIdentityStep<R>DSL.truncateTable(Table<R> table)TheTRUNCATE TABLEstatement.DSL.two()A2literal.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 ConditionCreate a unique condition.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.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.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(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>>DSL.values(Row17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>... rows)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>>DSL.values(Row18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>... rows)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>>DSL.values(Row19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>... rows)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>>DSL.values(Row20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>... rows)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.static <T1, T2, T3, T4, T5, T6, T7, T8>
@NotNull Table<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>Create aVALUES()expression of degree8.static <T1, T2, T3, T4, T5, T6, T7, T8, T9>
@NotNull Table<Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>>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<?>> fields)The XML concat function.The XML concat function.DSL.xmldocument(Field<XML> content)The XML document constructor.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.The XML processing instruction constructor.The XML processing instruction constructor.The XML processing instruction constructor.The XML processing instruction constructor.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)TheXMLSERIALIZE_DOCUMENTfunction.static <T> @NotNull Field<T>DSL.xmlserializeDocument(XML value, DataType<T> type)TheXMLSERIALIZE_DOCUMENTfunction.static @NotNull XMLTablePassingStepThe XML table function.static @NotNull XMLTablePassingStepThe XML table function.Get 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)The PostgreSQLarray_append(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayAppend(Field<T[]> array, T value)The PostgreSQLarray_append(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayAppend(T[] array, Field<T> value)The PostgreSQLarray_append(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayAppend(T[] array, T value)The PostgreSQLarray_append(anyarray, anyelement)function.static <T> @NotNull Field<T[]>The PostgreSQLarray_cat(anyarray, anyelement)function.static <T> @NotNull Field<T[]>The PostgreSQLarray_cat(anyarray, anyelement)function.static <T> @NotNull Field<T[]>The PostgreSQLarray_cat(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayCat(T[] array1, T[] array2)The PostgreSQLarray_cat(anyarray, anyelement)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.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)The PostgreSQLarray1 && array2overlap operator.static <T> @NotNull ConditionPostgresDSL.arrayOverlap(Field<T[]> left, T[] right)The PostgreSQLarray1 && array2overlap operator.static <T> @NotNull ConditionPostgresDSL.arrayOverlap(T[] left, Field<T[]> right)The PostgreSQLarray1 && array2overlap operator.static <T> @NotNull ConditionPostgresDSL.arrayOverlap(T[] left, T[] right)The PostgreSQLarray1 && array2overlap operator.static <T> @NotNull Field<T[]>PostgresDSL.arrayPrepend(Field<T> value, Field<T[]> array)The PostgreSQLarray_prepend(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayPrepend(Field<T> value, T[] array)The PostgreSQLarray_prepend(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayPrepend(T value, Field<T[]> array)The PostgreSQLarray_prepend(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayPrepend(T value, T[] array)The PostgreSQLarray_prepend(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayRemove(Field<T[]> array, Field<T> element)The PostgreSQLarray_remove(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayRemove(Field<T[]> array, T element)The PostgreSQLarray_remove(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayRemove(T[] array, Field<T> element)The PostgreSQLarray_remove(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayRemove(T[] array, T element)The PostgreSQLarray_remove(anyarray, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayReplace(Field<T[]> array, Field<T> search, Field<T> replace)The PostgreSQLarray_replace(anyarray, anyelement, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayReplace(Field<T[]> array, T search, T replace)The PostgreSQLarray_replace(anyarray, anyelement, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayReplace(T[] array, Field<T> search, Field<T> replace)The PostgreSQLarray_replace(anyarray, anyelement, anyelement)function.static <T> @NotNull Field<T[]>PostgresDSL.arrayReplace(T[] array, T search, T replace)The PostgreSQLarray_replace(anyarray, anyelement, anyelement)function.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.Get the PostgreSQL-specific[table].oidcolumn from any table.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.