- 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
-
- AbstractConverter<T,U> - Class in org.jooq.impl
-
- AbstractConverter(Class<T>, Class<U>) - Constructor for class org.jooq.impl.AbstractConverter
-
- AbstractKeys - Class in org.jooq.impl
-
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
-
- AbstractXMLasObjectBinding<T> - Class in org.jooq.impl
-
A binding that binds JAXB-annotated
Object
types to
SQLXML
types from your database.
- AbstractXMLasObjectBinding(Class<T>) - Constructor for class org.jooq.impl.AbstractXMLasObjectBinding
-
- accept(Context<?>) - Method in class org.jooq.impl.AbstractRoutine
-
- accept(Context<?>) - Method in class org.jooq.impl.CatalogImpl
-
- accept(Context<?>) - Method in class org.jooq.impl.CustomCondition
-
Subclasses must implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.CustomField
-
Subclasses must implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.CustomQueryPart
-
Subclasses must implement this method.
- accept(Context<?>) - Method in class org.jooq.impl.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
-
- AccessDataType - Class in org.jooq.util.access
-
- AccessDataType() - Constructor for class org.jooq.util.access.AccessDataType
-
- AccessDSL - Class in org.jooq.util.access
-
- AccessDSL() - Constructor for class org.jooq.util.access.AccessDSL
-
No instances
- accessible(T) - Static method in class org.jooq.tools.reflect.Reflect
-
- ACLITEM - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- ACLITEM - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
- 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
.
- acquire() - Method in class org.jooq.tools.jdbc.MockConnectionProvider
-
- add(Field<T>, DataType<T>) - Method in interface org.jooq.AlterTableStep
-
Add an ADD COLUMN
clause to the ALTER TABLE
statement.
- add(Name, DataType<?>) - 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(Constraint) - Method in interface org.jooq.AlterTableStep
-
Add an ADD CONSTRAINT
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(T) - Method in class org.jooq.impl.ArrayRecordImpl
-
- add(int, T) - Method in class org.jooq.impl.ArrayRecordImpl
-
- add(Field<?>) - Method in class org.jooq.impl.CustomField
-
- add(Converter<T, U>) - Method in class org.jooq.impl.DefaultConverterProvider
-
Deprecated.
- 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
- addAll(Collection<? extends T>) - Method in class org.jooq.impl.ArrayRecordImpl
-
- addAll(int, Collection<? extends T>) - Method in class org.jooq.impl.ArrayRecordImpl
-
- 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
-
- addColumn(Field<T>, DataType<T>) - Method in interface org.jooq.AlterTableStep
-
Add an ADD COLUMN
clause to the ALTER TABLE
statement.
- addColumn(Name, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an ADD COLUMN
clause to the ALTER TABLE
statement.
- addColumn(String, DataType<?>) - Method in interface org.jooq.AlterTableStep
-
Add an ADD COLUMN
clause to the ALTER TABLE
statement.
- 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(SelectField<?>...) - Method in interface org.jooq.SelectQuery
-
Add a PostgreSQL-specific DISTINCT ON (fields...)
- addDistinctOn(Collection<? extends SelectField<?>>) - 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 them
with each other with
Operator.AND
.
- addHaving(Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of the query, connecting them
with each other with
Operator.AND
.
- addHaving(Operator, Condition...) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of query, connecting them with
each other with
Operator.AND
.
- addHaving(Operator, Collection<? extends Condition>) - Method in interface org.jooq.SelectQuery
-
Adds new conditions to the having clause of query, connecting them with
each other with
Operator.AND
.
- 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,
connecting them with each other with
Operator.AND
.
- addJoin(TableLike<?>, JoinType, Condition...) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using a condition,
connecting them with each other with
Operator.AND
.
- addJoin(TableLike<?>, JoinType, Condition[], Field<?>[]) - Method in interface org.jooq.SelectQuery
-
Joins the existing table product to a new table using conditions,
connecting them with each other with
Operator.AND
.
- 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.
- addOffset(int) - Method in interface org.jooq.SelectQuery
-
Add an OFFSET
clause to the query.
- addOffset(Param<Integer>) - Method in interface org.jooq.SelectQuery
-
Add an OFFSET
clause to the query using a named parameter.
- addOption(String) - Method in interface org.jooq.SelectQuery
-
Add a SQL Server-style query hint to the select clause.
- addOrderBy(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(SelectField<?>...) - Method in interface org.jooq.SelectQuery
-
Add a list of select fields.
- addSelect(Collection<? extends SelectField<?>>) - 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(RowN, RowN) - 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.
- addValues(RowN, Select<?>) - 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
-
- AggregateFilterStep<T> - Interface in org.jooq
-
The step in the specification of aggregate functions where the SQL:2003
standard FILTER clause
can be added.
- AggregateFunction<T> - Interface in org.jooq
-
An aggregate function 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(Name) - 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.
- alterColumn(Field<T>) - Method in interface org.jooq.AlterTableStep
-
Add an ALTER COLUMN
clause to the ALTER TABLE
statement.
- alterColumn(Name) - Method in interface org.jooq.AlterTableStep
-
Add an ALTER COLUMN
clause to the ALTER TABLE
statement.
- alterColumn(String) - Method in interface org.jooq.AlterTableStep
-
Add an ALTER COLUMN
clause to the ALTER TABLE
statement.
- alterSequence(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER SEQUENCE
statement.
- alterSequence(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER SEQUENCE
statement.
- alterSequence(Sequence<T>) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER SEQUENCE
statement.
- alterSequence(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterSequence(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterSequence(Sequence<T>) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterSequence(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL ALTER SEQUENCE
statement.
- alterSequence(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL ALTER SEQUENCE
statement.
- alterSequence(Sequence<T>) - 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 Number> - Interface in org.jooq
-
A
Query
that can alter sequences.
- alterTable(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER TABLE
statement.
- alterTable(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER TABLE
statement.
- alterTable(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL ALTER TABLE
statement.
- alterTable(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterTable(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterTable(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- alterTable(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL ALTER TABLE
statement.
- alterTable(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL ALTER TABLE
statement.
- alterTable(Table<?>) - 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.
- AlterTableRenameColumnToStep - Interface in org.jooq
-
The step in the ALTER TABLE
DSL used to RENAME
columns.
- AlterTableRenameConstraintToStep - Interface in org.jooq
-
The step in the ALTER TABLE
DSL used to RENAME
constraints.
- 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(Boolean) - Method in interface org.jooq.Condition
-
- and(SQL) - 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(Boolean) - Method in interface org.jooq.DeleteConditionStep
-
- and(SQL) - 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) - 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(Boolean) - Method in interface org.jooq.DivideByOnConditionStep
-
- and(SQL) - 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...) - Static method in class org.jooq.impl.DSL
-
Return a
Condition
that connects all argument
conditions
with
Operator.AND
.
- and(Collection<? extends Condition>) - Static method in class org.jooq.impl.DSL
-
Return a
Condition
that connects all argument
conditions
with
Operator.AND
.
- 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(Boolean) - Method in interface org.jooq.MergeOnConditionStep
-
- and(SQL) - Method in interface org.jooq.MergeOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(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(Boolean) - Method in interface org.jooq.SelectConditionStep
-
- and(SQL) - Method in interface org.jooq.SelectConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(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(Boolean) - Method in interface org.jooq.SelectConnectByConditionStep
-
- and(SQL) - Method in interface org.jooq.SelectConnectByConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(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(Boolean) - Method in interface org.jooq.SelectHavingConditionStep
-
- and(SQL) - Method in interface org.jooq.SelectHavingConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(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(Boolean) - Method in interface org.jooq.SelectOnConditionStep
-
- and(SQL) - Method in interface org.jooq.SelectOnConditionStep
-
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
- and(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(Boolean) - Method in interface org.jooq.TableOnConditionStep
-
- and(SQL) - 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(Boolean) - Method in interface org.jooq.UpdateConditionStep
-
- and(SQL) - 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) - 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(Boolean) - Method in interface org.jooq.Condition
-
- 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(Boolean) - Method in interface org.jooq.DeleteConditionStep
-
- 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(Boolean) - Method in interface org.jooq.DivideByOnConditionStep
-
- 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(Boolean) - Method in interface org.jooq.MergeOnConditionStep
-
- 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(Boolean) - Method in interface org.jooq.SelectConditionStep
-
- 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(Boolean) - Method in interface org.jooq.SelectHavingConditionStep
-
- 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(Boolean) - Method in interface org.jooq.SelectOnConditionStep
-
- 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(Boolean) - Method in interface org.jooq.TableOnConditionStep
-
- 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
- andNot(Boolean) - Method in interface org.jooq.UpdateConditionStep
-
- 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
-
- ANY - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
- array(T...) - Static method in class org.jooq.impl.DSL
-
Create an array literal.
- array(Field<T>...) - Static method in class org.jooq.impl.DSL
-
Create an array literal.
- array(Collection<? extends Field<T>>) - Static method in class org.jooq.impl.DSL
-
Create an array literal.
- array(Select<? extends Record1<T>>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array(select)
function.
- arrayAgg(Field<T>) - Static method in class org.jooq.impl.DSL
-
Get the array_agg()
aggregate function.
- ArrayAggOrderByStep<T> - Interface in org.jooq
-
The SQL standard ARRAY_AGG()
function.
- arrayAppend(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.
- arrayFill(T, Integer[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_fill(anyelement, int[])
function.
- arrayFill(Field<T>, Integer[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_fill(anyelement, int[])
function.
- arrayFill(T, Field<Integer[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_fill(anyelement, int[])
function.
- arrayFill(Field<T>, Field<Integer[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_fill(anyelement, int[])
function.
- arrayFill(T, Integer[], Integer[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_fill(anyelement, int[], int[])
function.
- arrayFill(Field<T>, Integer[], Integer[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_fill(anyelement, int[], int[])
function.
- arrayFill(T, Field<Integer[]>, Field<Integer[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_fill(anyelement, int[], int[])
function.
- arrayFill(Field<T>, Field<Integer[]>, Field<Integer[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_fill(anyelement, int[], int[])
function.
- arrayLength(Object[]) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_length(anyarray, int)
function.
- arrayLength(Field<? extends Object[]>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_length(anyarray, int)
function.
- 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
- arrayRemove(T[], T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_remove(anyarray, anyelement)
function.
- arrayRemove(Field<T[]>, T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_remove(anyarray, anyelement)
function.
- arrayRemove(T[], Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_remove(anyarray, anyelement)
function.
- arrayRemove(Field<T[]>, Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL array_remove(anyarray, anyelement)
function.
- arrayReplace(T[], T, T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_replace(anyarray, anyelement, anyelement)
function.
- arrayReplace(T[], Field<T>, Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_replace(anyarray, anyelement, anyelement)
function.
- arrayReplace(Field<T[]>, T, T) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_replace(anyarray, anyelement, anyelement)
function.
- arrayReplace(Field<T[]>, Field<T>, Field<T>) - Static method in class org.jooq.util.postgres.PostgresDSL
-
The PostgreSQL
array_replace(anyarray, anyelement, anyelement)
function.
- 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(Select<R>) - Method in interface org.jooq.DerivedColumnList1
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList10
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList11
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList12
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList13
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList14
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList15
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList16
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList17
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList18
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList19
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList2
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList20
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList21
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList22
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList3
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList4
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList5
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList6
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList7
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList8
-
Specify a subselect to refer to by the DerivedColumnList
to
form a common table expression.
- as(Select<R>) - Method in interface org.jooq.DerivedColumnList9
-
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.
- as(Select<? extends Record1<?>>) - Method in interface org.jooq.WithAsStep1
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record10<?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep10
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record11<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep11
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record12<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep12
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record13<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep13
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record14<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep14
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record15<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep15
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record16<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep16
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record17<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep17
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record18<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep18
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record19<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep19
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record2<?, ?>>) - Method in interface org.jooq.WithAsStep2
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record20<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep20
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record21<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep21
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record22<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep22
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record3<?, ?, ?>>) - Method in interface org.jooq.WithAsStep3
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record4<?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep4
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record5<?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep5
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record6<?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep6
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record7<?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep7
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record8<?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep8
-
Associate a subselect with a common table expression's table and column names.
- as(Select<? extends Record9<?, ?, ?, ?, ?, ?, ?, ?, ?>>) - Method in interface org.jooq.WithAsStep9
-
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 binding.
- 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
-
- ASEDSL() - Constructor for class org.jooq.util.ase.ASEDSL
-
No instances
- 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
- at(String) - Method in interface org.jooq.Table
-
A table reference of this table at a given
Link
.
- at(Name) - Method in interface org.jooq.Table
-
A table reference of this table at a given
Link
.
- at(Link) - Method in interface org.jooq.Table
-
A table reference of this table at a given
Link
.
- 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
.
- attach(Configuration) - Method in interface org.jooq.Results
-
Attach all results and all of their contained records to a new
Configuration
.
- Attachable - Interface in org.jooq
-
An object in jOOQ that can have an underlying
Configuration
attached
or detached.
- 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(Queries) - 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(Queries) - 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.
- batchAfter(int) - Method in interface org.jooq.LoaderOptionsStep
-
Batch a given number of bulk statements together.
- batchAll() - Method in interface org.jooq.LoaderOptionsStep
-
Batch all bulk statements in one JDBC batch statement.
- batchBindings() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Get all bind variables of a "single batch" statement.
- BatchBindStep - Interface in org.jooq
-
This type is used for the
Batch
's DSL API.
- batchDelete(UpdatableRecord<?>...) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
DELETE
queries
in batch mode (with bind values) according to
UpdatableRecord.delete()
sematics.
- batchDelete(Collection<? extends UpdatableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
DELETE
queries
in batch mode (with bind values) according to
UpdatableRecord.delete()
sematics.
- 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) according to
TableRecord.insert()
semantics.
- batchInsert(Collection<? extends TableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
INSERT
queries
in batch mode (with bind values) according to
TableRecord.insert()
semantics.
- 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.
- batchNone() - Method in interface org.jooq.LoaderOptionsStep
-
Do not batch bulk statements together.
- batchQueries() - Method in interface org.jooq.ExecuteContext
-
The jOOQ
Query
objects that are being executed in batch mode, or
empty if the query is unknown or if there was no 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) according to
UpdatableRecord.store()
semantics.
- 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) according to
UpdatableRecord.store()
semantics.
- 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) according to
UpdatableRecord.update()
semantics.
- batchUpdate(Collection<? extends UpdatableRecord<?>>) - Method in interface org.jooq.DSLContext
-
Create a batch statement to execute a set of
UPDATE
queries
in batch mode (with bind values) according to
UpdatableRecord.update()
semantics.
- 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
-
- 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.hana.HanaDataType
-
- 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.redshift.RedshiftDataType
-
- 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
-
- BIGINT - Static variable in class org.jooq.util.vertica.VerticaDataType
-
- BIGINTUNSIGNED - Static variable in class org.jooq.impl.SQLDataType
-
- 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
-
- BIGSERIAL - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
- BIGTIME - Static variable in class org.jooq.util.ase.ASEDataType
-
- BINARY - Static variable in class org.jooq.impl.SQLDataType
-
- 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 - Static variable in class org.jooq.util.vertica.VerticaDataType
-
- 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.hana.HanaDataType
-
- 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 indexed bind values onto the batch statement.
- bind(Object[]...) - Method in interface org.jooq.BatchBindStep
-
Set several indexed bind values onto the batch statement.
- bind(Map<String, Object>) - Method in interface org.jooq.BatchBindStep
-
Set named bind values onto the batch statement.
- bind(Map<String, Object>...) - Method in interface org.jooq.BatchBindStep
-
Set several named bind values onto the batch statement.
- 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(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
-
- 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.CallbackExecuteListener
-
- 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.CallbackExecuteListener
-
- 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
-
- 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.redshift.RedshiftDataType
-
- 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
-
- BITVARYING - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
- 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
-
- 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.hana.HanaDataType
-
- 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
-
- BlobBinding - Class in org.jooq.impl
-
A binding that takes binary values but binds them as
Blob
to at the
JDBC level.
- BlobBinding() - Constructor for class org.jooq.impl.BlobBinding
-
- 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
-
- BOOL - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
- boolAnd(Field<Boolean>) - Static method in class org.jooq.impl.DSL
-
Get the every value over a field: bool_and(field).
- boolAnd(Condition) - Static method in class org.jooq.impl.DSL
-
Get the every value over a condition: bool_and(condition).
- BOOLEAN - Static variable in class org.jooq.impl.SQLDataType
-
- 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.redshift.RedshiftDataType
-
- BOOLEAN - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- BOOLEAN - Static variable in class org.jooq.util.vertica.VerticaDataType
-
- boolOr(Field<Boolean>) - Static method in class org.jooq.impl.DSL
-
Get the every value over a field: bool_and(field).
- boolOr(Condition) - Static method in class org.jooq.impl.DSL
-
Get the every value over a condition: bool_and(condition).
- BPCHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- BPCHAR - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
- builder() - Static method in class org.jooq.impl.XMLasDOMBinding
-
Get a namespace-aware document builder
- bulkAfter(int) - Method in interface org.jooq.LoaderOptionsStep
-
Bulk-insert a given number of statements in a single multi-row bulk
statement.
- bulkAll() - Method in interface org.jooq.LoaderOptionsStep
-
Bulk-insert all rows in a single multi-row bulk statement.
- bulkNone() - Method in interface org.jooq.LoaderOptionsStep
-
Do not bulk-insert rows in multi-row bulk statements.
- 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
-
- BYTEA - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
- BYTEA - Static variable in class org.jooq.util.vertica.VerticaDataType
-
- 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.
- CallbackExecuteListener - Class in org.jooq.impl
-
- CallbackExecuteListener() - Constructor for class org.jooq.impl.CallbackExecuteListener
-
- 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.
- catalog(Name) - Static method in class org.jooq.impl.DSL
-
Create a qualified catalog, given its catalog name.
- 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(Name) - Method in interface org.jooq.Record
-
Check if a field's value has been changed from its original as fetched
from the database.
- changed(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.
- changed(Name, 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
-
- 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.redshift.RedshiftDataType
-
- 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
-
- CHAR - Static variable in class org.jooq.util.vertica.VerticaDataType
-
- 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.redshift.RedshiftDataType
-
- 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
-
- CHARACTERVARYING - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
- 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
-
- check(Condition) - Method in interface org.jooq.ConstraintTypeStep
-
Create a CHECK
constraint.
- choose() - Static method in class org.jooq.impl.DSL
-
Initialise a
Case
statement.
- choose(V) - Static method in class org.jooq.impl.DSL
-
Initialise a
Case
statement.
- choose(Field<V>) - Static method in class org.jooq.impl.DSL
-
Initialise a
Case
statement.
- CID - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- CID - Static variable in class org.jooq.util.redshift.RedshiftDataType
-
- className() - Method in enum org.jooq.exception.SQLStateClass
-
- 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
.
- clear() - Method in class org.jooq.impl.ArrayRecordImpl
-
- 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
-
- 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.hana.HanaDataType
-
- 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
-
- ClobBinding - Class in org.jooq.impl
-
A binding that takes binary values but binds them as
Clob
to at the
JDBC level.
- ClobBinding() - Constructor for class org.jooq.impl.ClobBinding
-
- clone(Settings) - Static method in class org.jooq.conf.SettingsTools
-
Clone some settings.
- close() - Method in interface org.jooq.Cursor
-
- close() - Method in interface org.jooq.DSLContext
-
Close the underlying resources, if any resources have been allocated when
constructing this DSLContext
.
- close() - Method in class org.jooq.impl.DefaultDSLContext
-
- 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
-
The COALESCE(value1, value2, ... , value n)
function.
- coalesce(Field<T>, T) - Static method in class org.jooq.impl.DSL
-
The COALESCE(field, value)
function.
- coalesce(Field<T>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
The 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<?>) - 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.CreateTableAsStep
-
Add a column to the column list of the CREATE TABLE
statement.
- column(Name, DataType<?>) - 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<?>) - Method in interface org.jooq.CreateTableColumnStep
-
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(Name, DataType<?>) - 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
.
- columns(Field<?>...) - Method in interface org.jooq.CreateTableAsStep
-
Add several columns to the column list of the CREATE TABLE
statement.
- columns(Collection<? extends Field<?>>) - Method in interface org.jooq.CreateTableAsStep
-
Add several columns to the column list of the CREATE TABLE
statement.
- columns(Field<?>...) - Method in interface org.jooq.CreateTableColumnStep
-
Add several columns to the column list of the CREATE TABLE
statement.
- columns(Collection<? extends Field<?>>) - Method in interface org.jooq.CreateTableColumnStep
-
Add several columns to the column list of the CREATE TABLE
statement.
- columns(Field<?>...) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Collection<? extends Field<?>>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Field<T1>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Field<T1>, Field<T2>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(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.InsertSetStep
-
Set the columns for insert.
- columns(Field<?>...) - Method in interface org.jooq.MergeUsingStep
-
Set the columns for merge (H2-specific syntax).
- columns(Collection<? extends Field<?>>) - Method in interface org.jooq.MergeUsingStep
-
Set the columns for merge (H2-specific syntax).
- columns(Field<T1>) - Method in interface org.jooq.MergeUsingStep
-
- columns(Field<T1>, Field<T2>) - Method in interface org.jooq.MergeUsingStep
-
- columns(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.MergeUsingStep
-
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.MergeUsingStep
-
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.MergeUsingStep
-
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.MergeUsingStep
-
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.MergeUsingStep
-
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.MergeUsingStep
-
- columns(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- columns(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.MergeUsingStep
-
- 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
-
- 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 batches.
- commitAll() - Method in interface org.jooq.LoaderOptionsStep
-
Commit only after inserting all batches.
- commitEach() - Method in interface org.jooq.LoaderOptionsStep
-
Commit each batch.
- 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(SQL) - Static method in class org.jooq.impl.DSL
-
Create a new condition holding plain SQL.
- 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.
- condition(Map<Field<?>, ?>) - Static method in class org.jooq.impl.DSL
-
Create a condition from a map.
- condition(Record) - Static method in class org.jooq.impl.DSL
-
- condition(Operator, Condition...) - Static method in class org.jooq.impl.DSL
-
Return a Condition
that connects all argument
conditions
with Operator
.
- condition(Operator, Collection<? extends Condition>) - Static method in class org.jooq.impl.DSL
-
Return a Condition
that connects all argument
conditions
with Operator
.
- 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(Boolean) - Method in interface org.jooq.SelectConnectByStep
-
- connectBy(SQL) - 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) - 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(Boolean) - Method in interface org.jooq.SelectConnectByStep
-
- connectByNoCycle(SQL) - 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) - 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(ConnectionRunnable) - Method in interface org.jooq.DSLContext
-
- connection() - Method in interface org.jooq.ExecuteContext
-
The connection to be used in this execute context.
- connection(ConnectionRunnable) - Method in class org.jooq.impl.DefaultDSLContext
-
- ConnectionCallable<T> - Interface in org.jooq
-
An operation that can run code and statements against a provided JDBC
Connection
.
- 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.
- connectionProvider() - Method in class org.jooq.tools.jdbc.MockConfiguration
-
- connectionResult(ConnectionCallable<T>) - Method in interface org.jooq.DSLContext
-
- connectionResult(ConnectionCallable<T>) - Method in class org.jooq.impl.DefaultDSLContext
-
- ConnectionRunnable - Interface in org.jooq
-
An operation that can run code and statements against a provided JDBC
Connection
.
- Constants - Class in org.jooq
-
Some publicly available constants used in jOOQ
- Constraint - Interface in org.jooq
-
A DDL constraint.
- constraint(Constraint) - Method in interface org.jooq.CreateTableConstraintStep
-
Add a constraint to the table.
- constraint(Name) - Static method in class org.jooq.impl.DSL
-
Create a CONSTRAINT
specification.
- constraint(String) - Static method in class org.jooq.impl.DSL
-
Create a CONSTRAINT
specification.
- constraint() - Method in interface org.jooq.Key
-
Get this
KEY
as a formal
Constraint
specification.
- ConstraintFinalStep - Interface in org.jooq
-
The final step in the
Constraint
construction DSL API.
- ConstraintForeignKeyOnStep - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
adding
ON DELETE
and
ON UPDATE
clauses.
- ConstraintForeignKeyReferencesStep1<T1> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep2<T1,T2> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep21<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
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep22<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
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep3<T1,T2,T3> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep4<T1,T2,T3,T4> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep5<T1,T2,T3,T4,T5> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep6<T1,T2,T3,T4,T5,T6> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStep9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- ConstraintForeignKeyReferencesStepN - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
matching a
FOREIGN KEY
clause with a
REFERENCES
clause.
- constraints(Constraint...) - Method in interface org.jooq.CreateTableConstraintStep
-
Add constraints to the table.
- constraints(Collection<? extends Constraint>) - Method in interface org.jooq.CreateTableConstraintStep
-
Add constraints to the table.
- ConstraintTypeStep - Interface in org.jooq
-
The step in the
Constraint
construction DSL API that allows for
specifying the constraint type.
- 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(Object) - Method in class org.jooq.impl.ArrayRecordImpl
-
- 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.
- containsAll(Collection<?>) - Method in class org.jooq.impl.ArrayRecordImpl
-
- 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.AbstractXMLasObjectBinding
-
- converter() - Method in class org.jooq.impl.BlobBinding
-
- converter() - Method in class org.jooq.impl.ClobBinding
-
- converter() - Method in class org.jooq.impl.DateAsTimestampBinding
-
- converter() - Method in class org.jooq.impl.DefaultBinding
-
- converter() - Method in class org.jooq.impl.XMLasDOMBinding
-
- converterProvider() - Method in interface org.jooq.Configuration
-
- ConverterProvider - Interface in org.jooq
-
- converterProvider() - Method in class org.jooq.impl.DefaultConfiguration
-
Get the configured ConverterProvider
from this
configuration.
- converterProvider() - Method in class org.jooq.tools.jdbc.MockConfiguration
-
- 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
- createForeignKey(UniqueKey<U>, Table<R>, String, TableField<R, ?>...) - Static method in class org.jooq.impl.AbstractKeys
-
Factory method for foreign keys
- createGlobalTemporaryTable(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE GLOBAL TEMPORARY TABLE
statement.
- createGlobalTemporaryTable(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE GLOBAL TEMPORARY TABLE
statement.
- createGlobalTemporaryTable(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE GLOBAL TEMPORARY TABLE
statement.
- createGlobalTemporaryTable(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createGlobalTemporaryTable(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- createGlobalTemporaryTable(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- createGlobalTemporaryTable(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE GLOBAL TEMPORARY TABLE
statement.
- createGlobalTemporaryTable(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE GLOBAL TEMPORARY TABLE
statement.
- createGlobalTemporaryTable(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE GLOBAL TEMPORARY TABLE
statement.
- 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(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE INDEX
statement.
- createIndex(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createIndex(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- createIndex(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE INDEX
statement.
- createIndex(Name) - 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.
- createIndexIfNotExists(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE INDEX IF NOT EXISTS
statement.
- createIndexIfNotExists(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE INDEX IF NOT EXISTS
statement.
- createIndexIfNotExists(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createIndexIfNotExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- createIndexIfNotExists(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE INDEX IF NOT EXISTS
statement.
- createIndexIfNotExists(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE INDEX IF NOT EXISTS
statement.
- 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
-
- createParameter(String, DataType<T>, boolean) - Static method in class org.jooq.impl.AbstractRoutine
-
- createParameter(String, DataType<T>, boolean, Converter<T, U>) - Static method in class org.jooq.impl.AbstractRoutine
-
- createParameter(String, DataType<T>, boolean, Binding<T, U>) - Static method in class org.jooq.impl.AbstractRoutine
-
- createParameter(String, DataType<T>, boolean, Converter<X, U>, Binding<T, X>) - Static method in class org.jooq.impl.AbstractRoutine
-
- createParameter(String, DataType<T>, boolean, 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, 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, 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, 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(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequence(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequence(Sequence<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequence(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createSequence(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- createSequence(Sequence<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- createSequence(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequence(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequence(Sequence<?>) - 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.
- createSequenceIfNotExists(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequenceIfNotExists(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequenceIfNotExists(Sequence<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE SEQUENCE
statement.
- createSequenceIfNotExists(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createSequenceIfNotExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- createSequenceIfNotExists(Sequence<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- createSequenceIfNotExists(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE SEQUENCE IF NOT EXISTS
statement.
- createSequenceIfNotExists(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE SEQUENCE IF NOT EXISTS
statement.
- createSequenceIfNotExists(Sequence<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE SEQUENCE IF NOT EXISTS
statement.
- createSettings() - Method in class org.jooq.conf.ObjectFactory
-
- createSettings(Settings) - Method in class org.jooq.conf.ObjectFactory
-
- 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(Name) - 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(Name) - 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(Name) - 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.
- CreateTableConstraintStep - Interface in org.jooq
-
A
Query
that can create tables.
- CreateTableFinalStep - Interface in org.jooq
-
A
Query
that can create tables.
- createTableIfNotExists(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE TABLE
statement.
- createTableIfNotExists(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE TABLE
statement.
- createTableIfNotExists(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE TABLE
statement.
- createTableIfNotExists(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createTableIfNotExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- createTableIfNotExists(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- createTableIfNotExists(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE TABLE
statement.
- createTableIfNotExists(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE TABLE
statement.
- createTableIfNotExists(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE TABLE
statement.
- CreateTableOnCommitStep - Interface in org.jooq
-
A
Query
that can create tables.
- createTemporaryTable(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE TEMPORARY TABLE
statement.
- createTemporaryTable(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE TEMPORARY TABLE
statement.
- createTemporaryTable(Table<?>) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE TEMPORARY TABLE
statement.
- createTemporaryTable(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createTemporaryTable(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- createTemporaryTable(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- createTemporaryTable(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE GLOBAL TEMPORARY TABLE
statement.
- createTemporaryTable(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE GLOBAL TEMPORARY TABLE
statement.
- createTemporaryTable(Table<?>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE GLOBAL TEMPORARY TABLE
statement.
- createUniqueIndex(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE UNIQUE INDEX
statement.
- createUniqueIndex(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE UNIQUE INDEX
statement.
- createUniqueIndex(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createUniqueIndex(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- createUniqueIndex(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE UNIQUE INDEX
statement.
- createUniqueIndex(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE UNIQUE INDEX
statement.
- createUniqueIndexIfNotExists(String) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE UNIQUE INDEX
statement.
- createUniqueIndexIfNotExists(Name) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE UNIQUE INDEX
statement.
- createUniqueIndexIfNotExists(String) - Method in class org.jooq.impl.DefaultDSLContext
-
- createUniqueIndexIfNotExists(Name) - Method in class org.jooq.impl.DefaultDSLContext
-
- createUniqueIndexIfNotExists(String) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE UNIQUE INDEX IF NOT EXISTS
statement.
- createUniqueIndexIfNotExists(Name) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE UNIQUE INDEX IF NOT EXISTS
statement.
- createUniqueKey(Table<R>, TableField<R, ?>...) - Static method in class org.jooq.impl.AbstractKeys
-
Factory method for unique keys
- createUniqueKey(Table<R>, String, 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(Name, Name...) - 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(Name, Name...) - 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(Name, Name...) - 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.
- createViewIfNotExists(String, String...) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE VIEW
statement.
- createViewIfNotExists(Name, Name...) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE VIEW
statement.
- createViewIfNotExists(Table<?>, Field<?>...) - Method in interface org.jooq.DSLContext
-
Create a new DSL CREATE VIEW
statement.
- createViewIfNotExists(String, String...) - Method in class org.jooq.impl.DefaultDSLContext
-
- createViewIfNotExists(Name, Name...) - Method in class org.jooq.impl.DefaultDSLContext
-
- createViewIfNotExists(Table<?>, Field<?>...) - Method in class org.jooq.impl.DefaultDSLContext
-
- createViewIfNotExists(String, String...) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE VIEW IF NOT EXISTS
statement.
- createViewIfNotExists(Name, Name...) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE VIEW IF NOT EXISTS
statement.
- createViewIfNotExists(Table<?>, Field<?>...) - Static method in class org.jooq.impl.DSL
-
Create a new DSL CREATE VIEW IF NOT EXISTS
statement.
- crossApply(TableLike<?>) - Method in interface org.jooq.SelectJoinStep
-
CROSS APPLY
a table to this table.
- crossApply(SQL) - 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(Name) - 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(SQL) - 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.
- crossApply(Name) - 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 emulated with a regular
INNER JOIN
.
- crossJoin(SQL) - 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 emulated 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 emulated with a regular
INNER JOIN
.
- crossJoin(String, Object...) - Method in interface org.jooq.SelectJoinStep
-
- crossJoin(String, QueryPart...) - Method in interface org.jooq.SelectJoinStep
-
- crossJoin(Name) - 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(Name)
If this syntax is unavailable, it is emulated with a regular
INNER JOIN
.
- crossJoin(TableLike<?>) - Method in interface org.jooq.Table
-
CROSS JOIN
a table to this table.
- crossJoin(SQL) - 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.
- crossJoin(Name) - Method in interface org.jooq.Table
-
CROSS JOIN
a table to this table.
- CSVFormat - Class in org.jooq
-
A CSV formatting type, which can be used to configure CSV imports / exports.
- CSVFormat() - Constructor for class org.jooq.CSVFormat
-
- CSVFormat.Quote - Enum in org.jooq
-
When to apply the quote
- 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.
- cube(FieldOrRow...) - 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
-
- CUBRIDDSL() - Constructor for class org.jooq.util.cubrid.CUBRIDDSL
-
No instances
- cumeDist(Field<?>...) - Static method in class org.jooq.impl.DSL
-
The cume_dist(expr) within group (order by [order clause])
ordered-set aggregate function.
- cumeDist() - Static method in class org.jooq.impl.DSL
-
The cume_dist() over ([analytic clause])
function.
- currentDate() - Static method in class org.jooq.impl.DSL
-
Get the current_date() function.
- currentSchema() - Static method in class org.jooq.impl.DSL
-
Get the current_schema()
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
.
- 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() - Method in class org.jooq.tools.jdbc.MockConfiguration
-
- data(Object) - Method in class org.jooq.tools.jdbc.MockConfiguration
-
- data(Object, Object) - Method in class org.jooq.tools.jdbc.MockConfiguration
-
- 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(Name) - 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.
- dataType(Name) - 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
-
- 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.hana.HanaDataType
-
- 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.redshift.RedshiftDataType
-
- 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
-
- DATE - Static variable in class org.jooq.util.vertica.VerticaDataType
-
- 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().
- dateSub(Date, Number) - Static method in class org.jooq.impl.DSL
-
Subtract an interval from a date.
- dateSub(Field<Date>, Field<? extends Number>) - Static method in class org.jooq.impl.DSL
-
Subtract an interval from a date.
- dateSub(Date, Number, DatePart) - Static method in class org.jooq.impl.DSL
-
Subtract an interval from a date, given a date part.
- dateSub(Date, Field<? extends Number>, DatePart) - Static method in class org.jooq.impl.DSL
-
Subtract an interval from a date, given a date part.
- dateSub(Field<Date>, Number, DatePart) - Static method in class org.jooq.impl.DSL
-
Subtract an interval from a date, given a date part.
- dateSub(Field<Date>, Field<? extends Number>, DatePart) - Static method in class org.jooq.impl.DSL
-
Subtract an interval from a date, given a date part.
- 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
-
- DATETIME - Static variable in class org.jooq.util.vertica.VerticaDataType
-
- 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
-
- DB2DSL() - Constructor for class org.jooq.util.db2.DB2DSL
-
No instances
- DBCLOB - Static variable in class org.jooq.util.db2.DB2DataType
-
- ddl(Schema) - Method in interface org.jooq.DSLContext
-
Generate the complete creation script for the entire schema.
- ddl(Schema, DDLFlag...) - Method in interface org.jooq.DSLContext
-
Generate a partial creation script for the entire schema.
- ddl(Table<?>) - Method in interface org.jooq.DSLContext
-
Generate the complete creation script for a table.
- ddl(Table<?>, DDLFlag...) - Method in interface org.jooq.DSLContext
-
Generate a partial creation script for a table.
- ddl(Schema) - Method in class org.jooq.impl.DefaultDSLContext
-
- ddl(Schema, DDLFlag...) - Method in class org.jooq.impl.DefaultDSLContext
-
- ddl(Table<?>) - Method in class org.jooq.impl.DefaultDSLContext
-
- ddl(Table<?>, DDLFlag...) - Method in class org.jooq.impl.DefaultDSLContext
-
- DDLFlag - Enum in org.jooq
-
- 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
-
- 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.hana.HanaDataType
-
- 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.redshift.RedshiftDataType
-
- 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 - Static variable in class org.jooq.util.vertica.VerticaDataType
-
- DECIMAL_INTEGER - Static variable in class org.jooq.impl.SQLDataType
-
- declareAliases() - Method in interface org.jooq.Context
-
- declareAliases(boolean) - Method in interface org.jooq.Context
-
- 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
-
- DefaultConverterProvider - Class in org.jooq.impl
-
- DefaultConverterProvider() - Constructor for class org.jooq.impl.DefaultConverterProvider
-
Deprecated.
- 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
-
- defaulted() - Method in interface org.jooq.DataType
-
Get the defaultability of this data type.
- defaulted(boolean) - Method in class org.jooq.impl.DefaultDataType
-
Deprecated.
- 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.
- DefaultExecutor - Class in org.jooq.impl
-
- DefaultExecutor() - Constructor for class org.jooq.impl.DefaultExecutor
-
- DefaultExecutorProvider - Class in org.jooq.impl
-
- DefaultExecutorProvider() - Constructor for class org.jooq.impl.DefaultExecutorProvider
-
- 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
-
- DefaultTransactionProvider(ConnectionProvider, boolean) - 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(T) - Method in interface org.jooq.DataType
-
Specify an expression to be applied as the DEFAULT
value for
this data type.
- defaultValue(Field<T>) - Method in interface org.jooq.DataType
-
Specify an expression to be applied as the DEFAULT
value for
this data type.
- defaultValue() - Method in interface org.jooq.DataType
-
The expression to be applied as the DEFAULT
value for this
data type.
- defaultValue(T) - Method in class org.jooq.impl.DefaultDataType
-
- defaultValue(Field<T>) - Method in class org.jooq.impl.DefaultDataType
-
- defaultValue() - Method in class org.jooq.impl.DefaultDataType
-
- 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.
- deleteFrom(Table<R>) - Method in interface org.jooq.DSLContext
-
Create a new DSL delete statement.
- deleteFrom(Table<R>) - Method in class org.jooq.impl.DefaultDSLContext
-
- deleteFrom(Table<R>) - Static method in class org.jooq.impl.DSL
-
Create a new DSL delete statement.
- 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
-
- DeleteResultStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Delete
's DSL API.
- DeleteReturningStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Delete
's DSL API.
- 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.
- deleteWhere(Boolean) - Method in interface org.jooq.MergeMatchedDeleteStep
-
- DeleteWhereStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Delete
's DSL API.
- delimiter(String) - Method in class org.jooq.CSVFormat
-
The delimiter to be used between CSV cells, defaulting to
","
.
- delimiter(char) - Method in class org.jooq.CSVFormat
-
The delimiter to be used between CSV cells, defaulting to
","
.
- delimiter() - Method in class org.jooq.CSVFormat
-
The delimiter to be used between CSV cells, defaulting to
","
.
- 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(Field<?>...) - Static method in class org.jooq.impl.DSL
-
The dense_rank(expr) within group (order by [order clause])
ordered-set aggregate function.
- denseRank() - Static method in class org.jooq.impl.DSL
-
The dense_rank() over ([analytic clause])
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) - 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
-
- dequeueAsync(Configuration, Queue<R>) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue a message in an Oracle AQ asynchronously.
- dequeueAsync(Configuration, Queue<R>, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue a message in an Oracle AQ asynchronously.
- dequeueAsync(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 asynchronously.
- dequeueAsync(Executor, Configuration, Queue<R>) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue a message in an Oracle AQ, asynchronously in the given
executor.
- dequeueAsync(Executor, Configuration, Queue<R>, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue a message in an Oracle AQ, asynchronously in the given
executor.
- dequeueAsync(Executor, 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, asynchronously in the given
executor.
- dequeueIterable(Configuration, Queue<R>) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue messages as an Oracle AQ
Iterable
.
- dequeueIterable(Configuration, Queue<R>, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue messages as an Oracle AQ
Iterable
.
- dequeueIterable(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 messages as an Oracle AQ
Iterable
.
- dequeueStream(Configuration, Queue<R>) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue messages as an Oracle AQ
Stream
.
- dequeueStream(Configuration, Queue<R>, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T) - Static method in class org.jooq.util.oracle.OracleDSL.DBMS_AQ
-
Dequeue messages as an Oracle AQ
Stream
.
- dequeueStream(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 messages as an Oracle AQ
Stream
.
- DerbyDataType - Class in org.jooq.util.derby
-
- DerbyDataType() - Constructor for class org.jooq.util.derby.DerbyDataType
-
- DerbyDSL - Class in org.jooq.util.derby
-
- DerbyDSL() - Constructor for class org.jooq.util.derby.DerbyDSL
-
No instances
- 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(ExecutorProvider) - Method in interface org.jooq.Configuration
-
Create a derived configuration from this one, with a new executor
provider.
- derive(Connection) - Method in interface org.jooq.Configuration
-
- derive(DataSource) - Method in interface org.jooq.Configuration
-
- 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(ConverterProvider) - Method in interface org.jooq.Configuration
-
- 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(ExecutorProvider) - Method in class org.jooq.impl.DefaultConfiguration
-
Create a derived configuration from this one, with a new executor
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