- abbreviate(String, int) - Static method in class org.jooq.tools.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, int, int) - Static method in class org.jooq.tools.StringUtils
-
Abbreviates a String using ellipses.
- abort(Executor) - Method in class org.jooq.tools.jdbc.JDBC41Connection
-
- abs() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- abs(T) - Static method in class org.jooq.impl.DSL
-
Get the absolute value of a numeric field: abs(field).
- abs(Field<T>) - Static method in class org.jooq.impl.DSL
-
Get the absolute value of a numeric field: abs(field).
- abs() - Method in class org.jooq.types.DayToSecond
-
- abs() - Method in interface org.jooq.types.Interval
-
Get the absolute value of the interval (set its sign to positive)
- abs() - Method in class org.jooq.types.YearToMonth
-
- absolute(int) - Method in class org.jooq.tools.jdbc.DefaultResultSet
-
- absolute(int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- AbstractKeys - Class in org.jooq.impl
-
A base class for generated static references
This type is for JOOQ INTERNAL USE only.
- AbstractKeys() - Constructor for class org.jooq.impl.AbstractKeys
-
- AbstractRoutine<T> - Class in org.jooq.impl
-
A common base class for stored procedures
This type is for JOOQ INTERNAL USE only.
- AbstractRoutine(String, Schema) - Constructor for class org.jooq.impl.AbstractRoutine
-
- AbstractRoutine(String, Schema, Package) - Constructor for class org.jooq.impl.AbstractRoutine
-
- AbstractRoutine(String, Schema, DataType<T>) - Constructor for class org.jooq.impl.AbstractRoutine
-
- AbstractRoutine(String, Schema, DataType<X>, Converter<X, T>) - Constructor for class org.jooq.impl.AbstractRoutine
-
- AbstractRoutine(String, Schema, DataType<X>, Binding<X, T>) - Constructor for class org.jooq.impl.AbstractRoutine
-
- AbstractRoutine(String, Schema, DataType<X>, Converter<Y, T>, Binding<X, Y>) - Constructor for class org.jooq.impl.AbstractRoutine
-
- AbstractRoutine(String, Schema, Package, DataType<T>) - Constructor for class org.jooq.impl.AbstractRoutine
-
- AbstractRoutine(String, Schema, Package, DataType<X>, Converter<X, T>) - Constructor for class org.jooq.impl.AbstractRoutine
-
- AbstractRoutine(String, Schema, Package, DataType<X>, Binding<X, T>) - Constructor for class org.jooq.impl.AbstractRoutine
-
- AbstractRoutine(String, Schema, Package, DataType<X>, Converter<Y, T>, Binding<X, Y>) - Constructor for class org.jooq.impl.AbstractRoutine
-
- accept(Context<?>) - Method in class org.jooq.impl.AbstractRoutine
-
- accept(Context<?>) - Method in class org.jooq.impl.CatalogImpl
-
- accept(Context<?>) - Method in class org.jooq.impl.CustomCondition
-
Subclasses may implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.CustomField
-
Subclasses may implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.CustomQueryPart
-
Subclasses may implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.KeywordImpl
-
- accept(Context<?>) - Method in class org.jooq.impl.PackageImpl
-
- accept(Context<?>) - Method in class org.jooq.impl.SchemaImpl
-
- accept(Context<?>) - Method in class org.jooq.impl.SequenceImpl
-
- accept(Context<?>) - Method in class org.jooq.impl.TableImpl
-
- accept(Context<?>) - Method in class org.jooq.impl.UDTImpl
-
- accept(Context<?>) - Method in interface org.jooq.QueryPartInternal
-
This
QueryPart
can
accept
a
Context
object
in order to render a SQL string or to bind its variables.
- AccessDataType - Class in org.jooq.util.access
-
- AccessDataType() - Constructor for class org.jooq.util.access.AccessDataType
-
- AccessDSL - Class in org.jooq.util.access
-
- accessible(T) - Static method in class org.jooq.tools.reflect.Reflect
-
Conveniently render an AccessibleObject
accessible.
- ACLITEM - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- acos() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- acos(Number) - Static method in class org.jooq.impl.DSL
-
Get the arc cosine(field) function.
- acos(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the arc cosine(field) function.
- acquire() - Method in interface org.jooq.ConnectionProvider
-
Acquire a connection from the connection lifecycle handler.
- acquire() - Method in class org.jooq.impl.DataSourceConnectionProvider
-
- acquire() - Method in class org.jooq.impl.DefaultConnectionProvider
-
- acquire() - Method in class org.jooq.impl.NoConnectionProvider
-
This method will always return null
.
- add(Field<T>, DataType<T>) - Method in interface org.jooq.AlterTableStep
-
Add an ADD COLUMN
clause to the ALTER TABLE
statement.
- add(String, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an ADD COLUMN
clause to the ALTER TABLE
statement.
- add(Number) - Method in interface org.jooq.Field
-
An arithmetic expression adding this to value.
- add(Field<?>) - Method in interface org.jooq.Field
-
An arithmetic expression to add value to this.
- add(Field<?>) - Method in class org.jooq.impl.CustomField
-
- add(String, String) - Method in class org.jooq.SchemaMapping
-
Deprecated.
Add schemata to this mapping
- add(String, Schema) - Method in class org.jooq.SchemaMapping
-
Deprecated.
Add schemata to this mapping
- add(Schema, Schema) - Method in class org.jooq.SchemaMapping
-
Deprecated.
Add schemata to this mapping
- add(Schema, String) - Method in class org.jooq.SchemaMapping
-
Deprecated.
Add schemata to this mapping
- add(Table<?>, Table<?>) - Method in class org.jooq.SchemaMapping
-
Deprecated.
Add tables to this mapping
- add(Table<?>, String) - Method in class org.jooq.SchemaMapping
-
Deprecated.
Add tables to this mapping
- addBatch() - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- addBatch(String) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- addBatch() - Method in class org.jooq.tools.jdbc.MockStatement
-
- addBatch(String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- addConditions(Condition...) - Method in interface org.jooq.ConditionProvider
-
Deprecated.
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND
- addConditions(Collection<? extends Condition>) - Method in interface org.jooq.ConditionProvider
-
Deprecated.
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND
- addConditions(Operator, Condition...) - Method in interface org.jooq.ConditionProvider
-
Deprecated.
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
- addConditions(Operator, Collection<? extends Condition>) - Method in interface org.jooq.ConditionProvider
-
Deprecated.
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
- addConditions(Condition...) - Method in interface org.jooq.DeleteQuery
-
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND
- addConditions(Collection<? extends Condition>) - Method in interface org.jooq.DeleteQuery
-
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND
- addConditions(Operator, Condition...) - Method in interface org.jooq.DeleteQuery
-
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
- addConditions(Operator, Collection<? extends Condition>) - Method in interface org.jooq.DeleteQuery
-
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
- addConditions(Condition...) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND
- addConditions(Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND
- addConditions(Operator, Condition...) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
- addConditions(Operator, Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
- addConditions(Condition...) - Method in interface org.jooq.UpdateQuery
-
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND
- addConditions(Collection<? extends Condition>) - Method in interface org.jooq.UpdateQuery
-
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND
- addConditions(Operator, Condition...) - Method in interface org.jooq.UpdateQuery
-
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
- addConditions(Operator, Collection<? extends Condition>) - Method in interface org.jooq.UpdateQuery
-
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
- addConnectBy(Condition) - Method in interface org.jooq.SelectQuery
-
Add an Oracle-specific CONNECT BY
clause to the query.
- addConnectByNoCycle(Condition) - Method in interface org.jooq.SelectQuery
-
Add an Oracle-specific CONNECT BY NOCYCLE
clause to the
query.
- addDistinctOn(Field<?>...) - Method in interface org.jooq.SelectQuery
-
Add a PostgreSQL-specific DISTINCT ON (fields...)
- addDistinctOn(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Add a PostgreSQL-specific DISTINCT ON (fields...)
- addFrom(TableLike<?>) - Method in interface org.jooq.SelectQuery
-
Add tables to the table product.
- addFrom(TableLike<?>...) - Method in interface org.jooq.SelectQuery
-
Add tables to the table product.
- addFrom(Collection<? extends TableLike<?>>) - Method in interface org.jooq.SelectQuery
-
Add tables to the table product.
- addFrom(TableLike<?>) - Method in interface org.jooq.UpdateQuery
-
Add tables to the table product.
- addFrom(TableLike<?>...) - Method in interface org.jooq.UpdateQuery
-
Add tables to the table product.
- addFrom(Collection<? extends TableLike<?>>) - Method in interface org.jooq.UpdateQuery
-
Add tables to the table product.
- addGroupBy(GroupField...) - Method in interface org.jooq.SelectQuery
-
Adds grouping fields.
- addGroupBy(Collection<? extends GroupField>) - Method in interface org.jooq.SelectQuery
-
Adds grouping fields.
- addHaving(Condition...) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of the query, connecting it to
existing conditions with the and operator.
- addHaving(Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of the query, connecting it to
existing conditions with the and operator.
- addHaving(Operator, Condition...) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of query, connecting them to
existing conditions with the provided operator.
- addHaving(Operator, Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of query, connecting them to
existing conditions with the provided operator.
- addHint(String) - Method in interface org.jooq.SelectQuery
-
Add an Oracle-style hint to the select clause.
- addInOutParameter(Parameter<?>) - Method in class org.jooq.impl.AbstractRoutine
-
- addInParameter(Parameter<?>) - Method in class org.jooq.impl.AbstractRoutine
-
- addJoin(TableLike<?>, Condition...) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a condition.
- addJoin(TableLike<?>, JoinType, Condition...) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a condition.
- addJoin(TableLike<?>, JoinType, Condition[], Field<?>[]) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a condition.
- addJoinOnKey(TableLike<?>, JoinType) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a foreign key.
- addJoinOnKey(TableLike<?>, JoinType, TableField<?, ?>...) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a foreign key.
- addJoinOnKey(TableLike<?>, JoinType, ForeignKey<?, ?>) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a foreign key.
- addJoinUsing(TableLike<?>, Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table with a USING
clause.
- addJoinUsing(TableLike<?>, JoinType, Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table with a USING
clause.
- addLimit(int) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select.
- addLimit(Param<Integer>) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select using named parameters.
- addLimit(int, int) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select.
- addLimit(Param<Integer>, int) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select.
- addLimit(int, Param<Integer>) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select using named parameters.
- addLimit(Param<Integer>, Param<Integer>) - Method in interface org.jooq.SelectQuery
-
Limit the results of this select using named parameters.
- addOption(String) - Method in interface org.jooq.SelectQuery
-
Add a SQL Server-style query hint to the select clause.
- addOrderBy(Field<?>...) - Method in interface org.jooq.SelectQuery
-
Adds ordering fields, ordering by the default sort order.
- addOrderBy(SortField<?>...) - Method in interface org.jooq.SelectQuery
-
Adds ordering fields.
- addOrderBy(Collection<? extends SortField<?>>) - Method in interface org.jooq.SelectQuery
-
Adds ordering fields.
- addOrderBy(int...) - Method in interface org.jooq.SelectQuery
-
Adds ordering fields.
- addOutParameter(Parameter<?>) - Method in class org.jooq.impl.AbstractRoutine
-
- addRecord(R) - Method in interface org.jooq.InsertQuery
-
Short for calling
newRecord();
setRecord(record);
- addSeekAfter(Field<?>...) - Method in interface org.jooq.SelectQuery
-
Adds seeking fields.
- addSeekAfter(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Adds seeking fields.
- addSeekBefore(Field<?>...) - Method in interface org.jooq.SelectQuery
-
Adds seeking fields.
- addSeekBefore(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Adds seeking fields.
- addSelect(Field<?>...) - Method in interface org.jooq.SelectQuery
-
Add a list of select fields.
- addSelect(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Add a list of select fields.
- addValue(Field<T>, T) - Method in interface org.jooq.StoreQuery
-
Add a value to the store statement
- addValue(Field<T>, Field<T>) - Method in interface org.jooq.StoreQuery
-
Add a value to the store statement
- addValueForUpdate(Field<T>, T) - Method in interface org.jooq.InsertQuery
-
Add a value to the ON DUPLICATE KEY UPDATE
clause of this
INSERT
statement, where this is supported.
- addValueForUpdate(Field<T>, Field<T>) - Method in interface org.jooq.InsertQuery
-
Add a value to the ON DUPLICATE KEY UPDATE
clause of this
INSERT
statement, where this is supported.
- addValues(Map<? extends Field<?>, ?>) - Method in interface org.jooq.StoreQuery
-
Add multiple values to the store statement.
- addValues(Row1<T1>, Row1<T1>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row2<T1, T2>, Row2<T1, T2>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row3<T1, T2, T3>, Row3<T1, T2, T3>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row4<T1, T2, T3, T4>, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row5<T1, T2, T3, T4, T5>, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row6<T1, T2, T3, T4, T5, T6>, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row7<T1, T2, T3, T4, T5, T6, T7>, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row1<T1>, Select<? extends Record1<T1>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row2<T1, T2>, Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row3<T1, T2, T3>, Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row4<T1, T2, T3, T4>, Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row5<T1, T2, T3, T4, T5>, Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row6<T1, T2, T3, T4, T5, T6>, Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row7<T1, T2, T3, T4, T5, T6, T7>, Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValues(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Select<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in interface org.jooq.UpdateQuery
-
Specify a multi-column set clause for the UPDATE
statement.
- addValuesForUpdate(Map<? extends Field<?>, ?>) - Method in interface org.jooq.InsertQuery
-
Add multiple values to the ON DUPLICATE KEY UPDATE
clause of
this INSERT
statement, where this is supported.
- addWindow(WindowDefinition...) - Method in interface org.jooq.SelectQuery
-
Adds new window definitions to the window clause of the query.
- addWindow(Collection<? extends WindowDefinition>) - Method in interface org.jooq.SelectQuery
-
Adds new window definitions to the window clause of the query.
- aesDecrypt(String, String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific AES_DECRYPT()
function
- aesDecrypt(Field<String>, Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific AES_DECRYPT()
function
- aesDecrypt(String, String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific AES_DECRYPT()
function.
- aesDecrypt(byte[], byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific AES_DECRYPT()
function.
- aesDecrypt(Field<T>, Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific AES_DECRYPT()
function.
- aesEncrypt(String, String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific AES_ENCRYPT()
function
- aesEncrypt(Field<String>, Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific AES_ENCRYPT()
function
- aesEncrypt(String, String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific AES_ENCRYPT()
function.
- aesEncrypt(byte[], byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific AES_ENCRYPT()
function.
- aesEncrypt(Field<T>, Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific AES_ENCRYPT()
function.
- afterLast() - Method in class org.jooq.tools.jdbc.DefaultResultSet
-
- afterLast() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- AggregateFunction<T> - Interface in org.jooq
-
An aggregate function is a special field that is usually used in a
GROUP BY
context.
- all(Select<R>) - Static method in class org.jooq.impl.DSL
-
Create an ALL
quantified select to be used in quantified
comparison predicate expressions.
- all(T...) - Static method in class org.jooq.impl.DSL
-
Create an ALL
quantified select to be used in quantified
comparison predicate expressions.
- all(Field<T[]>) - Static method in class org.jooq.impl.DSL
-
Create an ALL
quantified select to be used in quantified
comparison predicate expressions.
- alter(Field<T>) - Method in interface org.jooq.AlterTableStep
-
Add an ALTER COLUMN
clause to the ALTER TABLE
statement.
- alter(String) - Method in interface org.jooq.AlterTableStep
-
Add an ALTER COLUMN
clause to the ALTER TABLE
statement.
- alterSequence(Sequence<T>) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER SEQUENCE
statement.
- alterSequence(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER SEQUENCE
statement.
- alterSequence(Sequence<T>) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterSequence(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterSequence(Sequence<T>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL ALTER SEQUENCE
statement.
- alterSequence(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL ALTER SEQUENCE
statement.
- AlterSequenceFinalStep - Interface in org.jooq
-
A
Query
that can alter sequences.
- AlterSequenceRestartStep<T extends java.lang.Number> - Interface in org.jooq
-
A
Query
that can alter sequences.
- alterTable(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER TABLE
statement.
- alterTable(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER TABLE
statement.
- alterTable(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterTable(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterTable(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL ALTER TABLE
statement.
- alterTable(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL ALTER TABLE
statement.
- AlterTableAlterStep<T> - Interface in org.jooq
-
The step in the ALTER TABLE
DSL used to ALTER
columns.
- AlterTableDropStep - Interface in org.jooq
-
The step in the ALTER TABLE
DSL used to DROP
columns.
- AlterTableFinalStep - Interface in org.jooq
-
The final step in the ALTER TABLE
DSL.
- AlterTableStep - Interface in org.jooq
-
The step in the ALTER TABLE
where the action can be decided.
- and(T) - Method in interface org.jooq.BetweenAndStep
-
Create a condition to check this field against some bounds
- and(Field<T>) - Method in interface org.jooq.BetweenAndStep
-
Create a condition to check this field against some bounds
- and(Field<T1>) - Method in interface org.jooq.BetweenAndStep1
-
Create a condition to check this field against some bounds
- and(T1) - Method in interface org.jooq.BetweenAndStep1
-
Create a condition to check this field against some bounds
- and(Row1<T1>) - Method in interface org.jooq.BetweenAndStep1
-
Create a condition to check this field against some bounds
- and(Record1<T1>) - Method in interface org.jooq.BetweenAndStep1
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.BetweenAndStep10
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.BetweenAndStep10
-
Create a condition to check this field against some bounds
- and(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.BetweenAndStep10
-
Create a condition to check this field against some bounds
- and(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.BetweenAndStep10
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.BetweenAndStep11
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.BetweenAndStep11
-
Create a condition to check this field against some bounds
- and(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.BetweenAndStep11
-
Create a condition to check this field against some bounds
- and(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.BetweenAndStep11
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.BetweenAndStep12
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.BetweenAndStep12
-
Create a condition to check this field against some bounds
- and(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.BetweenAndStep12
-
Create a condition to check this field against some bounds
- and(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.BetweenAndStep12
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.BetweenAndStep13
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.BetweenAndStep13
-
Create a condition to check this field against some bounds
- and(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.BetweenAndStep13
-
Create a condition to check this field against some bounds
- and(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.BetweenAndStep13
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.BetweenAndStep14
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.BetweenAndStep14
-
Create a condition to check this field against some bounds
- and(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.BetweenAndStep14
-
Create a condition to check this field against some bounds
- and(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.BetweenAndStep14
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.BetweenAndStep15
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.BetweenAndStep15
-
Create a condition to check this field against some bounds
- and(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.BetweenAndStep15
-
Create a condition to check this field against some bounds
- and(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.BetweenAndStep15
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.BetweenAndStep16
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.BetweenAndStep16
-
Create a condition to check this field against some bounds
- and(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.BetweenAndStep16
-
Create a condition to check this field against some bounds
- and(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.BetweenAndStep16
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.BetweenAndStep17
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.BetweenAndStep17
-
Create a condition to check this field against some bounds
- and(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.BetweenAndStep17
-
Create a condition to check this field against some bounds
- and(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.BetweenAndStep17
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.BetweenAndStep18
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.BetweenAndStep18
-
Create a condition to check this field against some bounds
- and(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.BetweenAndStep18
-
Create a condition to check this field against some bounds
- and(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.BetweenAndStep18
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.BetweenAndStep19
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.BetweenAndStep19
-
Create a condition to check this field against some bounds
- and(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.BetweenAndStep19
-
Create a condition to check this field against some bounds
- and(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.BetweenAndStep19
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>) - Method in interface org.jooq.BetweenAndStep2
-
Create a condition to check this field against some bounds
- and(T1, T2) - Method in interface org.jooq.BetweenAndStep2
-
Create a condition to check this field against some bounds
- and(Row2<T1, T2>) - Method in interface org.jooq.BetweenAndStep2
-
Create a condition to check this field against some bounds
- and(Record2<T1, T2>) - Method in interface org.jooq.BetweenAndStep2
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.BetweenAndStep20
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.BetweenAndStep20
-
Create a condition to check this field against some bounds
- and(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.BetweenAndStep20
-
Create a condition to check this field against some bounds
- and(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.BetweenAndStep20
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.BetweenAndStep21
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.BetweenAndStep21
-
Create a condition to check this field against some bounds
- and(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.BetweenAndStep21
-
Create a condition to check this field against some bounds
- and(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.BetweenAndStep21
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.BetweenAndStep22
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.BetweenAndStep22
-
Create a condition to check this field against some bounds
- and(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.BetweenAndStep22
-
Create a condition to check this field against some bounds
- and(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.BetweenAndStep22
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.BetweenAndStep3
-
Create a condition to check this field against some bounds
- and(T1, T2, T3) - Method in interface org.jooq.BetweenAndStep3
-
Create a condition to check this field against some bounds
- and(Row3<T1, T2, T3>) - Method in interface org.jooq.BetweenAndStep3
-
Create a condition to check this field against some bounds
- and(Record3<T1, T2, T3>) - Method in interface org.jooq.BetweenAndStep3
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.BetweenAndStep4
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4) - Method in interface org.jooq.BetweenAndStep4
-
Create a condition to check this field against some bounds
- and(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.BetweenAndStep4
-
Create a condition to check this field against some bounds
- and(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.BetweenAndStep4
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.BetweenAndStep5
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5) - Method in interface org.jooq.BetweenAndStep5
-
Create a condition to check this field against some bounds
- and(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.BetweenAndStep5
-
Create a condition to check this field against some bounds
- and(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.BetweenAndStep5
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.BetweenAndStep6
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.BetweenAndStep6
-
Create a condition to check this field against some bounds
- and(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.BetweenAndStep6
-
Create a condition to check this field against some bounds
- and(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.BetweenAndStep6
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.BetweenAndStep7
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.BetweenAndStep7
-
Create a condition to check this field against some bounds
- and(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.BetweenAndStep7
-
Create a condition to check this field against some bounds
- and(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.BetweenAndStep7
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.BetweenAndStep8
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.BetweenAndStep8
-
Create a condition to check this field against some bounds
- and(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.BetweenAndStep8
-
Create a condition to check this field against some bounds
- and(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.BetweenAndStep8
-
Create a condition to check this field against some bounds
- and(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.BetweenAndStep9
-
Create a condition to check this field against some bounds
- and(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.BetweenAndStep9
-
Create a condition to check this field against some bounds
- and(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.BetweenAndStep9
-
Create a condition to check this field against some bounds
- and(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.BetweenAndStep9
-
Create a condition to check this field against some bounds
- and(Field<?>...) - Method in interface org.jooq.BetweenAndStepN
-
Create a condition to check this field against some bounds
- and(Object...) - Method in interface org.jooq.BetweenAndStepN
-
Create a condition to check this field against some bounds
- and(RowN) - Method in interface org.jooq.BetweenAndStepN
-
Create a condition to check this field against some bounds
- and(Record) - Method in interface org.jooq.BetweenAndStepN
-
Create a condition to check this field against some bounds
- and(Condition) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator.
- and(Field<Boolean>) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator.
- and(String) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator.
- and(String, Object...) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator.
- and(String, QueryPart...) - Method in interface org.jooq.Condition
-
Combine this condition with another one using the
Operator.AND
operator.
- and(Condition) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
- and(Field<Boolean>) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
- and(String) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- and(String, Object...) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- and(String, QueryPart...) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- and(Condition) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(Field<Boolean>) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(String) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(String, Object...) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(String, QueryPart...) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(Condition) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Field<Boolean>) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, Object...) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, QueryPart...) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Condition) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Field<Boolean>) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, Object...) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, QueryPart...) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Condition) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Field<Boolean>) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, Object...) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, QueryPart...) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Condition) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Field<Boolean>) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, Object...) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, QueryPart...) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Condition) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Field<Boolean>) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, Object...) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(String, QueryPart...) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(Condition) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(Field<Boolean>) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(String) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(String, Object...) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(String, QueryPart...) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator.
- and(Condition) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
- and(Field<Boolean>) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
- and(String) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- and(String, Object...) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- and(String, QueryPart...) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- and(T) - Method in interface org.jooq.VersionsBetweenAndStep
-
Add an AND
clause to the flashback versions query clause.
- and(Field<? extends T>) - Method in interface org.jooq.VersionsBetweenAndStep
-
Add an AND
clause to the flashback versions query clause.
- andCurrentRow() - Method in interface org.jooq.WindowRowsAndStep
-
Add a ...
- andCurrentRow() - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a ...
- andExists(Select<?>) - Method in interface org.jooq.Condition
-
Combine this condition with an EXISTS clause using the
Operator.AND
operator.
- andExists(Select<?>) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using
the
Operator.AND
operator
- andExists(Select<?>) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with an
EXISTS
clause using the
Operator.AND
operator.
- andExists(Select<?>) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
- andExists(Select<?>) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
- andExists(Select<?>) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
- andExists(Select<?>) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
- andExists(Select<?>) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with an
EXISTS
clause using the
Operator.AND
operator.
- andExists(Select<?>) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with an EXISTS clause using
the
Operator.AND
operator
- andFollowing(int) - Method in interface org.jooq.WindowRowsAndStep
-
Add a ...
- andFollowing(int) - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a ...
- andMaxvalue() - Method in interface org.jooq.VersionsBetweenAndStep
-
Add an AND MAXVALUE
clause to the flashback versions query
clause.
- andNot(Condition) - Method in interface org.jooq.Condition
-
Combine this condition with a negated other one using the
Operator.AND
operator.
- andNot(Field<Boolean>) - Method in interface org.jooq.Condition
-
Combine this condition with a negated other one using the
Operator.AND
operator.
- andNot(Condition) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator
- andNot(Field<Boolean>) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator
- andNot(Condition) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator.
- andNot(Field<Boolean>) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator.
- andNot(Condition) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
- andNot(Field<Boolean>) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
- andNot(Condition) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
- andNot(Field<Boolean>) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
- andNot(Condition) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
- andNot(Field<Boolean>) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
- andNot(Condition) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
- andNot(Field<Boolean>) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
- andNot(Condition) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator.
- andNot(Field<Boolean>) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator.
- andNot(Condition) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator
- andNot(Field<Boolean>) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator
- andNotExists(Select<?>) - Method in interface org.jooq.Condition
-
Combine this condition with a NOT EXIST clause using the
Operator.AND
operator.
- andNotExists(Select<?>) - Method in interface org.jooq.DeleteConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using
the
Operator.AND
operator
- andNotExists(Select<?>) - Method in interface org.jooq.DivideByOnConditionStep
-
Combine the currently assembled conditions with a
NOT EXISTS
clause using the
Operator.AND
operator.
- andNotExists(Select<?>) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
- andNotExists(Select<?>) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
- andNotExists(Select<?>) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
- andNotExists(Select<?>) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
- andNotExists(Select<?>) - Method in interface org.jooq.TableOnConditionStep
-
Combine the currently assembled conditions with a
NOT EXISTS
clause using the
Operator.AND
operator.
- andNotExists(Select<?>) - Method in interface org.jooq.UpdateConditionStep
-
Combine the currently assembled conditions with a NOT EXISTS clause using
the
Operator.AND
operator
- andPreceding(int) - Method in interface org.jooq.WindowRowsAndStep
-
Add a ...
- andPreceding(int) - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a ...
- andUnboundedFollowing() - Method in interface org.jooq.WindowRowsAndStep
-
Add a ...
- andUnboundedFollowing() - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a ...
- andUnboundedPreceding() - Method in interface org.jooq.WindowRowsAndStep
-
Add a ...
- andUnboundedPreceding() - Method in interface org.jooq.WindowSpecificationRowsAndStep
-
Add a ...
- ANSIDATE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- any(Select<R>) - Static method in class org.jooq.impl.DSL
-
Create an ANY
quantified select to be used in quantified
comparison predicate expressions.
- any(T...) - Static method in class org.jooq.impl.DSL
-
Create an ANY
quantified select to be used in quantified
comparison predicate expressions.
- any(Field<T[]>) - Static method in class org.jooq.impl.DSL
-
Create an ANY
quantified select to be used in quantified
comparison predicate expressions.
- ANY - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- arrayAppend(T[], T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_append(anyarray, anyelement)
function.
- arrayAppend(T[], Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_append(anyarray, anyelement)
function.
- arrayAppend(Field<T[]>, T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_append(anyarray, anyelement)
function.
- arrayAppend(Field<T[]>, Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_append(anyarray, anyelement)
function.
- arrayCat(T[], T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_cat(anyarray, anyelement)
function.
- arrayCat(T[], Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_cat(anyarray, anyelement)
function.
- arrayCat(Field<T[]>, T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_cat(anyarray, anyelement)
function.
- arrayCat(Field<T[]>, Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_cat(anyarray, anyelement)
function.
- arrayPrepend(T, T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_prepend(anyarray, anyelement)
function.
- arrayPrepend(Field<T>, T[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_prepend(anyarray, anyelement)
function.
- arrayPrepend(T, Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_prepend(anyarray, anyelement)
function.
- arrayPrepend(Field<T>, Field<T[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_prepend(anyarray, anyelement)
function.
- ArrayRecord<E> - Interface in org.jooq
-
A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), additionally
providing some convenience methods
- ArrayRecordImpl<T> - Class in org.jooq.impl
-
A common base class for Oracle ARRAY types
This type is for JOOQ INTERNAL USE only.
- ArrayRecordImpl(Schema, String, DataType<T>, Configuration) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
- ArrayRecordImpl(Schema, String, DataType<X>, Configuration, Converter<X, T>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
- ArrayRecordImpl(Schema, String, DataType<X>, Configuration, Binding<X, Y>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
- ArrayRecordImpl(Schema, String, DataType<X>, Configuration, Converter<Y, T>, Binding<X, Y>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
- ArrayRecordImpl(Schema, String, DataType<T>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, String, DataType<X>, Converter<X, T>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, String, DataType<X>, Binding<X, Y>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- ArrayRecordImpl(Schema, String, DataType<X>, Converter<Y, T>, Binding<X, Y>) - Constructor for class org.jooq.impl.ArrayRecordImpl
-
Create an empty array record
- arrayToString(Object[], String) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_to_string(anyarray, delimiter)
function.
- arrayToString(Object[], Field<String>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_to_string(anyarray, delimiter)
function.
- arrayToString(Field<? extends Object[]>, String) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_to_string(anyarray, delimiter)
function.
- arrayToString(Field<? extends Object[]>, Field<String>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_to_string(anyarray, delimiter)
function.
- as(Select<? extends R>) - Method in interface org.jooq.CreateTableAsStep
-
Add an AS
clause to the CREATE TABLE
statement.
- as(Select<? extends R>) - Method in interface org.jooq.CreateViewAsStep
-
Add an AS
clause to the CREATE VIEW
statement.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(String) - Method in interface org.jooq.Field
-
Create an alias for this field.
- as(Field<?>) - Method in interface org.jooq.Field
-
Create an alias for this field based on another field's name.
- as(String) - Method in class org.jooq.impl.CustomField
-
- as(String) - Method in class org.jooq.impl.TableImpl
-
Subclasses may override this method to provide custom aliasing
implementations
Create an alias for this table.
- as(String, String...) - Method in class org.jooq.impl.TableImpl
-
Subclasses may override this method to provide custom aliasing
implementations
Create an alias for this table and its fields
Note that the case-sensitivity of the returned table and columns depends
on
Settings.getRenderNameStyle()
.
- as(WindowSpecification) - Method in interface org.jooq.Name
-
- as(Select<R>) - Method in interface org.jooq.Name
-
Specify a subselect to refer to by the Name
to form a common
table expression.
- as(String) - Method in interface org.jooq.Table
-
Create an alias for this table.
- as(String, String...) - Method in interface org.jooq.Table
-
Create an alias for this table and its fields
Note that the case-sensitivity of the returned table and columns depends
on
Settings.getRenderNameStyle()
.
- as(Class<P>) - Method in class org.jooq.tools.reflect.Reflect
-
Create a proxy for the wrapped object allowing to typesafely invoke
methods on it using a custom interface
- as(Select<?>) - Method in interface org.jooq.WithAsStep
-
Associate a subselect with a common table expression's table and column names.
- asAggregateFunction() - Method in class org.jooq.impl.AbstractRoutine
-
- asArrayDataType(Class<A>) - Method in interface org.jooq.DataType
-
Retrieve the data type for an Oracle-style ARRAY of this data type.
- asArrayDataType(Class<A>) - Method in class org.jooq.impl.DefaultDataType
-
- asc() - Method in interface org.jooq.Field
-
Create an ascending sort field from this field.
- ascii() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- ascii(String) - Static method in class org.jooq.impl.DSL
-
Get the ascii(field) function.
- ascii(Field<String>) - Static method in class org.jooq.impl.DSL
-
Get the ascii(field) function.
- asConvertedDataType(Converter<? super T, U>) - Method in interface org.jooq.DataType
-
Retrieve the data type for a given converter.
- asConvertedDataType(Binding<? super T, U>) - Method in interface org.jooq.DataType
-
Retrieve the data type for a given converter.
- asConvertedDataType(Converter<? super T, U>) - Method in class org.jooq.impl.DefaultDataType
-
- asConvertedDataType(Binding<? super T, U>) - Method in class org.jooq.impl.DefaultDataType
-
- ASEDataType - Class in org.jooq.util.ase
-
- ASEDSL - Class in org.jooq.util.ase
-
- asEnumDataType(Class<E>) - Method in interface org.jooq.DataType
-
Retrieve the data type for a given enum data type.
- asEnumDataType(Class<E>) - Method in class org.jooq.impl.DefaultDataType
-
- asField() - Method in interface org.jooq.FieldLike
-
The underlying field representation of this object
This method is useful for things like
SELECT y.*, (SELECT a FROM x) FROM y
- asField(String) - Method in interface org.jooq.FieldLike
-
The underlying field representation of this object
This method is useful for things like
SELECT y.*, (SELECT a FROM x) [alias] FROM y
Note that the case-sensitivity of the returned field depends on
Settings.getRenderNameStyle()
.
- asField() - Method in class org.jooq.impl.AbstractRoutine
-
- asField(String) - Method in class org.jooq.impl.AbstractRoutine
-
- asin() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- asin(Number) - Static method in class org.jooq.impl.DSL
-
Get the arc sine(field) function.
- asin(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the arc sine(field) function.
- asOfScn(Number) - Method in interface org.jooq.Table
-
- asOfScn(Field<? extends Number>) - Method in interface org.jooq.Table
-
- asOfTimestamp(Timestamp) - Method in interface org.jooq.Table
-
- asOfTimestamp(Field<Timestamp>) - Method in interface org.jooq.Table
-
- asTable() - Method in interface org.jooq.TableLike
-
The underlying table representation of this object
This method is useful for things like
SELECT * FROM (SELECT * FROM x WHERE x.a = '1') WHERE ...
- asTable(String) - Method in interface org.jooq.TableLike
-
The underlying aliased table representation of this object
- asTable(String, String...) - Method in interface org.jooq.TableLike
-
The underlying aliased table representation of this object
- atan() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- atan(Number) - Static method in class org.jooq.impl.DSL
-
Get the arc tangent(field) function.
- atan(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the arc tangent(field) function.
- atan2(Number) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- atan2(Field<? extends Number>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- atan2(Number, Number) - Static method in class org.jooq.impl.DSL
-
Get the atan2(field, y) function.
- atan2(Number, Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the atan2(field, y) function.
- atan2(Field<? extends Number>, Number) - Static method in class org.jooq.impl.DSL
-
Get the atan2(field, y) function.
- atan2(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the atan2(field, y) function.
- attach(Configuration) - Method in interface org.jooq.Attachable
-
- attach(Attachable...) - Method in interface org.jooq.DSLContext
-
- attach(Collection<? extends Attachable>) - Method in interface org.jooq.DSLContext
-
- attach(Configuration) - Method in class org.jooq.impl.AbstractRoutine
-
- attach(Attachable...) - Method in class org.jooq.impl.DefaultDSLContext
-
- attach(Collection<? extends Attachable>) - Method in class org.jooq.impl.DefaultDSLContext
-
- attach(Configuration) - Method in interface org.jooq.Result
-
Attach this result and all of its contained records to a new
Configuration
.
- Attachable - Interface in org.jooq
-
An object in jOOQ that can have an underlying
Configuration
attached
or detached.
- AttachableInternal - Interface in org.jooq
-
Base functionality declaration for all
Attachable
s
This interface is for JOOQ INTERNAL USE only.
- attachRecords - Variable in class org.jooq.conf.Settings
-
- attempts - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- attempts(Integer) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- autoGeneratedKeys() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
The corresponding value from MockStatement
.
- avg() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- avg(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the average over a numeric field: avg(field).
- avgDistinct(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the average over a numeric field: avg(distinct field).
- avgOver() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- BackslashEscaping - Enum in org.jooq.conf
-
Java class for BackslashEscaping.
- backslashEscaping - Variable in class org.jooq.conf.Settings
-
- Batch - Interface in org.jooq
-
A wrapper for a JDBC batch operation.
- batch(Query...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode
(without bind values).
- batch(String...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode
(without bind values).
- batch(Collection<? extends Query>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode
(without bind values).
- batch(Query) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (with
bind values).
- batch(String) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (with
bind values).
- batch(Query, Object[]...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (with
bind values).
- batch(String, Object[]...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of queries in batch mode (with
bind values).
- batch(Query...) - Method in class org.jooq.impl.DefaultDSLContext
-
- batch(String...) - Method in class org.jooq.impl.DefaultDSLContext
-
- batch(Collection<? extends Query>) - Method in class org.jooq.impl.DefaultDSLContext
-
- batch(Query) - Method in class org.jooq.impl.DefaultDSLContext
-
- batch(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- batch(Query, Object[]...) - Method in class org.jooq.impl.DefaultDSLContext
-
- batch(String, Object[]...) - Method in class org.jooq.impl.DefaultDSLContext
-
- batch() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Whether this execution context is a from a batch statement.
- batchBindings() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Get all bind variables of a "single batch" statement.
- BatchBindStep - Interface in org.jooq
-
This type is used for the
Batch
's DSL API.
- batchDelete(UpdatableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of DELETE
queries
in batch mode (with bind values).
- batchDelete(Collection<? extends UpdatableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of DELETE
in batch
mode (with bind values).
- batchDelete(UpdatableRecord<?>...) - Method in class org.jooq.impl.DefaultDSLContext
-
- batchDelete(Collection<? extends UpdatableRecord<?>>) - Method in class org.jooq.impl.DefaultDSLContext
-
- batchInsert(TableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of INSERT
queries
in batch mode (with bind values).
- batchInsert(Collection<? extends TableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of INSERT
queries
in batch mode (with bind values).
- batchInsert(TableRecord<?>...) - Method in class org.jooq.impl.DefaultDSLContext
-
- batchInsert(Collection<? extends TableRecord<?>>) - Method in class org.jooq.impl.DefaultDSLContext
-
- batchMultiple() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Whether this execution context is from a "multi batch" statement.
- batchQueries() - Method in interface org.jooq.ExecuteContext
-
The jOOQ
Query
objects that are being executed in batch mode, or
empty if the query is unknown or if there was no jOOQ
Query
.
- batchRecords() - Method in interface org.jooq.RecordContext
-
The Record
(s) that are being manipulated in batch mode.
- batchRows() - Method in interface org.jooq.ExecuteContext
-
The number of rows that were affected by the last statement executed in
batch mode.
- batchSingle() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Whether this execution context is from a "single batch" statement.
- batchSQL() - Method in interface org.jooq.ExecuteContext
-
The generated SQL statements that are being executed in batch mode, or
empty if the query is unknown or if there was no SQL statement.
- batchSQL() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Get all batch SQL statements of a "multi batch" statement.
- batchStore(UpdatableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of INSERT
and
UPDATE
queries in batch mode (with bind values).
- batchStore(Collection<? extends UpdatableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of INSERT
and
UPDATE
queries in batch mode (with bind values).
- batchStore(UpdatableRecord<?>...) - Method in class org.jooq.impl.DefaultDSLContext
-
- batchStore(Collection<? extends UpdatableRecord<?>>) - Method in class org.jooq.impl.DefaultDSLContext
-
- batchUpdate(UpdatableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of UPDATE
queries
in batch mode (with bind values).
- batchUpdate(Collection<? extends UpdatableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of UPDATE
queries
in batch mode (with bind values).
- batchUpdate(UpdatableRecord<?>...) - Method in class org.jooq.impl.DefaultDSLContext
-
- batchUpdate(Collection<? extends UpdatableRecord<?>>) - Method in class org.jooq.impl.DefaultDSLContext
-
- beforeFirst() - Method in class org.jooq.tools.jdbc.DefaultResultSet
-
- beforeFirst() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- begin(TransactionContext) - Method in class org.jooq.impl.DefaultTransactionProvider
-
- begin(TransactionContext) - Method in class org.jooq.impl.NoTransactionProvider
-
- begin(TransactionContext) - Method in interface org.jooq.TransactionProvider
-
Begin a new transaction.
- between(T, T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- between(Field<T>, Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- between(T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- between(Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- between(T1) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two records.
- between(Row1<T1>, Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record1<T1>, Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two records.
- between(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two records.
- between(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two records.
- between(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two records.
- between(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two records.
- between(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two records.
- between(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two records.
- between(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two records.
- between(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two records.
- between(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two records.
- between(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two records.
- between(T1, T2) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two records.
- between(Row2<T1, T2>, Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record2<T1, T2>, Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two records.
- between(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two records.
- between(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two records.
- between(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two records.
- between(Row3<T1, T2, T3>, Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record3<T1, T2, T3>, Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two records.
- between(Row4<T1, T2, T3, T4>, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record4<T1, T2, T3, T4>, Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two records.
- between(Row5<T1, T2, T3, T4, T5>, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record5<T1, T2, T3, T4, T5>, Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two records.
- between(Row6<T1, T2, T3, T4, T5, T6>, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record6<T1, T2, T3, T4, T5, T6>, Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two records.
- between(Row7<T1, T2, T3, T4, T5, T6, T7>, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record7<T1, T2, T3, T4, T5, T6, T7>, Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two records.
- between(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record8<T1, T2, T3, T4, T5, T6, T7, T8>, Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two records.
- between(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two records.
- between(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two records.
- between(Object...) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Field<?>...) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two other row
value expressions.
- between(RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two records.
- between(RowN, RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two other row
value expressions.
- between(Record, Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two records.
- BetweenAndStep<T> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep1<T1> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep2<T1,T2> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep3<T1,T2,T3> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep4<T1,T2,T3,T4> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep5<T1,T2,T3,T4,T5> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep6<T1,T2,T3,T4,T5,T6> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStep9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- BetweenAndStepN - Interface in org.jooq
-
An intermediate DSL type for the construction of a BETWEEN
predicate.
- betweenSymmetric(T, T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- betweenSymmetric(Field<T>, Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- betweenSymmetric(T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- betweenSymmetric(Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds.
- betweenSymmetric(T1) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row1<T1>, Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record1<T1>, Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row2<T1, T2>, Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record2<T1, T2>, Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row3<T1, T2, T3>, Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record3<T1, T2, T3>, Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row4<T1, T2, T3, T4>, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record4<T1, T2, T3, T4>, Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row5<T1, T2, T3, T4, T5>, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record5<T1, T2, T3, T4, T5>, Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row6<T1, T2, T3, T4, T5, T6>, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record6<T1, T2, T3, T4, T5, T6>, Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row7<T1, T2, T3, T4, T5, T6, T7>, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record7<T1, T2, T3, T4, T5, T6, T7>, Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record8<T1, T2, T3, T4, T5, T6, T7, T8>, Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(Object...) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Field<?>...) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two
records.
- betweenSymmetric(RowN, RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two
other row value expressions.
- betweenSymmetric(Record, Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a symmetric range of two
records.
- BFILE - Static variable in class org.jooq.util.oracle.OracleDataType
-
- BIGDATETIME - Static variable in class org.jooq.util.ase.ASEDataType
-
- BIGINT - Static variable in class org.jooq.impl.SQLDataType
-
The Types.BIGINT
type.
- BIGINT - Static variable in class org.jooq.util.ase.ASEDataType
-
- BIGINT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- BIGINT - Static variable in class org.jooq.util.db2.DB2DataType
-
- BIGINT - Static variable in class org.jooq.util.derby.DerbyDataType
-
- BIGINT - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- BIGINT - Static variable in class org.jooq.util.h2.H2DataType
-
- BIGINT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- BIGINT - Static variable in class org.jooq.util.informix.InformixDataType
-
- BIGINT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- BIGINT - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- BIGINT - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- BIGINT - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- BIGINT - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- BIGINT - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- BIGINT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- BIGINTUNSIGNED - Static variable in class org.jooq.impl.SQLDataType
-
The unsigned Types.BIGINT
type.
- BIGINTUNSIGNED - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- BIGINTUNSIGNED - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- BIGSERIAL - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- BIGTIME - Static variable in class org.jooq.util.ase.ASEDataType
-
- BINARY - Static variable in class org.jooq.impl.SQLDataType
-
The Types.BINARY
type.
- BINARY - Static variable in class org.jooq.util.access.AccessDataType
-
- BINARY - Static variable in class org.jooq.util.ase.ASEDataType
-
- BINARY - Static variable in class org.jooq.util.h2.H2DataType
-
- BINARY - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- BINARY - Static variable in class org.jooq.util.ingres.IngresDataType
-
- BINARY - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- BINARY - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- BINARY - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- BINARY - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- BINARY_DOUBLE - Static variable in class org.jooq.util.oracle.OracleDataType
-
- BINARY_FLOAT - Static variable in class org.jooq.util.oracle.OracleDataType
-
- BINARY_INTEGER - Static variable in class org.jooq.util.oracle.OracleDataType
-
- BINARYLARGEOBJECT - Static variable in class org.jooq.util.derby.DerbyDataType
-
- BINARYLARGEOBJECT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- BINARYLARGEOBJECT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- bind(Object...) - Method in interface org.jooq.BatchBindStep
-
Set bind values on the batch statement.
- bind(Object[][]) - Method in interface org.jooq.BatchBindStep
-
Set several bind values on the batch statement.
- bind(QueryPart) - Method in interface org.jooq.BindContext
-
- bind(Collection<? extends QueryPart>) - Method in interface org.jooq.BindContext
-
- bind(QueryPart[]) - Method in interface org.jooq.BindContext
-
- bind(QueryPart, PreparedStatement) - Method in interface org.jooq.DSLContext
-
- bind(BindContext) - Method in class org.jooq.impl.CustomCondition
-
- bind(BindContext) - Method in class org.jooq.impl.CustomField
-
- bind(BindContext) - Method in class org.jooq.impl.CustomQueryPart
-
- bind(QueryPart, PreparedStatement) - Method in class org.jooq.impl.DefaultDSLContext
-
Deprecated.
- bind(String, Object) - Method in interface org.jooq.Query
-
Bind a new value to a named parameter.
- bind(int, Object) - Method in interface org.jooq.Query
-
Bind a new value to an indexed parameter.
- bind(BindContext) - Method in interface org.jooq.QueryPartInternal
-
- bind(String, Object) - Method in interface org.jooq.ResultQuery
-
Bind a new value to a named parameter.
- bind(int, Object) - Method in interface org.jooq.ResultQuery
-
Bind a new value to an indexed parameter.
- BindContext - Interface in org.jooq
-
The bind context is used for binding
QueryPart
's and their contained
values to a
PreparedStatement
's bind variables.
- bindContext(PreparedStatement) - Method in interface org.jooq.DSLContext
-
Get a new
BindContext
for the context of this
DSLContext
.
- bindContext(PreparedStatement) - Method in class org.jooq.impl.DefaultDSLContext
-
- bindContext() - Method in interface org.jooq.VisitContext
-
- bindEnd(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- bindEnd(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- bindEnd(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- Binding<T,U> - Interface in org.jooq
-
An SPI (Service Provider Interface) that exposes all low-level interactions
with JDBC bind variables.
- BindingGetResultSetContext<U> - Interface in org.jooq
-
- BindingGetSQLInputContext<U> - Interface in org.jooq
-
- BindingGetStatementContext<U> - Interface in org.jooq
-
- BindingRegisterContext<U> - Interface in org.jooq
-
- bindings() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Get the single (or first "single batch") set of bind variables.
- BindingSetSQLOutputContext<U> - Interface in org.jooq
-
- BindingSetStatementContext<U> - Interface in org.jooq
-
- BindingSQLContext<U> - Interface in org.jooq
-
- bindStart(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- bindStart(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- bindStart(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- bindValue(Object, Class<?>) - Method in interface org.jooq.BindContext
-
- bindValue(Object, Field<?>) - Method in interface org.jooq.BindContext
-
Bind a value using a specific type.
- bindValue(Object, Field<?>) - Method in interface org.jooq.Context
-
Bind a value using a specific type.
- bindValues(Object...) - Method in interface org.jooq.BindContext
-
- BIT - Static variable in class org.jooq.impl.SQLDataType
-
The Types.BIT
type.
- BIT - Static variable in class org.jooq.util.access.AccessDataType
-
- BIT - Static variable in class org.jooq.util.ase.ASEDataType
-
- BIT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- BIT - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- BIT - Static variable in class org.jooq.util.h2.H2DataType
-
- BIT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- BIT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- BIT - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- BIT - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- BIT - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- BIT - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- BIT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- bitAnd(T) - Method in interface org.jooq.Field
-
The bitwise and operator.
- bitAnd(Field<T>) - Method in interface org.jooq.Field
-
The bitwise and operator.
- bitAnd(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise and operator.
- bitAnd(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise and operator.
- bitAnd(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise and operator.
- bitAnd(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise and operator.
- bitCount(Number) - Static method in class org.jooq.impl.DSL
-
The MySQL BIT_COUNT(field)
function, counting the number of
bits that are set in this number.
- bitCount(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
The MySQL BIT_COUNT(field)
function, counting the number of
bits that are set in this number.
- bitLength() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- bitLength(String) - Static method in class org.jooq.impl.DSL
-
Get the bit_length(field) function.
- bitLength(Field<String>) - Static method in class org.jooq.impl.DSL
-
Get the bit_length(field) function.
- bitNand(T) - Method in interface org.jooq.Field
-
The bitwise not and operator.
- bitNand(Field<T>) - Method in interface org.jooq.Field
-
The bitwise not and operator.
- bitNand(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not and operator.
- bitNand(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not and operator.
- bitNand(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not and operator.
- bitNand(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not and operator.
- bitNor(T) - Method in interface org.jooq.Field
-
The bitwise not or operator.
- bitNor(Field<T>) - Method in interface org.jooq.Field
-
The bitwise not or operator.
- bitNor(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not or operator.
- bitNor(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not or operator.
- bitNor(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not or operator.
- bitNor(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not or operator.
- bitNot() - Method in interface org.jooq.Field
-
The bitwise not operator.
- bitNot(T) - Static method in class org.jooq.impl.DSL
-
The bitwise not operator.
- bitNot(Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not operator.
- bitOr(T) - Method in interface org.jooq.Field
-
The bitwise or operator.
- bitOr(Field<T>) - Method in interface org.jooq.Field
-
The bitwise or operator.
- bitOr(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise or operator.
- bitOr(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise or operator.
- bitOr(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise or operator.
- bitOr(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise or operator.
- BITVARYING - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- BITVARYING - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- bitXNor(T) - Method in interface org.jooq.Field
-
The bitwise not xor operator.
- bitXNor(Field<T>) - Method in interface org.jooq.Field
-
The bitwise not xor operator.
- bitXNor(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not xor operator.
- bitXNor(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not xor operator.
- bitXNor(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise not xor operator.
- bitXNor(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise not xor operator.
- bitXor(T) - Method in interface org.jooq.Field
-
The bitwise xor operator.
- bitXor(Field<T>) - Method in interface org.jooq.Field
-
The bitwise xor operator.
- bitXor(T, T) - Static method in class org.jooq.impl.DSL
-
The bitwise xor operator.
- bitXor(T, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise xor operator.
- bitXor(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The bitwise xor operator.
- bitXor(Field<T>, Field<T>) - Static method in class org.jooq.impl.DSL
-
The bitwise xor operator.
- BLOB - Static variable in class org.jooq.impl.SQLDataType
-
The Types.BLOB
type.
- BLOB - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- BLOB - Static variable in class org.jooq.util.db2.DB2DataType
-
- BLOB - Static variable in class org.jooq.util.derby.DerbyDataType
-
- BLOB - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- BLOB - Static variable in class org.jooq.util.h2.H2DataType
-
- BLOB - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- BLOB - Static variable in class org.jooq.util.informix.InformixDataType
-
- BLOB - Static variable in class org.jooq.util.ingres.IngresDataType
-
- BLOB - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- BLOB - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- BLOB - Static variable in class org.jooq.util.oracle.OracleDataType
-
- BLOB - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- BOOL - Static variable in class org.jooq.util.h2.H2DataType
-
- BOOL - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- BOOL - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- BOOL - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- BOOLEAN - Static variable in class org.jooq.impl.SQLDataType
-
The Types.BOOLEAN
type.
- BOOLEAN - Static variable in class org.jooq.util.derby.DerbyDataType
-
- BOOLEAN - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- BOOLEAN - Static variable in class org.jooq.util.h2.H2DataType
-
- BOOLEAN - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- BOOLEAN - Static variable in class org.jooq.util.informix.InformixDataType
-
- BOOLEAN - Static variable in class org.jooq.util.ingres.IngresDataType
-
- BOOLEAN - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- BOOLEAN - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- BOOLEAN - Static variable in class org.jooq.util.oracle.OracleDataType
-
- BOOLEAN - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- BOOLEAN - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- BPCHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- BYTE - Static variable in class org.jooq.util.informix.InformixDataType
-
- BYTE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- BYTEA - Static variable in class org.jooq.util.h2.H2DataType
-
- BYTEA - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- byteValue() - Method in interface org.jooq.types.Interval
-
- C - Static variable in class org.jooq.util.ingres.IngresDataType
-
- call(String) - Method in class org.jooq.tools.reflect.Reflect
-
Call a method by its name.
- call(String, Object...) - Method in class org.jooq.tools.reflect.Reflect
-
Call a method by its name.
- cancel() - Method in interface org.jooq.Query
-
Cancel the underlying statement.
- cancel() - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- cancel() - Method in class org.jooq.tools.jdbc.MockStatement
-
- cancelRowUpdates() - Method in class org.jooq.tools.jdbc.DefaultResultSet
-
- cancelRowUpdates() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- cascade() - Method in interface org.jooq.AlterTableDropStep
-
Add a CASCADE
clause to the
ALTER TABLE ..
- cascade() - Method in interface org.jooq.DropTableStep
-
Add a CASCADE
clause to the DROP TABLE
statement.
- cascade() - Method in interface org.jooq.TruncateCascadeStep
-
Add the CASCADE
clause to the TRUNCATE
statement.
- Case - Interface in org.jooq
-
The SQL case statement.
- CaseConditionStep<T> - Interface in org.jooq
-
The final step in creating a case statement of the type
CASE WHEN x < 1 THEN 'one'
WHEN x >= 2 THEN 'two'
ELSE 'three'
END
- CaseValueStep<V> - Interface in org.jooq
-
An intermediary step in creating a case statement of the type
CASE x WHEN 1 THEN 'one'
WHEN 2 THEN 'two'
ELSE 'three'
END
- CaseWhenStep<V,T> - Interface in org.jooq
-
The final step in creating a case statement of the type
CASE x WHEN 1 THEN 'one'
WHEN 2 THEN 'two'
ELSE 'three'
END
- cast() - Method in interface org.jooq.Context
-
- cast(Field<Z>) - Method in interface org.jooq.Field
-
Cast this field to the type of another field.
- cast(DataType<Z>) - Method in interface org.jooq.Field
-
Cast this field to a dialect-specific data type.
- cast(Class<Z>) - Method in interface org.jooq.Field
-
Cast this field to another type.
- cast(Object, Field<T>) - Static method in class org.jooq.impl.DSL
-
Cast a value to the type of another field.
- cast(Field<?>, Field<T>) - Static method in class org.jooq.impl.DSL
-
Cast a field to the type of another field.
- cast(Object, Class<T>) - Static method in class org.jooq.impl.DSL
-
Cast a value to another type.
- cast(Field<?>, Class<T>) - Static method in class org.jooq.impl.DSL
-
Cast a field to another type.
- cast(Object, DataType<T>) - Static method in class org.jooq.impl.DSL
-
Cast a value to another type.
- cast(Field<?>, DataType<T>) - Static method in class org.jooq.impl.DSL
-
Cast a field to another type.
- cast() - Method in interface org.jooq.RenderContext
-
- castMode() - Method in interface org.jooq.Context
-
The currently applied cast mode for bind values.
- castMode(RenderContext.CastMode) - Method in interface org.jooq.Context
-
- castMode() - Method in interface org.jooq.RenderContext
-
The currently applied cast mode for bind values.
- castMode(RenderContext.CastMode) - Method in interface org.jooq.RenderContext
-
- castModeSome(SQLDialect...) - Method in interface org.jooq.Context
-
- castModeSome(SQLDialect...) - Method in interface org.jooq.RenderContext
-
- castNull(Field<T>) - Static method in class org.jooq.impl.DSL
-
Cast null to the type of another field.
- castNull(DataType<T>) - Static method in class org.jooq.impl.DSL
-
Cast null to a type.
- castNull(Class<T>) - Static method in class org.jooq.impl.DSL
-
Cast null to a type.
- Catalog - Interface in org.jooq
-
An object representing a database catalog.
- CatalogImpl - Class in org.jooq.impl
-
A common base class for database catalogs
This type is for JOOQ INTERNAL USE only.
- CatalogImpl(String) - Constructor for class org.jooq.impl.CatalogImpl
-
- catsearch(Field<String>, String, String) - Static method in class org.jooq.util.oracle.OracleDSL
-
The Oracle-Text specific CATSEARCH
function.
- cause() - Method in interface org.jooq.TransactionContext
-
The exception that has caused the rollback.
- cause(Exception) - Method in interface org.jooq.TransactionContext
-
Set the exception that has caused the rollback to the current transaction
context.
- ceil() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- ceil(T) - Static method in class org.jooq.impl.DSL
-
Get the smallest integer value not less than [this].
- ceil(Field<T>) - Static method in class org.jooq.impl.DSL
-
Get the smallest integer value not less than [field].
- changed() - Method in interface org.jooq.Record
-
Check if this record has been changed from its original as fetched from
the database.
- changed(Field<?>) - Method in interface org.jooq.Record
-
Check if a field's value has been changed from its original as fetched
from the database.
- changed(int) - Method in interface org.jooq.Record
-
Check if a field's value has been changed from its original as fetched
from the database.
- changed(String) - Method in interface org.jooq.Record
-
Check if a field's value has been changed from its original as fetched
from the database.
- changed(boolean) - Method in interface org.jooq.Record
-
Set all of this record's internal changed flags to the supplied value.
- changed(Field<?>, boolean) - Method in interface org.jooq.Record
-
Set this record's internal changed flag to the supplied value for a given
field.
- changed(int, boolean) - Method in interface org.jooq.Record
-
Set this record's internal changed flag to the supplied value for a given
field.
- changed(String, boolean) - Method in interface org.jooq.Record
-
Set this record's internal changed flag to the supplied value for a given
field.
- CHAR - Static variable in class org.jooq.impl.SQLDataType
-
The Types.CHAR
type.
- CHAR - Static variable in class org.jooq.util.access.AccessDataType
-
- CHAR - Static variable in class org.jooq.util.ase.ASEDataType
-
- CHAR - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- CHAR - Static variable in class org.jooq.util.db2.DB2DataType
-
- CHAR - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CHAR - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- CHAR - Static variable in class org.jooq.util.h2.H2DataType
-
- CHAR - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- CHAR - Static variable in class org.jooq.util.informix.InformixDataType
-
- CHAR - Static variable in class org.jooq.util.ingres.IngresDataType
-
- CHAR - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- CHAR - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- CHAR - Static variable in class org.jooq.util.oracle.OracleDataType
-
- CHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- CHAR - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- CHAR - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- CHAR - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- CHARACTER - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- CHARACTER - Static variable in class org.jooq.util.db2.DB2DataType
-
- CHARACTER - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CHARACTER - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- CHARACTER - Static variable in class org.jooq.util.h2.H2DataType
-
- CHARACTER - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- CHARACTER - Static variable in class org.jooq.util.informix.InformixDataType
-
- CHARACTER - Static variable in class org.jooq.util.ingres.IngresDataType
-
- CHARACTER - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- CHARACTER - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- CHARACTERFORBITDATA - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CHARACTERLARGEOBJECT - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CHARACTERLARGEOBJECT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- CHARACTERLARGEOBJECT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- CHARACTERVARYING - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- CHARACTERVARYING - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CHARACTERVARYING - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- CHARACTERVARYING - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- CHARACTERVARYING - Static variable in class org.jooq.util.ingres.IngresDataType
-
- CHARACTERVARYING - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- CHARACTERVARYINGFORBITDATA - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CHARFORBITDATA - Static variable in class org.jooq.util.db2.DB2DataType
-
- CHARFORBITDATA - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CHARLARGEOBJECT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- CHARLARGEOBJECT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- charLength() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- charLength(String) - Static method in class org.jooq.impl.DSL
-
Get the char_length(field) function.
- charLength(Field<String>) - Static method in class org.jooq.impl.DSL
-
Get the char_length(field) function.
- CHARVARYING - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- CHARVARYING - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CHARVARYINGFORBITDATA - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CID - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- Clause - Enum in org.jooq
-
- clause() - Method in interface org.jooq.VisitContext
-
- clauseEnd(VisitContext) - Method in class org.jooq.impl.DefaultVisitListener
-
- clauseEnd(VisitContext) - Method in interface org.jooq.VisitListener
-
Called after leaving a
Clause
.
- clauses(Context<?>) - Method in class org.jooq.impl.AbstractRoutine
-
- clauses(Context<?>) - Method in class org.jooq.impl.CatalogImpl
-
- clauses(Context<?>) - Method in class org.jooq.impl.CustomCondition
-
- clauses(Context<?>) - Method in class org.jooq.impl.CustomField
-
- clauses(Context<?>) - Method in class org.jooq.impl.CustomQueryPart
-
- clauses(Context<?>) - Method in class org.jooq.impl.KeywordImpl
-
- clauses(Context<?>) - Method in class org.jooq.impl.PackageImpl
-
- clauses(Context<?>) - Method in class org.jooq.impl.SchemaImpl
-
- clauses(Context<?>) - Method in class org.jooq.impl.SequenceImpl
-
- clauses(Context<?>) - Method in class org.jooq.impl.TableImpl
-
- clauses(Context<?>) - Method in class org.jooq.impl.UDTImpl
-
- clauses(Context<?>) - Method in interface org.jooq.QueryPartInternal
-
The
Clause
s that are represented by this query part.
- clauses() - Method in interface org.jooq.VisitContext
-
A path of clauses going through the visiting tree.
- clausesLength() - Method in interface org.jooq.VisitContext
-
- clauseStart(VisitContext) - Method in class org.jooq.impl.DefaultVisitListener
-
- clauseStart(VisitContext) - Method in interface org.jooq.VisitListener
-
Called before entering a
Clause
.
- clearBatch() - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- clearBatch() - Method in class org.jooq.tools.jdbc.MockStatement
-
- clearParameters() - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- clearParameters() - Method in class org.jooq.tools.jdbc.MockStatement
-
- clearWarnings() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- clearWarnings() - Method in class org.jooq.tools.jdbc.DefaultResultSet
-
- clearWarnings() - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- clearWarnings() - Method in class org.jooq.tools.jdbc.MockConnection
-
- clearWarnings() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- clearWarnings() - Method in class org.jooq.tools.jdbc.MockStatement
-
- CLOB - Static variable in class org.jooq.impl.SQLDataType
-
The Types.CLOB
type.
- CLOB - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- CLOB - Static variable in class org.jooq.util.db2.DB2DataType
-
- CLOB - Static variable in class org.jooq.util.derby.DerbyDataType
-
- CLOB - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- CLOB - Static variable in class org.jooq.util.h2.H2DataType
-
- CLOB - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- CLOB - Static variable in class org.jooq.util.informix.InformixDataType
-
- CLOB - Static variable in class org.jooq.util.ingres.IngresDataType
-
- CLOB - Static variable in class org.jooq.util.oracle.OracleDataType
-
- CLOB - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- clone(Settings) - Static method in class org.jooq.conf.SettingsTools
-
Clone some settings.
- close() - Method in interface org.jooq.Cursor
-
Explicitly close the underlying PreparedStatement
and
ResultSet
.
- close() - Method in interface org.jooq.Query
-
Close the underlying statement.
- close() - Method in class org.jooq.tools.csv.CSVReader
-
Closes the underlying reader.
- close() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- close() - Method in class org.jooq.tools.jdbc.DefaultResultSet
-
- close() - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- close() - Method in class org.jooq.tools.jdbc.MockConnection
-
- close() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- close() - Method in class org.jooq.tools.jdbc.MockStatement
-
- closeOnCompletion() - Method in class org.jooq.tools.jdbc.JDBC41Statement
-
- coalesce(T, T...) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- coalesce(Field<T>, Field<?>...) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- coalesce(T, T...) - Static method in class org.jooq.impl.DSL
-
Gets the Oracle-style COALESCE(value1, value2, ... , value n)
function.
- coalesce(Field<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
Gets the Oracle-style COALESCE(field1, field2, ... , field n)
function.
- coerce(Field<Z>) - Method in interface org.jooq.Field
-
Coerce this field to the type of another field.
- coerce(DataType<Z>) - Method in interface org.jooq.Field
-
Coerce this field to a dialect-specific data type.
- coerce(Class<Z>) - Method in interface org.jooq.Field
-
Coerce this field to another type.
- coerce(Object, Field<T>) - Static method in class org.jooq.impl.DSL
-
Coerce this field to the type of another field.
- coerce(Object, Class<T>) - Static method in class org.jooq.impl.DSL
-
Coerce this field to another type.
- coerce(Object, DataType<T>) - Static method in class org.jooq.impl.DSL
-
Coerce a field to another type.
- coerce(Field<?>, Field<T>) - Static method in class org.jooq.impl.DSL
-
Coerce this field to the type of another field.
- coerce(Field<?>, Class<T>) - Static method in class org.jooq.impl.DSL
-
Coerce this field to another type.
- coerce(Field<?>, DataType<T>) - Static method in class org.jooq.impl.DSL
-
Coerce a field to another type.
- column(Field<T>, DataType<T>) - Method in interface org.jooq.CreateTableAsStep
-
Add a column to the column list of the CREATE TABLE
statement.
- column(String, DataType<?>) - Method in interface org.jooq.CreateTableAsStep
-
Add a column to the column list of the CREATE TABLE
statement.
- column(Field<T>, DataType<T>) - Method in interface org.jooq.CreateTableColumnStep
-
Add a column to the column list of the CREATE TABLE
statement.
- column(String, DataType<?>) - Method in interface org.jooq.CreateTableColumnStep
-
Add a column to the column list of the CREATE TABLE
statement.
- columnIndexes() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
The corresponding value from MockStatement
.
- columnNames() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
The corresponding value from MockStatement
.
- commercial() - Method in enum org.jooq.SQLDialect
-
Whether this dialect is supported with the jOOQ commercial license only.
- commit() - Method in class org.jooq.impl.DefaultConnectionProvider
-
Convenience method to access Connection.commit()
.
- commit(TransactionContext) - Method in class org.jooq.impl.DefaultTransactionProvider
-
- commit(TransactionContext) - Method in class org.jooq.impl.NoTransactionProvider
-
- commit() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- commit() - Method in class org.jooq.tools.jdbc.MockConnection
-
- commit(TransactionContext) - Method in interface org.jooq.TransactionProvider
-
- commitAfter(int) - Method in interface org.jooq.LoaderOptionsStep
-
Commit after a certain number of inserted records.
- commitAll() - Method in interface org.jooq.LoaderOptionsStep
-
Commit only after inserting all records.
- commitEach() - Method in interface org.jooq.LoaderOptionsStep
-
Commit each loaded record.
- commitNone() - Method in interface org.jooq.LoaderOptionsStep
-
Leave committing / rollbacking up to client code.
- CommonTableExpression<R extends Record> - Interface in org.jooq
-
A common table expression is a table that can be supplied to
WITH
clauses.
- Comparator - Enum in org.jooq
-
A comparator to be used in conditions to form comparison predicates.
- compare(Comparator, T) - Method in interface org.jooq.Field
-
Compare this field with a value using a dynamic comparator.
- compare(Comparator, Field<T>) - Method in interface org.jooq.Field
-
Compare this field with another field using a dynamic comparator.
- compare(Comparator, Select<? extends Record1<T>>) - Method in interface org.jooq.Field
-
Compare this field with a subselect using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record1<T>>) - Method in interface org.jooq.Field
-
Compare this field with a quantified subselect using a dynamic
comparator.
- compare(Comparator, Row1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(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>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(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>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(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>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(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>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, RowN) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Record) - Method in interface org.jooq.RowN
-
Compare this row value expression with a record
using a dynamic comparator.
- compare(Comparator, Object...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Field<?>...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression
using a dynamic comparator.
- compare(Comparator, Select<? extends Record>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compare(Comparator, QuantifiedSelect<? extends Record>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a subselect
using a dynamic comparator.
- compareTo(Record) - Method in interface org.jooq.Record
-
Compares this Record
with another Record
according to their natural ordering.
- compareTo(DayToSecond) - Method in class org.jooq.types.DayToSecond
-
- compareTo(UByte) - Method in class org.jooq.types.UByte
-
- compareTo(UInteger) - Method in class org.jooq.types.UInteger
-
- compareTo(ULong) - Method in class org.jooq.types.ULong
-
- compareTo(UShort) - Method in class org.jooq.types.UShort
-
- compareTo(YearToMonth) - Method in class org.jooq.types.YearToMonth
-
- compositeKeyRecord(Object...) - Method in class org.jooq.impl.DAOImpl
-
- compress(String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific COMPRESS()
function
- compress(Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific COMPRESS()
function
- compress(String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific COMPRESS()
function.
- compress(byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific COMPRESS()
function.
- compress(Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific COMPRESS()
function.
- concat(Field<?>...) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- concat(String...) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- concat(Field<String>, String) - Static method in class org.jooq.impl.DSL
-
Get the concat(field, value)
function.
- concat(String, Field<String>) - Static method in class org.jooq.impl.DSL
-
Get the concat(value, field)
function.
- concat(String...) - Static method in class org.jooq.impl.DSL
-
Get the concat(value[, value, ...]) function.
- concat(Field<?>...) - Static method in class org.jooq.impl.DSL
-
Get the concat(field[, field, ...]) function.
- Condition - Interface in org.jooq
-
A condition to be used in a query's where part
- condition(String) - Static method in class org.jooq.impl.DSL
-
Create a new condition holding plain SQL.
- condition(String, Object...) - Static method in class org.jooq.impl.DSL
-
Create a new condition holding plain SQL.
- condition(String, QueryPart...) - Static method in class org.jooq.impl.DSL
-
A custom SQL clause that can render arbitrary SQL elements.
- condition(Boolean) - Static method in class org.jooq.impl.DSL
-
Create a condition from a boolean field.
- condition(Field<Boolean>) - Static method in class org.jooq.impl.DSL
-
Create a condition from a boolean field.
- ConditionProvider - Interface in org.jooq
-
- configuration() - Method in interface org.jooq.AttachableInternal
-
Get the underlying configuration
- Configuration - Interface in org.jooq
-
A
Configuration
configures a
DSLContext
, providing it
with information for query rendering and execution.
- configuration() - Method in interface org.jooq.DAO
-
Expose the configuration in whose context this DAO
is
operating.
- configuration() - Method in class org.jooq.impl.AbstractRoutine
-
- configuration() - Method in class org.jooq.impl.DAOImpl
-
- configuration() - Method in interface org.jooq.Scope
-
The configuration of the current scope.
- connectBy(Condition) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY
clause to the query
- connectBy(Field<Boolean>) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY
clause to the query
- connectBy(String) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY
clause to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- connectBy(String, Object...) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY
clause to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- connectBy(String, QueryPart...) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY
clause to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- connectByIsCycle() - Static method in class org.jooq.impl.DSL
-
Retrieve the Oracle-specific CONNECT_BY_ISCYCLE
pseudo-field
(to be used along with CONNECT BY
clauses).
- connectByIsLeaf() - Static method in class org.jooq.impl.DSL
-
Retrieve the Oracle-specific CONNECT_BY_ISLEAF
pseudo-field
(to be used along with CONNECT BY
clauses).
- connectByNoCycle(Condition) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY NOCYCLE
clause to the
query
- connectByNoCycle(Field<Boolean>) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY NOCYCLE
clause to the
query
- connectByNoCycle(String) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY NOCYCLE
clause to the
query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- connectByNoCycle(String, Object...) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY NOCYCLE
clause to the
query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- connectByNoCycle(String, QueryPart...) - Method in interface org.jooq.SelectConnectByStep
-
Add an Oracle-specific CONNECT BY NOCYCLE
clause to the
query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- connectByRoot(Field<T>) - Static method in class org.jooq.impl.DSL
-
Retrieve the Oracle-specific CONNECT_BY_ROOT
pseudo-column
(to be used along with CONNECT BY
clauses).
- connection() - Method in interface org.jooq.ExecuteContext
-
The connection to be used in this execute context.
- connectionProvider() - Method in interface org.jooq.Configuration
-
Get this configuration's underlying connection provider.
- ConnectionProvider - Interface in org.jooq
-
A connection lifecycle handler API.
- connectionProvider(ConnectionProvider) - Method in interface org.jooq.ExecuteContext
-
Override the Connection
that is being used for execution.
- connectionProvider() - Method in class org.jooq.impl.DefaultConfiguration
-
Get this configuration's underlying connection provider.
- Constants - Class in org.jooq
-
Some publicly available constants used in jOOQ
- consumer_name - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- consumer_name(String) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- ContainerFactory - Interface in org.jooq.tools.json
-
Container factory for creating containers for JSON object and JSON array.
- contains(T) - Method in interface org.jooq.Field
-
- contains(Field<T>) - Method in interface org.jooq.Field
-
- contains(Field<String>, String) - Static method in class org.jooq.util.oracle.OracleDSL
-
The Oracle-Text specific CONTAINS
function.
- contains(Field<String>, String, int) - Static method in class org.jooq.util.oracle.OracleDSL
-
The Oracle-Text specific CONTAINS
function.
- containsAny(String, char...) - Static method in class org.jooq.tools.StringUtils
-
Checks if the String contains any character in the given
set of characters.
- ContentHandler - Interface in org.jooq.tools.json
-
A simplified and stoppable SAX-like content handler for stream processing of JSON text.
- Context<C extends Context<C>> - Interface in org.jooq
-
A context type that is used for rendering SQL or for binding.
- context() - Method in interface org.jooq.VisitContext
-
- continueIdentity() - Method in interface org.jooq.TruncateIdentityStep
-
Add the CONTINUE IDENTITY
clause to the
TRUNCATE
statement.
- ControlFlowSignal - Exception in org.jooq.exception
-
An exception that is used to influence control flows.
- ControlFlowSignal() - Constructor for exception org.jooq.exception.ControlFlowSignal
-
Create a new ControlFlowException
.
- ControlFlowSignal(String) - Constructor for exception org.jooq.exception.ControlFlowSignal
-
Create a new ControlFlowException
.
- convert(Converter<T, U>) - Method in interface org.jooq.BindingGetResultSetContext
-
Create a new context from this one using a converter.
- convert(Converter<T, U>) - Method in interface org.jooq.BindingGetSQLInputContext
-
Create a new context from this one using a converter.
- convert(Converter<T, U>) - Method in interface org.jooq.BindingGetStatementContext
-
Create a new context from this one using a converter.
- convert(Converter<T, U>) - Method in interface org.jooq.BindingRegisterContext
-
Create a new context from this one using a converter.
- convert(Converter<T, U>) - Method in interface org.jooq.BindingSetSQLOutputContext
-
Create a new context from this one using a converter.
- convert(Converter<T, U>) - Method in interface org.jooq.BindingSetStatementContext
-
Create a new context from this one using a converter.
- convert(Converter<T, U>) - Method in interface org.jooq.BindingSQLContext
-
Create a new context from this one using a converter.
- convert(Object) - Method in interface org.jooq.DataType
-
Convert an arbitrary object into <T>
.
- convert(Object...) - Method in interface org.jooq.DataType
-
Convert an arbitrary set of objects into <T>
.
- convert(Collection<?>) - Method in interface org.jooq.DataType
-
Convert an arbitrary set of objects into <T>
.
- convert(Object) - Method in class org.jooq.impl.DefaultDataType
-
- convert(Object...) - Method in class org.jooq.impl.DefaultDataType
-
- convert(Collection<?>) - Method in class org.jooq.impl.DefaultDataType
-
- Convert - Class in org.jooq.tools
-
Utility methods for type conversions
This class provides less type-safety than the general jOOQ API methods.
- convert(Object[], Field<?>[]) - Static method in class org.jooq.tools.Convert
-
Convert an array of values to a matching data type
This converts values[i]
to fields[i].getType()
- convert(Object[], Class<?>[]) - Static method in class org.jooq.tools.Convert
-
Convert an array of values to a matching data type
This converts values[i]
to types[i]
- convert(Object, Converter<?, U>) - Static method in class org.jooq.tools.Convert
-
Convert an object to a type.
- convert(Object, Class<? extends T>) - Static method in class org.jooq.tools.Convert
-
Convert an object to a type.
- convert(Collection<?>, Class<? extends T>) - Static method in class org.jooq.tools.Convert
-
- convert(Collection<?>, Converter<?, U>) - Static method in class org.jooq.tools.Convert
-
- convertArray(Object[], Converter<?, U>) - Static method in class org.jooq.tools.Convert
-
- convertArray(Object[], Class<?>) - Static method in class org.jooq.tools.Convert
-
Convert an array into another one by these rules
If
toClass
is not an array class, then make it an array
class first
If
toClass
is an array class, then create an instance
from it, and convert all elements in the
from
array one by
one, using
Convert.convert(Object, Class)
- converter() - Method in interface org.jooq.Binding
-
A converter that can convert between the database type and the custom
type.
- Converter<T,U> - Interface in org.jooq
-
A Converter
for data types.
- converter() - Method in class org.jooq.impl.DateAsTimestampBinding
-
- converter() - Method in class org.jooq.impl.DefaultBinding
-
- Converters<T,U> - Class in org.jooq
-
A chain of converters.
- copy() - Method in class org.jooq.impl.UpdatableRecordImpl
-
- copy() - Method in interface org.jooq.UpdatableRecord
-
Duplicate this record (in memory) and reset all fields from the primary
key or main unique key, such that a subsequent call to
UpdatableRecord.store()
will result in an
INSERT
statement.
- correlation - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- correlation(String) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- correlation - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- correlation(String) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- cos() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- cos(Number) - Static method in class org.jooq.impl.DSL
-
Get the cosine(field) function.
- cos(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the cosine(field) function.
- cosh() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- cosh(Number) - Static method in class org.jooq.impl.DSL
-
Get the hyperbolic cosine function: cosh(field).
- cosh(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the hyperbolic cosine function: cosh(field).
- cot() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- cot(Number) - Static method in class org.jooq.impl.DSL
-
Get the cotangent(field) function.
- cot(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the cotangent(field) function.
- coth() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- coth(Number) - Static method in class org.jooq.impl.DSL
-
Get the hyperbolic cotangent function: coth(field).
- coth(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the hyperbolic cotangent function: coth(field).
- count() - Method in interface org.jooq.DAO
-
Count all records of the underlying table.
- count() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- count() - Method in class org.jooq.impl.DAOImpl
-
- count() - Static method in class org.jooq.impl.DSL
-
Get the count(*) function.
- count(Field<?>) - Static method in class org.jooq.impl.DSL
-
Get the count(field) function.
- count(Table<?>) - Static method in class org.jooq.impl.DSL
-
Get the count(table) function.
- countDistinct() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- countDistinct(Field<?>) - Static method in class org.jooq.impl.DSL
-
Get the count(distinct field) function.
- countDistinct(Table<?>) - Static method in class org.jooq.impl.DSL
-
Get the count(distinct table) function.
- countDistinct(Field<?>...) - Static method in class org.jooq.impl.DSL
-
Get the count(distinct field1, field2) function.
- COUNTER - Static variable in class org.jooq.util.access.AccessDataType
-
- countMatches(String, String) - Static method in class org.jooq.tools.StringUtils
-
Counts how many times the substring appears in the larger String.
- countOver() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- create() - Method in class org.jooq.tools.reflect.Reflect
-
Call a constructor.
- create(Object...) - Method in class org.jooq.tools.reflect.Reflect
-
Call a constructor.
- createArrayContainer() - Method in interface org.jooq.tools.json.ContainerFactory
-
- createArrayOf(String, Object[]) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- createArrayOf(String, Object[]) - Method in class org.jooq.tools.jdbc.MockConnection
-
- createBlob() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- createBlob() - Method in class org.jooq.tools.jdbc.MockConnection
-
- createClob() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- createClob() - Method in class org.jooq.tools.jdbc.MockConnection
-
- createField(String, DataType<T>, UDT<R>) - Static method in class org.jooq.impl.UDTImpl
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createField(String, DataType<T>, UDT<R>, String) - Static method in class org.jooq.impl.UDTImpl
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createField(String, DataType<T>, UDT<R>, String, Converter<T, U>) - Static method in class org.jooq.impl.UDTImpl
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createField(String, DataType<T>, UDT<R>, String, Binding<T, U>) - Static method in class org.jooq.impl.UDTImpl
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createField(String, DataType<T>, UDT<R>, String, Converter<X, U>, Binding<T, X>) - Static method in class org.jooq.impl.UDTImpl
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createForeignKey(UniqueKey<U>, Table<R>, TableField<R, ?>...) - Static method in class org.jooq.impl.AbstractKeys
-
Factory method for foreign keys
- createIdentity(Table<R>, TableField<R, T>) - Static method in class org.jooq.impl.AbstractKeys
-
Factory method for identities
- createIndex(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE INDEX
statement.
- createIndex(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createIndex(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE INDEX
statement.
- CreateIndexFinalStep - Interface in org.jooq
-
A
Query
that can create indexes.
- CreateIndexStep - Interface in org.jooq
-
A
Query
that can create indexes.
- createMappedSchema() - Method in class org.jooq.conf.ObjectFactory
-
- createMappedTable() - Method in class org.jooq.conf.ObjectFactory
-
- createNClob() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- createNClob() - Method in class org.jooq.tools.jdbc.MockConnection
-
- createObjectContainer() - Method in interface org.jooq.tools.json.ContainerFactory
-
- createParameter(String, DataType<T>) - Static method in class org.jooq.impl.AbstractRoutine
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createParameter(String, DataType<T>, boolean) - Static method in class org.jooq.impl.AbstractRoutine
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createParameter(String, DataType<T>, boolean, Converter<T, U>) - Static method in class org.jooq.impl.AbstractRoutine
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createParameter(String, DataType<T>, boolean, Binding<T, U>) - Static method in class org.jooq.impl.AbstractRoutine
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createParameter(String, DataType<T>, boolean, Converter<X, U>, Binding<T, X>) - Static method in class org.jooq.impl.AbstractRoutine
-
Subclasses may call this method to create
UDTField
objects that
are linked to this table.
- createRenderMapping() - Method in class org.jooq.conf.ObjectFactory
-
- createSequence(Sequence<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequence(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequence(Sequence<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- createSequence(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createSequence(Sequence<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequence(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE SEQUENCE
statement.
- CreateSequenceFinalStep - Interface in org.jooq
-
A
Query
that can create sequences.
- createSettings() - Method in class org.jooq.conf.ObjectFactory
-
- createSettings(Settings) - Method in class org.jooq.conf.ObjectFactory
-
Create an instance of
JAXBElement
<
Settings
>
}
- createSQLXML() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- createSQLXML() - Method in class org.jooq.tools.jdbc.MockConnection
-
- createStatement() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- createStatement(int, int) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- createStatement(int, int, int) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- createStatement() - Method in class org.jooq.tools.jdbc.MockConnection
-
- createStatement(int, int) - Method in class org.jooq.tools.jdbc.MockConnection
-
- createStatement(int, int, int) - Method in class org.jooq.tools.jdbc.MockConnection
-
- createStruct(String, Object[]) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- createStruct(String, Object[]) - Method in class org.jooq.tools.jdbc.MockConnection
-
- createTable(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE TABLE
statement.
- createTable(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE TABLE
statement.
- createTable(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createTable(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- createTable(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE TABLE
statement.
- createTable(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE TABLE
statement.
- CreateTableAsStep<R extends Record> - Interface in org.jooq
-
A
Query
that can create tables.
- CreateTableColumnStep - Interface in org.jooq
-
A
Query
that can create tables.
- CreateTableFinalStep - Interface in org.jooq
-
A
Query
that can create tables.
- createUniqueKey(Table<R>, TableField<R, ?>...) - Static method in class org.jooq.impl.AbstractKeys
-
Factory method for unique keys
- createView(String, String...) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE VIEW
statement.
- createView(Table<?>, Field<?>...) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE VIEW
statement.
- createView(String, String...) - Method in class org.jooq.impl.DefaultDSLContext
-
- createView(Table<?>, Field<?>...) - Method in class org.jooq.impl.DefaultDSLContext
-
- createView(String, String...) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE VIEW
statement.
- createView(Table<?>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE VIEW
statement.
- CreateViewAsStep<R extends Record> - Interface in org.jooq
-
A
Query
that can create views.
- CreateViewFinalStep - Interface in org.jooq
-
A
Query
that can create views.
- crossApply(TableLike<?>) - Method in interface org.jooq.SelectJoinStep
-
CROSS APPLY
a table to this table.
- crossApply(String) - Method in interface org.jooq.SelectJoinStep
-
CROSS APPLY
a table to this table.
- crossApply(String, Object...) - Method in interface org.jooq.SelectJoinStep
-
CROSS APPLY
a table to this table.
- crossApply(String, QueryPart...) - Method in interface org.jooq.SelectJoinStep
-
CROSS APPLY
a table to this table.
- crossApply(TableLike<?>) - Method in interface org.jooq.Table
-
CROSS APPLY
a table to this table.
- crossApply(String) - Method in interface org.jooq.Table
-
CROSS APPLY
a table to this table.
- crossApply(String, Object...) - Method in interface org.jooq.Table
-
CROSS APPLY
a table to this table.
- crossApply(String, QueryPart...) - Method in interface org.jooq.Table
-
CROSS APPLY
a table to this table.
- crossJoin(TableLike<?>) - Method in interface org.jooq.SelectJoinStep
-
Convenience method to
CROSS JOIN
a table to the last table
added to the
FROM
clause using
Table.crossJoin(TableLike)
If this syntax is unavailable, it is simulated with a regular
INNER JOIN
.
- crossJoin(String) - Method in interface org.jooq.SelectJoinStep
-
Convenience method to
CROSS JOIN
a table to the last table
added to the
FROM
clause using
Table.crossJoin(String)
If this syntax is unavailable, it is simulated with a regular
INNER JOIN
.
- crossJoin(String, Object...) - Method in interface org.jooq.SelectJoinStep
-
- crossJoin(String, QueryPart...) - Method in interface org.jooq.SelectJoinStep
-
- crossJoin(TableLike<?>) - Method in interface org.jooq.Table
-
CROSS JOIN
a table to this table.
- crossJoin(String) - Method in interface org.jooq.Table
-
CROSS JOIN
a table to this table.
- crossJoin(String, Object...) - Method in interface org.jooq.Table
-
CROSS JOIN
a table to this table.
- crossJoin(String, QueryPart...) - Method in interface org.jooq.Table
-
CROSS JOIN
a table to this table.
- CSVParser - Class in org.jooq.tools.csv
-
A very simple CSV parser released under a commercial-friendly license.
- CSVParser() - Constructor for class org.jooq.tools.csv.CSVParser
-
Constructs CSVParser using a comma for the separator.
- CSVParser(char) - Constructor for class org.jooq.tools.csv.CSVParser
-
Constructs CSVParser with supplied separator.
- CSVParser(char, char) - Constructor for class org.jooq.tools.csv.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParser(char, char, char) - Constructor for class org.jooq.tools.csv.CSVParser
-
Constructs CSVReader with supplied separator and quote char.
- CSVParser(char, char, char, boolean) - Constructor for class org.jooq.tools.csv.CSVParser
-
Constructs CSVReader with supplied separator and quote char.
- CSVParser(char, char, char, boolean, boolean) - Constructor for class org.jooq.tools.csv.CSVParser
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader - Class in org.jooq.tools.csv
-
A very simple CSV reader released under a commercial-friendly license.
- CSVReader(Reader) - Constructor for class org.jooq.tools.csv.CSVReader
-
Constructs CSVReader using a comma for the separator.
- CSVReader(Reader, char) - Constructor for class org.jooq.tools.csv.CSVReader
-
Constructs CSVReader with supplied separator.
- CSVReader(Reader, char, char) - Constructor for class org.jooq.tools.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, boolean) - Constructor for class org.jooq.tools.csv.CSVReader
-
Constructs CSVReader with supplied separator, quote char and quote
handling behavior.
- CSVReader(Reader, char, char, char) - Constructor for class org.jooq.tools.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, int) - Constructor for class org.jooq.tools.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, char, int) - Constructor for class org.jooq.tools.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, char, int, boolean) - Constructor for class org.jooq.tools.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, char, int, boolean, boolean) - Constructor for class org.jooq.tools.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- cube(Field<?>...) - Static method in class org.jooq.impl.DSL
-
Create a CUBE(field1, field2, .., fieldn) grouping field.
- CUBRIDDataType - Class in org.jooq.util.cubrid
-
- CUBRIDDataType() - Constructor for class org.jooq.util.cubrid.CUBRIDDataType
-
- CUBRIDDSL - Class in org.jooq.util.cubrid
-
- cumeDist() - Static method in class org.jooq.impl.DSL
-
The cume_dist() over ([analytic clause])
function.
- cumeDist(Field<?>...) - Static method in class org.jooq.impl.DSL
-
The cume_dist(expr) within group (order by [order clause])
ordered aggregate function.
- currentDate() - Static method in class org.jooq.impl.DSL
-
Get the current_date() function.
- currentTime() - Static method in class org.jooq.impl.DSL
-
Get the current_time() function.
- currentTimestamp() - Static method in class org.jooq.impl.DSL
-
Get the current_timestamp() function.
- currentUser() - Static method in class org.jooq.impl.DSL
-
Get the current_user() function.
- currval(String) - Method in interface org.jooq.DSLContext
-
Convenience method to fetch the CURRVAL for a sequence directly from this
DSLContext
's underlying JDBC
Connection
.
- currval(Sequence<T>) - Method in interface org.jooq.DSLContext
-
Convenience method to fetch the CURRVAL for a sequence directly from this
DSLContext
's underlying JDBC
Connection
.
- currval(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- currval(Sequence<T>) - Method in class org.jooq.impl.DefaultDSLContext
-
- currval() - Method in class org.jooq.impl.SequenceImpl
-
- currval() - Method in interface org.jooq.Sequence
-
Get the current value of this sequence
- Cursor<R extends Record> - Interface in org.jooq
-
Cursors allow for lazy, sequential access to an underlying JDBC
ResultSet
.
- CustomCondition - Class in org.jooq.impl
-
A base class for custom
Condition
implementations in client code.
- CustomCondition() - Constructor for class org.jooq.impl.CustomCondition
-
- CustomField<T> - Class in org.jooq.impl
-
A base class for custom
Field
implementations in client code.
- CustomField(String, DataType<T>) - Constructor for class org.jooq.impl.CustomField
-
- CustomQueryPart - Class in org.jooq.impl
-
A base class for custom
QueryPart
implementations in client code.
- CustomQueryPart() - Constructor for class org.jooq.impl.CustomQueryPart
-
- CustomRecord<R extends TableRecord<R>> - Class in org.jooq.impl
-
A base class for custom
TableRecord
implementations in client code.
- CustomRecord(Table<R>) - Constructor for class org.jooq.impl.CustomRecord
-
- CustomTable<R extends TableRecord<R>> - Class in org.jooq.impl
-
A base class for custom
Table
implementations in client code.
- CustomTable(String) - Constructor for class org.jooq.impl.CustomTable
-
- CustomTable(String, Schema) - Constructor for class org.jooq.impl.CustomTable
-
- D_FLOAT - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- DAO<R extends TableRecord<R>,P,T> - Interface in org.jooq
-
A generic DAO interface for a pojo and a primary key type.
- DAOImpl<R extends UpdatableRecord<R>,P,T> - Class in org.jooq.impl
-
A common base implementation for generated DAO's.
- DAOImpl(Table<R>, Class<P>) - Constructor for class org.jooq.impl.DAOImpl
-
- DAOImpl(Table<R>, Class<P>, Configuration) - Constructor for class org.jooq.impl.DAOImpl
-
- data() - Method in interface org.jooq.Configuration
-
Get all custom data from this Configuration
.
- data(Object) - Method in interface org.jooq.Configuration
-
Get some custom data from this Configuration
.
- data(Object, Object) - Method in interface org.jooq.Configuration
-
Set some custom data to this Configuration
.
- data() - Method in class org.jooq.impl.DefaultConfiguration
-
Get all custom data from this Configuration
.
- data(Object) - Method in class org.jooq.impl.DefaultConfiguration
-
Get some custom data from this Configuration
.
- data(Object, Object) - Method in class org.jooq.impl.DefaultConfiguration
-
Set some custom data to this Configuration
.
- data() - Method in interface org.jooq.Scope
-
Get all custom data from this Scope
.
- data(Object) - Method in interface org.jooq.Scope
-
Get some custom data from this Scope
.
- data(Object, Object) - Method in interface org.jooq.Scope
-
Set some custom data to this Scope
.
- data - Variable in class org.jooq.tools.jdbc.MockResult
-
The result data associated with this execution result.
- DataAccessException - Exception in org.jooq.exception
-
The DataAccessException
is a generic RuntimeException
indicating that something went wrong while executing a SQL statement from
jOOQ.
- DataAccessException(String) - Constructor for exception org.jooq.exception.DataAccessException
-
Constructor for DataAccessException.
- DataAccessException(String, Throwable) - Constructor for exception org.jooq.exception.DataAccessException
-
Constructor for DataAccessException.
- DataChangedException - Exception in org.jooq.exception
-
An error occurred while storing a record whose underlying data had already
been changed
- DataChangedException(String) - Constructor for exception org.jooq.exception.DataChangedException
-
Constructor for DataChangedException.
- DataChangedException(String, Throwable) - Constructor for exception org.jooq.exception.DataChangedException
-
Constructor for DataChangedException.
- dataSource() - Method in class org.jooq.impl.DataSourceConnectionProvider
-
- DataSourceConnectionProvider - Class in org.jooq.impl
-
A default implementation for a pooled
DataSource
-oriented
ConnectionProvider
This implementation wraps a JDBC
DataSource
. jOOQ will use that data
source for initialising connections, and creating statements.
- DataSourceConnectionProvider(DataSource) - Constructor for class org.jooq.impl.DataSourceConnectionProvider
-
- DataType<T> - Interface in org.jooq
-
A common interface to all dialect-specific data types.
- dataType(int) - Method in interface org.jooq.RecordType
-
Get the data type for a given field index.
- dataType(String) - Method in interface org.jooq.RecordType
-
Get the data type for a given field name.
- dataType(int) - Method in interface org.jooq.Row
-
Get the data type for a given field index.
- dataType(String) - Method in interface org.jooq.Row
-
Get the data type for a given field name.
- DataTypeException - Exception in org.jooq.exception
-
An error occurred while handling data types.
- DataTypeException(String) - Constructor for exception org.jooq.exception.DataTypeException
-
Constructor for DataTypeException.
- DataTypeException(String, Throwable) - Constructor for exception org.jooq.exception.DataTypeException
-
Constructor for DataTypeException.
- dataTypes() - Method in interface org.jooq.RecordType
-
Get an array of data types for this record type.
- dataTypes() - Method in interface org.jooq.Row
-
Get an array of data types for this row.
- date(String) - Static method in class org.jooq.impl.DSL
-
Convert a string value to a DATE
.
- date(Date) - Static method in class org.jooq.impl.DSL
-
Convert a temporal value to a DATE
.
- date(Field<? extends Date>) - Static method in class org.jooq.impl.DSL
-
Convert a temporal value to a DATE
.
- DATE - Static variable in class org.jooq.impl.SQLDataType
-
The Types.DATE
type.
- DATE - Static variable in class org.jooq.util.ase.ASEDataType
-
- DATE - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- DATE - Static variable in class org.jooq.util.db2.DB2DataType
-
- DATE - Static variable in class org.jooq.util.derby.DerbyDataType
-
- DATE - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- DATE - Static variable in class org.jooq.util.h2.H2DataType
-
- DATE - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- DATE - Static variable in class org.jooq.util.informix.InformixDataType
-
- DATE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- DATE - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- DATE - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- DATE - Static variable in class org.jooq.util.oracle.OracleDataType
-
- DATE - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- DATE - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- DATE - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- DATE - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- dateAdd(Date, Number) - Static method in class org.jooq.impl.DSL
-
Add an interval to a date.
- dateAdd(Field<Date>, Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Add an interval to a date.
- dateAdd(Date, Number, DatePart) - Static method in class org.jooq.impl.DSL
-
Add an interval to a date, given a date part.
- dateAdd(Date, Field<? extends Number>, DatePart) - Static method in class org.jooq.impl.DSL
-
Add an interval to a date, given a date part.
- dateAdd(Field<Date>, Number, DatePart) - Static method in class org.jooq.impl.DSL
-
Add an interval to a date, given a date part.
- dateAdd(Field<Date>, Field<? extends Number>, DatePart) - Static method in class org.jooq.impl.DSL
-
Add an interval to a date, given a date part.
- DateAsTimestampBinding - Class in org.jooq.impl
-
A binding that implements the date-as-timestamp semantics of the jOOQ code
generator.
- DateAsTimestampBinding() - Constructor for class org.jooq.impl.DateAsTimestampBinding
-
- dateDiff(Date, Date) - Static method in class org.jooq.impl.DSL
-
Get the date difference in number of days.
- dateDiff(Field<Date>, Date) - Static method in class org.jooq.impl.DSL
-
Get the date difference in number of days.
- dateDiff(Date, Field<Date>) - Static method in class org.jooq.impl.DSL
-
Get the date difference in number of days.
- dateDiff(Field<Date>, Field<Date>) - Static method in class org.jooq.impl.DSL
-
Get the date difference in number of days.
- DatePart - Enum in org.jooq
-
A date part can be used with SQL functions such as extract().
- DATETIME - Static variable in class org.jooq.util.access.AccessDataType
-
- DATETIME - Static variable in class org.jooq.util.ase.ASEDataType
-
- DATETIME - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- DATETIME - Static variable in class org.jooq.util.h2.H2DataType
-
- DATETIME - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- DATETIME - Static variable in class org.jooq.util.informix.InformixDataType
-
- DATETIME - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- DATETIME - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- DATETIME - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- DATETIME - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- DATETIME - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- DATETIME2 - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- DATETIMEOFFSET - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- DATETIMEOFFSET - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- day(Date) - Static method in class org.jooq.impl.DSL
-
Get the day part of a date.
- day(Field<? extends Date>) - Static method in class org.jooq.impl.DSL
-
Get the day part of a date.
- DayToSecond - Class in org.jooq.types
-
An implementation for the SQL standard INTERVAL DAY TO SECOND
data type.
- DayToSecond(int) - Constructor for class org.jooq.types.DayToSecond
-
Create a new day-hour interval.
- DayToSecond(int, int) - Constructor for class org.jooq.types.DayToSecond
-
Create a new day-hour interval.
- DayToSecond(int, int, int) - Constructor for class org.jooq.types.DayToSecond
-
Create a new day-hour interval.
- DayToSecond(int, int, int, int) - Constructor for class org.jooq.types.DayToSecond
-
Create a new day-hour interval.
- DayToSecond(int, int, int, int, int) - Constructor for class org.jooq.types.DayToSecond
-
Create a new day-hour interval.
- DB2DataType - Class in org.jooq.util.db2
-
- DB2DataType() - Constructor for class org.jooq.util.db2.DB2DataType
-
- DB2DSL - Class in org.jooq.util.db2
-
- DBCLOB - Static variable in class org.jooq.util.db2.DB2DataType
-
- DDLQuery - Interface in org.jooq
-
A marker interface for all DDL queries.
- debug(Object) - Method in class org.jooq.tools.JooqLogger
-
Log a message in DEBUG
level.
- debug(Object, Object) - Method in class org.jooq.tools.JooqLogger
-
Log a message in DEBUG
level.
- debug(Object, Throwable) - Method in class org.jooq.tools.JooqLogger
-
Log a message in DEBUG
level.
- debug(Object, Object, Throwable) - Method in class org.jooq.tools.JooqLogger
-
Log a message in DEBUG
level.
- DEC - Static variable in class org.jooq.util.ase.ASEDataType
-
- DEC - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- DEC - Static variable in class org.jooq.util.derby.DerbyDataType
-
- DEC - Static variable in class org.jooq.util.h2.H2DataType
-
- DEC - Static variable in class org.jooq.util.informix.InformixDataType
-
- DEC - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- DEC - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- DEC - Static variable in class org.jooq.util.oracle.OracleDataType
-
- DECFLOAT - Static variable in class org.jooq.util.db2.DB2DataType
-
- DECIMAL - Static variable in class org.jooq.impl.SQLDataType
-
The Types.DECIMAL
type.
- DECIMAL - Static variable in class org.jooq.util.ase.ASEDataType
-
- DECIMAL - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- DECIMAL - Static variable in class org.jooq.util.db2.DB2DataType
-
- DECIMAL - Static variable in class org.jooq.util.derby.DerbyDataType
-
- DECIMAL - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- DECIMAL - Static variable in class org.jooq.util.h2.H2DataType
-
- DECIMAL - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- DECIMAL - Static variable in class org.jooq.util.informix.InformixDataType
-
- DECIMAL - Static variable in class org.jooq.util.ingres.IngresDataType
-
- DECIMAL - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- DECIMAL - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- DECIMAL - Static variable in class org.jooq.util.oracle.OracleDataType
-
- DECIMAL - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- DECIMAL - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- DECIMAL - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- DECIMAL - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- DECIMAL_INTEGER - Static variable in class org.jooq.impl.SQLDataType
-
The zero-scale Types.DECIMAL
type.
- declareCTE() - Method in interface org.jooq.Context
-
Whether the current context is rendering a common table expression (e.g.
- declareCTE(boolean) - Method in interface org.jooq.Context
-
- declareFields() - Method in interface org.jooq.Context
-
Whether the current context is rendering a SQL field declaration (e.g. a
Field
in the
SELECT
clause of the query).
- declareFields(boolean) - Method in interface org.jooq.Context
-
- declaresCTE() - Method in interface org.jooq.QueryPartInternal
-
Check whether this
QueryPart
is able to declare common table expressions in a
WITH
clause.
- declaresFields() - Method in class org.jooq.impl.CustomCondition
-
- declaresFields() - Method in class org.jooq.impl.CustomField
-
- declaresFields() - Method in class org.jooq.impl.CustomQueryPart
-
- declaresFields() - Method in class org.jooq.impl.CustomTable
-
- declaresFields() - Method in interface org.jooq.QueryPartInternal
-
Check whether this
QueryPart
is able to declare fields in a
SELECT
clause.
- declaresTables() - Method in class org.jooq.impl.CustomCondition
-
- declaresTables() - Method in class org.jooq.impl.CustomField
-
- declaresTables() - Method in class org.jooq.impl.CustomQueryPart
-
- declaresTables() - Method in class org.jooq.impl.CustomTable
-
- declaresTables() - Method in class org.jooq.impl.TableImpl
-
- declaresTables() - Method in interface org.jooq.QueryPartInternal
-
Check whether this
QueryPart
is able to declare tables in a
FROM
clause or
JOIN
clause.
- declaresWindows() - Method in interface org.jooq.QueryPartInternal
-
Check whether this
QueryPart
is able to declare windows in a
WINDOW
clause.
- declareTables() - Method in interface org.jooq.Context
-
Whether the current context is rendering a SQL table declaration (e.g. a
Table
in the
FROM
or
JOIN
clause of the
query).
- declareTables(boolean) - Method in interface org.jooq.Context
-
- declareWindows() - Method in interface org.jooq.Context
-
Whether the current context is rendering a SQL window declaration (e.g. a
WindowDefinition
in the
WINDOW
clause of the query).
- declareWindows(boolean) - Method in interface org.jooq.Context
-
- decode(T, Z) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- decode(T, Z, Object...) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- decode(Field<T>, Field<Z>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- decode(Field<T>, Field<Z>, Field<?>...) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- decode() - Static method in class org.jooq.impl.DSL
-
Initialise a
Case
statement.
- decode(T, T, Z) - Static method in class org.jooq.impl.DSL
-
Gets the Oracle-style
DECODE(expression, search, result[, search , result]... [, default])
function.
- decode(T, T, Z, Object...) - Static method in class org.jooq.impl.DSL
-
Gets the Oracle-style
DECODE(expression, search, result[, search , result]... [, default])
function.
- decode(Field<T>, Field<T>, Field<Z>) - Static method in class org.jooq.impl.DSL
-
Gets the Oracle-style
DECODE(expression, search, result[, search , result]... [, default])
function.
- decode(Field<T>, Field<T>, Field<Z>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
Gets the Oracle-style
DECODE(expression, search, result[, search , result]... [, default])
function.
- decode(String, String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific
DECODE()
function
Don't mix this up with the various
DSL.decode()
methods!
- decode(Field<String>, Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific
DECODE()
function
Don't mix this up with the various
DSL.decode()
methods!
- decode(String, String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DECODE()
function.
- decode(byte[], byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DECODE()
function.
- decode(Field<T>, Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DECODE()
function.
- decr(Field<T>) - Static method in class org.jooq.util.cubrid.CUBRIDDSL
-
Use the CUBRID-specific DECR()
function.
- DEFAULT_ESCAPE_CHARACTER - Static variable in class org.jooq.tools.csv.CSVParser
-
The default escape character to use if none is supplied to the
constructor.
- DEFAULT_IGNORE_LEADING_WHITESPACE - Static variable in class org.jooq.tools.csv.CSVParser
-
The default leading whitespace behavior to use if none is supplied to the
constructor
- DEFAULT_QUOTE_CHARACTER - Static variable in class org.jooq.tools.csv.CSVParser
-
The default quote character to use if none is supplied to the
constructor.
- DEFAULT_SEPARATOR - Static variable in class org.jooq.tools.csv.CSVParser
-
The default separator to use if none is supplied to the constructor.
- DEFAULT_SKIP_LINES - Static variable in class org.jooq.tools.csv.CSVReader
-
The default line to start reading.
- DEFAULT_STRICT_QUOTES - Static variable in class org.jooq.tools.csv.CSVParser
-
The default strict quote behavior to use if none is supplied to the
constructor
- DefaultBinding<T,U> - Class in org.jooq.impl
-
- DefaultBinding(Converter<T, U>) - Constructor for class org.jooq.impl.DefaultBinding
-
- DefaultCallableStatement - Class in org.jooq.tools.jdbc
-
A default JDBC CallableStatement implementation delegating all JDBC 4.0 calls
to an internal delegate.
- DefaultCallableStatement(CallableStatement) - Constructor for class org.jooq.tools.jdbc.DefaultCallableStatement
-
- DefaultConfiguration - Class in org.jooq.impl
-
- DefaultConfiguration() - Constructor for class org.jooq.impl.DefaultConfiguration
-
Create a new "empty" configuration object.
- DefaultConnection - Class in org.jooq.tools.jdbc
-
A default JDBC Connection implementation delegating all JDBC 4.0 calls to an
internal delegate.
- DefaultConnection(Connection) - Constructor for class org.jooq.tools.jdbc.DefaultConnection
-
- DefaultConnectionProvider - Class in org.jooq.impl
-
- DefaultConnectionProvider(Connection) - Constructor for class org.jooq.impl.DefaultConnectionProvider
-
- DefaultDataType<T> - Class in org.jooq.impl
-
A common base class for data types.
- DefaultDataType(SQLDialect, DataType<T>, String) - Constructor for class org.jooq.impl.DefaultDataType
-
- DefaultDataType(SQLDialect, DataType<T>, String, String) - Constructor for class org.jooq.impl.DefaultDataType
-
- DefaultDataType(SQLDialect, Class<T>, String) - Constructor for class org.jooq.impl.DefaultDataType
-
- DefaultDataType(SQLDialect, Class<T>, String, String) - Constructor for class org.jooq.impl.DefaultDataType
-
- DefaultDSLContext - Class in org.jooq.impl
-
- DefaultDSLContext(SQLDialect) - Constructor for class org.jooq.impl.DefaultDSLContext
-
- DefaultDSLContext(SQLDialect, Settings) - Constructor for class org.jooq.impl.DefaultDSLContext
-
- DefaultDSLContext(Connection, SQLDialect) - Constructor for class org.jooq.impl.DefaultDSLContext
-
- DefaultDSLContext(Connection, SQLDialect, Settings) - Constructor for class org.jooq.impl.DefaultDSLContext
-
- DefaultDSLContext(DataSource, SQLDialect) - Constructor for class org.jooq.impl.DefaultDSLContext
-
- DefaultDSLContext(DataSource, SQLDialect, Settings) - Constructor for class org.jooq.impl.DefaultDSLContext
-
- DefaultDSLContext(ConnectionProvider, SQLDialect) - Constructor for class org.jooq.impl.DefaultDSLContext
-
- DefaultDSLContext(ConnectionProvider, SQLDialect, Settings) - Constructor for class org.jooq.impl.DefaultDSLContext
-
- DefaultDSLContext(Configuration) - Constructor for class org.jooq.impl.DefaultDSLContext
-
- defaulted(boolean) - Method in interface org.jooq.DataType
-
Return a new data type like this, with a new defaultability.
- defaulted() - Method in interface org.jooq.DataType
-
Get the defaultability of this data type.
- defaulted(boolean) - Method in class org.jooq.impl.DefaultDataType
-
- defaulted() - Method in class org.jooq.impl.DefaultDataType
-
- DefaultExecuteListener - Class in org.jooq.impl
-
- DefaultExecuteListener() - Constructor for class org.jooq.impl.DefaultExecuteListener
-
- DefaultExecuteListenerProvider - Class in org.jooq.impl
-
- DefaultExecuteListenerProvider(ExecuteListener) - Constructor for class org.jooq.impl.DefaultExecuteListenerProvider
-
Create a new provider instance from an argument listener.
- defaultIfBlank(String, String) - Static method in class org.jooq.tools.StringUtils
-
Returns either the passed in CharSequence, or if the CharSequence is
whitespace, empty ("") or null
, the value of defaultStr
.
- defaultIfEmpty(String, String) - Static method in class org.jooq.tools.StringUtils
-
Returns either the passed in String, or if the String is
empty or null
, the value of defaultStr
.
- defaultIfNull(T, T) - Static method in class org.jooq.tools.StringUtils
-
Returns a default value if the object passed is null
.
- DefaultPreparedStatement - Class in org.jooq.tools.jdbc
-
A default JDBC PreparedStatement implementation delegating all JDBC 4.0 calls
to an internal delegate.
- DefaultPreparedStatement(PreparedStatement) - Constructor for class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- DefaultRecordListener - Class in org.jooq.impl
-
- DefaultRecordListener() - Constructor for class org.jooq.impl.DefaultRecordListener
-
- DefaultRecordListenerProvider - Class in org.jooq.impl
-
- DefaultRecordListenerProvider(RecordListener) - Constructor for class org.jooq.impl.DefaultRecordListenerProvider
-
Create a new provider instance from an argument listener.
- DefaultRecordMapper<R extends Record,E> - Class in org.jooq.impl
-
This is the default implementation for RecordMapper
types.
- DefaultRecordMapper(RecordType<R>, Class<? extends E>) - Constructor for class org.jooq.impl.DefaultRecordMapper
-
- DefaultRecordMapperProvider - Class in org.jooq.impl
-
- DefaultRecordMapperProvider() - Constructor for class org.jooq.impl.DefaultRecordMapperProvider
-
- DefaultRecordMapperProvider(Configuration) - Constructor for class org.jooq.impl.DefaultRecordMapperProvider
-
- DefaultResultSet - Class in org.jooq.tools.jdbc
-
A default JDBC ResultSet implementation delegating all JDBC 4.0 calls to an
internal delegate.
- DefaultResultSet(ResultSet) - Constructor for class org.jooq.tools.jdbc.DefaultResultSet
-
- defaultSchema - Variable in class org.jooq.conf.RenderMapping
-
- defaultSettings() - Static method in class org.jooq.conf.SettingsTools
-
Retrieve the configured default settings.
- DefaultStatement - Class in org.jooq.tools.jdbc
-
A default JDBC Statement implementation delegating all JDBC 4.0 calls to an
internal delegate.
- DefaultStatement(Statement) - Constructor for class org.jooq.tools.jdbc.DefaultStatement
-
- defaultString(String) - Static method in class org.jooq.tools.StringUtils
-
Returns either the passed in String, or if the String is
null
, an empty String ("").
- defaultString(String, String) - Static method in class org.jooq.tools.StringUtils
-
Returns either the passed in String, or if the String is
null
, the value of defaultStr
.
- DefaultTransactionProvider - Class in org.jooq.impl
-
- DefaultTransactionProvider(ConnectionProvider) - Constructor for class org.jooq.impl.DefaultTransactionProvider
-
- defaultValue(T) - Method in interface org.jooq.AlterTableAlterStep
-
Specify a new column DEFAULT
.
- defaultValue(Field<T>) - Method in interface org.jooq.AlterTableAlterStep
-
Specify a new column DEFAULT
.
- defaultValue() - Static method in class org.jooq.impl.DSL
-
Create a DEFAULT
keyword for use with INSERT
,
UPDATE
, or MERGE
statements.
- defaultValue(Class<T>) - Static method in class org.jooq.impl.DSL
-
Create a DEFAULT
keyword for use with INSERT
,
UPDATE
, or MERGE
statements.
- defaultValue(DataType<T>) - Static method in class org.jooq.impl.DSL
-
Create a DEFAULT
keyword for use with INSERT
,
UPDATE
, or MERGE
statements.
- defaultValue(Field<T>) - Static method in class org.jooq.impl.DSL
-
Create a DEFAULT
keyword for use with INSERT
,
UPDATE
, or MERGE
statements.
- defaultValues() - Method in interface org.jooq.InsertSetStep
-
Add an empty record with default values.
- DefaultVisitListener - Class in org.jooq.impl
-
- DefaultVisitListener() - Constructor for class org.jooq.impl.DefaultVisitListener
-
- DefaultVisitListenerProvider - Class in org.jooq.impl
-
- DefaultVisitListenerProvider(VisitListener) - Constructor for class org.jooq.impl.DefaultVisitListenerProvider
-
Create a new provider instance from an argument listener.
- deg() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- deg(Number) - Static method in class org.jooq.impl.DSL
-
Calculate degrees from radians from this field.
- deg(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Calculate degrees from radians from this field.
- delay - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- delay(BigDecimal) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- delete(P...) - Method in interface org.jooq.DAO
-
Performs a DELETE
statement for a given set of POJOs
- delete(Collection<P>) - Method in interface org.jooq.DAO
-
Performs a DELETE
statement for a given set of POJOs
- Delete<R extends Record> - Interface in org.jooq
-
A
Query
that can delete data in the database.
- delete(Table<R>) - Method in interface org.jooq.DSLContext
-
Create a new DSL delete statement.
- delete(P...) - Method in class org.jooq.impl.DAOImpl
-
- delete(Collection<P>) - Method in class org.jooq.impl.DAOImpl
-
- delete(Table<R>) - Method in class org.jooq.impl.DefaultDSLContext
-
- delete(Table<R>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL delete statement.
- delete() - Method in class org.jooq.impl.UpdatableRecordImpl
-
- delete() - Method in interface org.jooq.UpdatableRecord
-
Deletes this record from the database, based on the value of the primary
key or main unique key.
- delete(Table<R>) - Method in interface org.jooq.WithStep
-
Create a new DSL delete statement.
- deleteById(T...) - Method in interface org.jooq.DAO
-
Performs a DELETE
statement for a given set of IDs
- deleteById(Collection<T>) - Method in interface org.jooq.DAO
-
Performs a DELETE
statement for a given set of IDs
- deleteById(T...) - Method in class org.jooq.impl.DAOImpl
-
- deleteById(Collection<T>) - Method in class org.jooq.impl.DAOImpl
-
- DeleteConditionStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Delete
's DSL API.
- deleteEnd(RecordContext) - Method in class org.jooq.impl.DefaultRecordListener
-
- deleteEnd(RecordContext) - Method in interface org.jooq.RecordListener
-
Called after deleting an UpdatableRecord
.
- DeleteFinalStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Delete
's DSL API.
- DeleteQuery<R extends Record> - Interface in org.jooq
-
A query used for deletion of data
- deleteQuery(Table<R>) - Method in interface org.jooq.DSLContext
-
- deleteQuery(Table<R>) - Method in class org.jooq.impl.DefaultDSLContext
-
- deleteRow() - Method in class org.jooq.tools.jdbc.DefaultResultSet
-
- deleteRow() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- deleteStart(RecordContext) - Method in class org.jooq.impl.DefaultRecordListener
-
- deleteStart(RecordContext) - Method in interface org.jooq.RecordListener
-
Called before deleting an UpdatableRecord
.
- deleteWhere(Condition) - Method in interface org.jooq.MergeMatchedDeleteStep
-
Add an additional DELETE WHERE
clause to the preceding
WHEN MATCHED THEN UPDATE
clause.
- deleteWhere(Field<Boolean>) - Method in interface org.jooq.MergeMatchedDeleteStep
-
Add an additional DELETE WHERE
clause to the preceding
WHEN MATCHED THEN UPDATE
clause.
- DeleteWhereStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Delete
's DSL API.
- delivery_mode - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- delivery_mode - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T
-
- delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T
-
- delivery_mode - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- denseRank() - Static method in class org.jooq.impl.DSL
-
The dense_rank() over ([analytic clause])
function.
- denseRank(Field<?>...) - Static method in class org.jooq.impl.DSL
-
The dense_rank(expr) within group (order by [order clause])
ordered aggregate function.
- deq_condition - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- deq_condition(String) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- dequeue(Configuration, Queue<R>) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue a message in an Oracle AQ.
- dequeue(Configuration, Queue<R>, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T, OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue a message in an Oracle AQ.
- dequeue_mode - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- dequeue_mode(OracleDSL.DBMS_AQ.DEQUEUE_MODE) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- DEQUEUE_OPTIONS_T() - Constructor for class org.jooq.util.oracle.OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
-
- DerbyDataType - Class in org.jooq.util.derby
-
- DerbyDataType() - Constructor for class org.jooq.util.derby.DerbyDataType
-
- DerbyDSL - Class in org.jooq.util.derby
-
- derive() - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, without changing any
properties.
- derive(ConnectionProvider) - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, with a new connection
provider.
- derive(TransactionProvider) - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, with a new transaction
provider.
- derive(RecordMapperProvider) - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, with a new record mapper
provider.
- derive(RecordListenerProvider...) - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, with new record listener
providers.
- derive(ExecuteListenerProvider...) - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, with new execute listener
providers.
- derive(VisitListenerProvider...) - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, with new visit listener
providers.
- derive(SQLDialect) - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, with a new dialect.
- derive(Settings) - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, with new settings.
- derive() - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, without changing any
properties.
- derive(Connection) - Method in class org.jooq.impl.DefaultConfiguration
-
- derive(DataSource) - Method in class org.jooq.impl.DefaultConfiguration
-
- derive(ConnectionProvider) - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, with a new connection
provider.
- derive(TransactionProvider) - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, with a new transaction
provider.
- derive(RecordMapperProvider) - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, with a new record mapper
provider.
- derive(RecordListenerProvider...) - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, with new record listener
providers.
- derive(ExecuteListenerProvider...) - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, with new execute listener
providers.
- derive(VisitListenerProvider...) - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, with new visit listener
providers.
- derive(SQLDialect) - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, with a new dialect.
- derive(Settings) - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, with new settings.
- DerivedColumnList - Interface in org.jooq
-
A DerivedColumnList
is a name of a table expression with
optional derived column list.
- desc() - Method in interface org.jooq.Field
-
Create a descending sort field from this field.
- desDecrypt(String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific DES_DECRYPT()
function
- desDecrypt(Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific DES_DECRYPT()
function
- desDecrypt(String, String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific DES_DECRYPT()
function
- desDecrypt(Field<String>, Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific DES_DECRYPT()
function
- desDecrypt(String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_DECRYPT()
function.
- desDecrypt(byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_DECRYPT()
function.
- desDecrypt(Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_DECRYPT()
function.
- desDecrypt(String, String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_DECRYPT()
function.
- desDecrypt(byte[], byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_DECRYPT()
function.
- desDecrypt(Field<T>, Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_DECRYPT()
function.
- desEncrypt(String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific DES_ENCRYPT()
function
- desEncrypt(Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific DES_ENCRYPT()
function
- desEncrypt(String, String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific DES_ENCRYPT()
function
- desEncrypt(Field<String>, Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific DES_ENCRYPT()
function
- desEncrypt(String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_ENCRYPT()
function.
- desEncrypt(byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_ENCRYPT()
function.
- desEncrypt(Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_ENCRYPT()
function.
- desEncrypt(String, String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_ENCRYPT()
function.
- desEncrypt(byte[], byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_ENCRYPT()
function.
- desEncrypt(Field<T>, Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific DES_ENCRYPT()
function.
- detach() - Method in interface org.jooq.Attachable
-
- detach() - Method in class org.jooq.impl.AbstractRoutine
-
- detach() - Method in interface org.jooq.Result
-
Detach this result and all of its contained records from their current
Configuration
.
- DetachedException - Exception in org.jooq.exception
-
- DetachedException(String) - Constructor for exception org.jooq.exception.DetachedException
-
Constructor for DetachedException.
- dialect() - Method in interface org.jooq.Configuration
-
Retrieve the configured dialect.
- dialect() - Method in interface org.jooq.DAO
-
- dialect() - Method in class org.jooq.impl.DAOImpl
-
- dialect() - Method in class org.jooq.impl.DefaultConfiguration
-
Retrieve the configured dialect.
- dialect() - Method in interface org.jooq.Scope
-
- dialect(Connection) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
"Guess" the
SQLDialect
from a
Connection
instance.
- dialect(String) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
- difference(String, String) - Static method in class org.jooq.util.sqlserver.SQLServerDSL
-
The SQL Server specific DIFFERENCE()
function.
- difference(Field<String>, String) - Static method in class org.jooq.util.sqlserver.SQLServerDSL
-
The SQL Server specific DIFFERENCE()
function.
- difference(String, Field<String>) - Static method in class org.jooq.util.sqlserver.SQLServerDSL
-
The SQL Server specific DIFFERENCE()
function.
- difference(Field<String>, Field<String>) - Static method in class org.jooq.util.sqlserver.SQLServerDSL
-
The SQL Server specific DIFFERENCE()
function.
- distinctOn(Field<?>...) - Method in interface org.jooq.SelectDistinctOnStep
-
Add the PostgreSQL-specific ON(...)
- distinctOn(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectDistinctOnStep
-
Add the PostgreSQL-specific ON(...)
- div(Number) - Method in interface org.jooq.Field
-
An arithmetic expression dividing this by value.
- div(Field<? extends Number>) - Method in interface org.jooq.Field
-
An arithmetic expression dividing this by value.
- divide(Number) - Method in interface org.jooq.Field
-
- divide(Field<? extends Number>) - Method in interface org.jooq.Field
-
- divideBy(Table<?>) - Method in interface org.jooq.Table
-
Create a new TABLE
reference from this table, applying
relational division.
- DivideByOnConditionStep - Interface in org.jooq
-
An intermediate type for the construction of a relational division.
- DivideByOnStep - Interface in org.jooq
-
An intermediate type for the construction of a relational division
- DivideByReturningStep - Interface in org.jooq
-
An intermediate type for the construction of a relational division
- DOUBLE - Static variable in class org.jooq.impl.SQLDataType
-
The Types.DOUBLE
type.
- DOUBLE - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- DOUBLE - Static variable in class org.jooq.util.db2.DB2DataType
-
- DOUBLE - Static variable in class org.jooq.util.derby.DerbyDataType
-
- DOUBLE - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- DOUBLE - Static variable in class org.jooq.util.h2.H2DataType
-
- DOUBLE - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- DOUBLE - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- DOUBLE - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- DOUBLE - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- DOUBLE - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- DOUBLE_PRECISION - Static variable in class org.jooq.util.ase.ASEDataType
-
- DOUBLE_PRECISION - Static variable in class org.jooq.util.informix.InformixDataType
-
- DOUBLE_PRECISION - Static variable in class org.jooq.util.oracle.OracleDataType
-
- DOUBLEPRECISION - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- DOUBLEPRECISION - Static variable in class org.jooq.util.derby.DerbyDataType
-
- DOUBLEPRECISION - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- DOUBLEPRECISION - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- DOUBLEPRECISION - Static variable in class org.jooq.util.ingres.IngresDataType
-
- DOUBLEPRECISION - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- DOUBLEPRECISION - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- doubleValue() - Method in class org.jooq.types.DayToSecond
-
- doubleValue() - Method in interface org.jooq.types.Interval
-
- doubleValue() - Method in class org.jooq.types.UByte
-
- doubleValue() - Method in class org.jooq.types.UInteger
-
- doubleValue() - Method in class org.jooq.types.ULong
-
- doubleValue() - Method in class org.jooq.types.UShort
-
- doubleValue() - Method in class org.jooq.types.YearToMonth
-
- driver(String) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
"Guess" the JDBC driver from a connection URL.
- drop(Field<?>) - Method in interface org.jooq.AlterTableStep
-
Add an DROP COLUMN
clause to the ALTER TABLE
statement.
- drop(String) - Method in interface org.jooq.AlterTableStep
-
Add an DROP COLUMN
clause to the ALTER TABLE
statement.
- dropIndex(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP INDEX
statement.
- dropIndex(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropIndex(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP INDEX
statement.
- DropIndexFinalStep - Interface in org.jooq
-
A
Query
that can create indexes.
- dropIndexIfExists(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP INDEX IF EXISTS
statement.
- dropIndexIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropIndexIfExists(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP INDEX IF EXISTS
statement.
- dropSequence(Sequence<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP SEQUENCE
statement.
- dropSequence(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP SEQUENCE
statement.
- dropSequence(Sequence<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropSequence(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropSequence(Sequence<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP SEQUENCE
statement.
- dropSequence(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP SEQUENCE
statement.
- DropSequenceFinalStep - Interface in org.jooq
-
A
Query
that can drop sequences.
- dropSequenceIfExists(Sequence<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP SEQUENCE IF EXISTS
statement.
- dropSequenceIfExists(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP SEQUENCE IF EXISTS
statement.
- dropSequenceIfExists(Sequence<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropSequenceIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropSequenceIfExists(Sequence<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP SEQUENCE IF EXISTS
statement.
- dropSequenceIfExists(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP SEQUENCE IF EXISTS
statement.
- dropTable(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP TABLE
statement.
- dropTable(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER TABLE
statement.
- dropTable(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropTable(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropTable(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP TABLE
statement.
- dropTable(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP TABLE IF EXISTS
statement.
- DropTableFinalStep - Interface in org.jooq
-
The final step in the DROP TABLE
DSL.
- dropTableIfExists(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP TABLE IF EXISTS
statement.
- dropTableIfExists(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER TABLE IF EXISTS
statement.
- dropTableIfExists(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropTableIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropTableIfExists(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP TABLE
statement.
- dropTableIfExists(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP TABLE IF EXISTS
statement.
- DropTableStep - Interface in org.jooq
-
The step in the DROP TABLE
DSL used to specify DROP
behaviour.
- dropView(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP VIEW
statement.
- dropView(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP VIEW
statement.
- dropView(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropView(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropView(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP VIEW
statement.
- dropView(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP VIEW
statement.
- DropViewFinalStep - Interface in org.jooq
-
The final step in the DROP VIEW
DSL.
- dropViewIfExists(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP VIEW IF EXISTS
statement.
- dropViewIfExists(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL DROP VIEW IF EXISTS
statement.
- dropViewIfExists(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropViewIfExists(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- dropViewIfExists(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP VIEW IF EXISTS
statement.
- dropViewIfExists(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL DROP VIEW IF EXISTS
statement.
- DSL - Class in org.jooq.impl
-
A DSL "entry point" providing implementations to the org.jooq
interfaces.
- DSL() - Constructor for class org.jooq.impl.DSL
-
No instances.
- DSLContext - Interface in org.jooq
-
A contextual DSL providing "attached" implementations to the
org.jooq
interfaces.
- dual() - Static method in class org.jooq.impl.DSL
-
The DUAL
table to be used for syntactic completeness.
- e() - Static method in class org.jooq.impl.DSL
-
The E
literal (Euler number).
- ELO - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- EMPTY - Static variable in class org.jooq.tools.StringUtils
-
The empty String ""
.
- encode(String, String) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific ENCODE()
function
- encode(Field<String>, Field<String>) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get the MariaDB-specific ENCODE()
function
- encode(String, String) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific ENCODE()
function.
- encode(byte[], byte[]) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific ENCODE()
function.
- encode(Field<T>, Field<T>) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get the MySQL-specific ENCODE()
function.
- end(Clause) - Method in interface org.jooq.Context
-
- end(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
Called at the end of the execution lifecycle.
- end(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- end(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- endArray() - Method in interface org.jooq.tools.json.ContentHandler
-
Receive notification of the end of a JSON array.
- endJSON() - Method in interface org.jooq.tools.json.ContentHandler
-
Receive notification of the end of JSON processing.
- endObject() - Method in interface org.jooq.tools.json.ContentHandler
-
Receive notification of the end of a JSON object.
- endObjectEntry() - Method in interface org.jooq.tools.json.ContentHandler
-
Receive notification of the end of the value of previous object entry.
- endsWith(T) - Method in interface org.jooq.Field
-
- endsWith(Field<T>) - Method in interface org.jooq.Field
-
- enqueue(Configuration, Queue<R>, R) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Enqueue a message in an Oracle AQ.
- enqueue(Configuration, Queue<R>, R, OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T, OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Enqueue a message in an Oracle AQ.
- ENQUEUE_OPTIONS_T() - Constructor for class org.jooq.util.oracle.OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T
-
- enqueue_time - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- enqueue_time(Timestamp) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- ENUM - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- ENUM - Static variable in class org.jooq.util.mariadb.MariaDBDataType
-
- ENUM - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- EnumConverter<T,U extends java.lang.Enum<U>> - Class in org.jooq.impl
-
A base class for enum conversion.
- EnumConverter(Class<T>, Class<U>) - Constructor for class org.jooq.impl.EnumConverter
-
- EnumType - Interface in org.jooq
-
A SQL enum type.
- enumType(Class<E>, int) - Static method in class org.jooq.util.mariadb.MariaDBDSL
-
Get a field based
EnumType
by its MariaDB-specific index.
- enumType(Class<E>, int) - Static method in class org.jooq.util.mysql.MySQLDSL
-
Get a field based
EnumType
by its MySQL-specific index.
- eq(T) - Method in interface org.jooq.Field
-
this = value
.
- eq(Field<T>) - Method in interface org.jooq.Field
-
this = field
.
- eq(Select<? extends Record1<T>>) - Method in interface org.jooq.Field
-
this = (Select
- eq(QuantifiedSelect<? extends Record1<T>>) - Method in interface org.jooq.Field
-
this = [quantifier] (Select
- eq(Row1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
equality.
- eq(Record1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a record for equality.
- eq(T1) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a subselect for equality.
- eq(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
equality.
- eq(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a subselect for equality.
- eq(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
equality.
- eq(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a subselect for equality.
- eq(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
equality.
- eq(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a subselect for equality.
- eq(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
equality.
- eq(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a subselect for equality.
- eq(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
equality.
- eq(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a subselect for equality.
- eq(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
equality.
- eq(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a subselect for equality.
- eq(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
equality.
- eq(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a subselect for equality.
- eq(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
equality.
- eq(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a subselect for equality.
- eq(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
equality.
- eq(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a subselect for equality.
- eq(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
equality.
- eq(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a subselect for equality.
- eq(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
equality.
- eq(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a record for equality.
- eq(T1, T2) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a subselect for equality.
- eq(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
equality.
- eq(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a subselect for equality.
- eq(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
equality.
- eq(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
equality.
- 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>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a subselect for equality.
- 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>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a subselect for equality.
- eq(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
equality.
- eq(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
equality.
- 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>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a subselect for equality.
- 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>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a subselect for equality.
- eq(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
equality.
- eq(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a subselect for equality.
- eq(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
equality.
- eq(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a subselect for equality.
- eq(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
equality.
- eq(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a subselect for equality.
- eq(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
equality.
- eq(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a subselect for equality.
- eq(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
equality.
- eq(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a subselect for equality.
- eq(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
equality.
- eq(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a subselect for equality.
- eq(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
equality.
- eq(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a record for equality.
- eq(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a subselect for equality.
- eq(RowN) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
equality.
- eq(Record) - Method in interface org.jooq.RowN
-
Compare this row value expression with a record for equality.
- eq(Object...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
equality.
- eq(Field<?>...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
equality.
- eq(Select<? extends Record>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a subselect for equality.
- eq(QuantifiedSelect<? extends Record>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a subselect for equality.
- equal(T) - Method in interface org.jooq.Field
-
this = value
.
- equal(Field<T>) - Method in interface org.jooq.Field
-
this = field
.
- equal(Select<? extends Record1<T>>) - Method in interface org.jooq.Field
-
this = (Select
- equal(QuantifiedSelect<? extends Record1<T>>) - Method in interface org.jooq.Field
-
this = [quantifier] (Select
- equal(Row1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
equality.
- equal(Record1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a record for equality.
- equal(T1) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a subselect for equality.
- equal(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
equality.
- equal(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a subselect for equality.
- equal(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
equality.
- equal(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a subselect for equality.
- equal(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
equality.
- equal(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a subselect for equality.
- equal(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
equality.
- equal(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a subselect for equality.
- equal(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
equality.
- equal(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a subselect for equality.
- equal(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
equality.
- equal(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a subselect for equality.
- equal(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
equality.
- equal(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a subselect for equality.
- equal(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
equality.
- equal(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a subselect for equality.
- equal(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
equality.
- equal(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a subselect for equality.
- equal(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
equality.
- equal(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a subselect for equality.
- equal(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
equality.
- equal(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a record for equality.
- equal(T1, T2) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a subselect for equality.
- equal(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
equality.
- equal(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a subselect for equality.
- equal(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
equality.
- equal(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
equality.
- 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>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a subselect for equality.
- 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>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a subselect for equality.
- equal(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
equality.
- equal(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
equality.
- 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>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a subselect for equality.
- 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>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a subselect for equality.
- equal(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
equality.
- equal(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a subselect for equality.
- equal(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
equality.
- equal(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a subselect for equality.
- equal(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
equality.
- equal(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a subselect for equality.
- equal(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
equality.
- equal(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a subselect for equality.
- equal(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
equality.
- equal(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a subselect for equality.
- equal(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
equality.
- equal(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a subselect for equality.
- equal(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
equality.
- equal(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a record for equality.
- equal(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a subselect for equality.
- equal(RowN) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
equality.
- equal(Record) - Method in interface org.jooq.RowN
-
Compare this row value expression with a record for equality.
- equal(Object...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
equality.
- equal(Field<?>...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
equality.
- equal(Select<? extends Record>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a subselect for equality.
- equal(QuantifiedSelect<? extends Record>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a subselect for equality.
- equalIgnoreCase(String) - Method in interface org.jooq.Field
-
lower(this) = lower(value)
.
- equalIgnoreCase(Field<String>) - Method in interface org.jooq.Field
-
lower(this) = lower(value)
.
- equals(Object) - Method in interface org.jooq.Field
-
Check whether this QueryPart
can be considered equal to
another QueryPart
.
- equals(Object) - Method in class org.jooq.impl.CatalogImpl
-
- equals(Object) - Method in class org.jooq.impl.DefaultDataType
-
- equals(Object) - Method in class org.jooq.impl.PackageImpl
-
- equals(Object) - Method in class org.jooq.impl.SchemaImpl
-
- equals(Object) - Method in class org.jooq.impl.TableImpl
-
- equals(Object) - Method in interface org.jooq.QueryPart
-
Check whether this QueryPart
can be considered equal to
another QueryPart
.
- equals(Object) - Method in interface org.jooq.Record
-
Compare this Record
with another Record
for
equality.
- equals(Object) - Method in class org.jooq.tools.reflect.Reflect
- equals(Object, Object) - Static method in class org.jooq.tools.StringUtils
-
Compares two objects for equality, where either one or both
objects may be null
.
- equals(Object) - Method in class org.jooq.types.DayToSecond
-
- equals(Object) - Method in class org.jooq.types.UByte
-
- equals(Object) - Method in class org.jooq.types.UInteger
-
- equals(Object) - Method in class org.jooq.types.ULong
-
- equals(Object) - Method in class org.jooq.types.UShort
-
- equals(Object) - Method in class org.jooq.types.YearToMonth
-
- error(Object) - Method in class org.jooq.tools.JooqLogger
-
Log a message in ERROR
level.
- error(Object, Object) - Method in class org.jooq.tools.JooqLogger
-
Log a message in ERROR
level.
- error(Object, Throwable) - Method in class org.jooq.tools.JooqLogger
-
Log a message in ERROR
level.
- error(Object, Object, Throwable) - Method in class org.jooq.tools.JooqLogger
-
Log a message in ERROR
level.
- ERROR_UNEXPECTED_CHAR - Static variable in exception org.jooq.tools.json.ParseException
-
- ERROR_UNEXPECTED_EXCEPTION - Static variable in exception org.jooq.tools.json.ParseException
-
- ERROR_UNEXPECTED_TOKEN - Static variable in exception org.jooq.tools.json.ParseException
-
- errors() - Method in interface org.jooq.Loader
-
A list of errors that might have happened during the load.
- escape(String, char) - Static method in class org.jooq.impl.DSL
-
- escape(Field<String>, char) - Static method in class org.jooq.impl.DSL
-
- escape(String) - Static method in class org.jooq.tools.json.JSONObject
-
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters
(U+0000 through U+001F).
- escape(String) - Static method in class org.jooq.tools.json.JSONValue
-
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters
(U+0000 through U+001F).
- except(Select<? extends R>) - Method in interface org.jooq.Select
-
Combine with other selects
- except(Select<? extends R>) - Method in interface org.jooq.SelectUnionStep
-
Combine with other selects
- exception() - Method in interface org.jooq.ExecuteContext
-
The RuntimeException
being thrown.
- exception(RuntimeException) - Method in interface org.jooq.ExecuteContext
-
Override the RuntimeException
being thrown.
- exception(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
Called in the event of an exception at any moment of the execution
lifecycle.
- exception(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- exception(RecordContext) - Method in class org.jooq.impl.DefaultRecordListener
-
- exception() - Method in interface org.jooq.LoaderError
-
- exception() - Method in interface org.jooq.RecordContext
-
The Exception
being thrown or null
.
- exception(RecordContext) - Method in interface org.jooq.RecordListener
-
Called when an exception occurs.
- exception(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- exception_queue - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- exception_queue(String) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- execute() - Method in interface org.jooq.Batch
-
Execute the batch operation.
- execute(String) - Method in interface org.jooq.DSLContext
-
Execute a query holding plain SQL.
- execute(String, Object...) - Method in interface org.jooq.DSLContext
-
Execute a new query holding plain SQL.
- execute(String, QueryPart...) - Method in interface org.jooq.DSLContext
-
Execute a new query holding plain SQL.
- execute(Query) - Method in interface org.jooq.DSLContext
-
Execute a
Query
in the context of this
DSLContext
.
- execute(Configuration) - Method in class org.jooq.impl.AbstractRoutine
-
- execute() - Method in class org.jooq.impl.AbstractRoutine
-
- execute(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- execute(String, Object...) - Method in class org.jooq.impl.DefaultDSLContext
-
- execute(String, QueryPart...) - Method in class org.jooq.impl.DefaultDSLContext
-
- execute(Query) - Method in class org.jooq.impl.DefaultDSLContext
-
- execute() - Method in interface org.jooq.LoaderLoadStep
-
Execute the load.
- execute() - Method in interface org.jooq.Query
-
Execute the query, if it has been created with a proper configuration.
- execute(Configuration) - Method in interface org.jooq.Routine
-
- execute() - Method in interface org.jooq.Routine
-
Execute the stored object on an underlying connection
- execute() - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- execute(String) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- execute(String, int) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- execute(String, int[]) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- execute(String, String[]) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- execute(MockExecuteContext) - Method in interface org.jooq.tools.jdbc.MockDataProvider
-
Execution callback for a JDBC query execution.
- execute(MockExecuteContext) - Method in class org.jooq.tools.jdbc.MockFileDatabase
-
- execute() - Method in class org.jooq.tools.jdbc.MockStatement
-
- execute(String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- execute(String, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- execute(String, int[]) - Method in class org.jooq.tools.jdbc.MockStatement
-
- execute(String, String[]) - Method in class org.jooq.tools.jdbc.MockStatement
-
- executeBatch() - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- executeBatch() - Method in class org.jooq.tools.jdbc.MockStatement
-
- ExecuteContext - Interface in org.jooq
-
- executeDelete(R) - Method in interface org.jooq.DSLContext
-
Delete a record from a table.
- executeDelete(R, Condition) - Method in interface org.jooq.DSLContext
-
Delete a record from a table.
- executeDelete(R) - Method in class org.jooq.impl.DefaultDSLContext
-
- executeDelete(R, Condition) - Method in class org.jooq.impl.DefaultDSLContext
-
- executeEnd(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- executeEnd(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- executeEnd(ExecuteContext) - Method in class org.jooq.tools.LoggerListener
-
- executeEnd(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- executeInsert(R) - Method in interface org.jooq.DSLContext
-
Insert one record.
- executeInsert(R) - Method in class org.jooq.impl.DefaultDSLContext
-
- ExecuteListener - Interface in org.jooq
-
An event listener for
Query
,
Routine
, or
ResultSet
render, prepare, bind, execute, fetch steps.
- ExecuteListenerProvider - Interface in org.jooq
-
- executeListenerProviders() - Method in interface org.jooq.Configuration
-
Get the configured ExecuteListenerProvider
s from this
configuration.
- executeListenerProviders() - Method in class org.jooq.impl.DefaultConfiguration
-
Get the configured ExecuteListenerProvider
s from this
configuration.
- executeLogging - Variable in class org.jooq.conf.Settings
-
- executePreparedStatements(Settings) - Static method in class org.jooq.conf.SettingsTools
-
Whether a PreparedStatement
should be executed.
- executeQuery() - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- executeQuery(String) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- executeQuery() - Method in class org.jooq.tools.jdbc.MockStatement
-
- executeQuery(String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- executeStart(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- executeStart(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- executeStart(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- executeStaticStatements(Settings) - Static method in class org.jooq.conf.SettingsTools
-
Whether static Statement
should be executed.
- ExecuteType - Enum in org.jooq
-
The type of database interaction that is being executed with this context.
- executeUpdate(R) - Method in interface org.jooq.DSLContext
-
Update a table.
- executeUpdate(R, Condition) - Method in interface org.jooq.DSLContext
-
Update a table.
- executeUpdate(R) - Method in class org.jooq.impl.DefaultDSLContext
-
- executeUpdate(R, Condition) - Method in class org.jooq.impl.DefaultDSLContext
-
- executeUpdate() - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- executeUpdate(String) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- executeUpdate(String, int) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- executeUpdate(String, int[]) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- executeUpdate(String, String[]) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- executeUpdate() - Method in class org.jooq.tools.jdbc.MockStatement
-
- executeUpdate(String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- executeUpdate(String, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- executeUpdate(String, int[]) - Method in class org.jooq.tools.jdbc.MockStatement
-
- executeUpdate(String, String[]) - Method in class org.jooq.tools.jdbc.MockStatement
-
- executeWithOptimisticLocking - Variable in class org.jooq.conf.Settings
-
- exists(P) - Method in interface org.jooq.DAO
-
Checks if a given POJO exists
- exists(P) - Method in class org.jooq.impl.DAOImpl
-
- exists(Select<?>) - Static method in class org.jooq.impl.DSL
-
Create an exists condition.
- existsById(T) - Method in interface org.jooq.DAO
-
Checks if a given ID exists
- existsById(T) - Method in class org.jooq.impl.DAOImpl
-
- exp() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- exp(Number) - Static method in class org.jooq.impl.DSL
-
Get the exp(field) function, taking this field as the power of e.
- exp(Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Get the exp(field) function, taking this field as the power of e.
- expires - Variable in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- expires(BigDecimal) - Method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- extract(DatePart) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- extract(Date, DatePart) - Static method in class org.jooq.impl.DSL
-
Get the extract(field, datePart) function.
- extract(Field<? extends Date>, DatePart) - Static method in class org.jooq.impl.DSL
-
Get the extract(field, datePart) function.
- extractBindValues(QueryPart) - Method in interface org.jooq.DSLContext
-
Retrieve the bind values that will be bound by a given
QueryPart
.
- extractBindValues(QueryPart) - Method in class org.jooq.impl.DefaultDSLContext
-
- extractParam(QueryPart, String) - Method in interface org.jooq.DSLContext
-
Get a named parameter from a
QueryPart
, provided its name.
- extractParam(QueryPart, String) - Method in class org.jooq.impl.DefaultDSLContext
-
- extractParams(QueryPart) - Method in interface org.jooq.DSLContext
-
Get a Map
of named parameters.
- extractParams(QueryPart) - Method in class org.jooq.impl.DefaultDSLContext
-