Uses of Interface
org.jooq.Record3
Packages that use Record3
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Record3 in org.jooq
Modifier and TypeMethodDescription<R extends Record3<?, ?, ?>>
@NotNull CommonTableExpression<R>DerivedColumnList3.as(ResultQuery<R> query)Specify a subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record3<?, ?, ?>>
@NotNull CommonTableExpression<R>DerivedColumnList3.asMaterialized(ResultQuery<R> query)Specify a materialized subselect to refer to by theDerivedColumnListto form a common table expression.<R extends Record3<?, ?, ?>>
@NotNull CommonTableExpression<R>DerivedColumnList3.asNotMaterialized(ResultQuery<R> query)Specify a non-materialized subselect to refer to by theDerivedColumnListto form a common table expression.static <T1, T2, T3, R extends Record3<T1, T2, T3>, U>
RecordMapper<R,U>Create aRecordMapperthat can map fromRecord3to a user type in a type safe way.Modifier and TypeMethodDescription<T1, T2, T3> @NotNull Record3<T1,T2,T3>DSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Execute and return exactly one record for<T1, T2, T3> @NotNull Record3<T1,T2,T3>Copy this record into a new record holding only a subset of the previous fields.<T1, T2, T3> @NotNull Record3<T1,T2,T3>Create a new emptyRecord.Set the first value.Set the second value.Set the third value.Set all values.Set a value into this record.Set a value into this record.Modifier and TypeMethodDescription<T1, T2, T3> @NotNull ResultQuery<Record3<T1,T2,T3>>Coerce the result record type of this query to that of a set of fields.Copy all records from this result into a new result with new records holding only a subset of the previous fields.Create a new emptyResult.<T1, T2, T3> @NotNull DeleteResultStep<Record3<T1,T2,T3>>DeleteReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Configure theDELETEstatement to return a list of fields inR.<T1, T2, T3> @NotNull InsertResultStep<Record3<T1,T2,T3>>InsertReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Configure theINSERTstatement to return a list of fields inR.<T1, T2, T3> @NotNull UpdateResultStep<Record3<T1,T2,T3>>UpdateReturningStep.returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Configure theUPDATEstatement to return a list of fields inR.<T1, T2, T3> @NotNull SelectSelectStep<Record3<T1,T2,T3>>DSLContext.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Create a new DSL select statement.<T1, T2, T3> @NotNull SelectSelectStep<Record3<T1,T2,T3>>WithStep.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Create a new DSL select statement.<T1, T2, T3> @NotNull SelectSelectStep<Record3<T1,T2,T3>>DSLContext.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Create a new DSL select statement.<T1, T2, T3> @NotNull SelectSelectStep<Record3<T1,T2,T3>>WithStep.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Create a new DSL select statement.Modifier and TypeMethodDescription@NotNull ConditionCreate a condition to check this field against some bounds@NotNull BetweenAndStep3<T1,T2,T3>Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.@NotNull BetweenAndStep3<T1,T2,T3>Row3.betweenSymmetric(Record3<T1,T2,T3> minValue)Check if this row value expression is within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is within a symmetric range of two records.@NotNull ConditionCompare this row value expression with a record using a dynamic comparator.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with a record for equality.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionRow3.greaterOrEqual(Record3<T1,T2,T3> record)Compare this row value expression with a record for order.@NotNull ConditionRow3.greaterThan(Record3<T1,T2,T3> record)Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionRow3.isDistinctFrom(Record3<T1,T2,T3> record)Compare this row value expression with another row value expression for distinctness.@NotNull ConditionRow3.isNotDistinctFrom(Record3<T1,T2,T3> record)Compare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionRow3.lessOrEqual(Record3<T1,T2,T3> record)Compare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with a record for order.@NotNull ConditionCompare this row value expression with a record for non-equality.@NotNull BetweenAndStep3<T1,T2,T3>Row3.notBetween(Record3<T1,T2,T3> minValue)Check if this row value expression is within a range of two records.@NotNull ConditionCheck if this row value expression is within a range of two records.@NotNull BetweenAndStep3<T1,T2,T3>Row3.notBetweenSymmetric(Record3<T1,T2,T3> minValue)Check if this row value expression is not within a symmetric range of two records.@NotNull ConditionCheck if this row value expression is not within a symmetric range of two records.@NotNull ConditionCompare this row value expression with a record for non-equality@NotNull ConditionCompare this row value expression with a set of records for non-equality.@NotNull StatementAssign a value to this set of variables.@NotNull InsertValuesStep3<R,T1,T2,T3>Add a single row of values to the insert statement.@NotNull InsertValuesStep3<R,T1,T2,T3>InsertValuesStep3.valuesOfRecords(Record3<T1,T2,T3>... values)Add multiple rows of values to the insert statement.Modifier and TypeMethodDescription<T1, T2, T3> voidSpecify a multi-column set clause for theUPDATEstatement.@NotNull WithStepWithAsStep3.as(ResultQuery<? extends Record3<?,?,?>> query)Associate a subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep3.asMaterialized(ResultQuery<? extends Record3<?,?,?>> query)Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStepWithAsStep3.asNotMaterialized(ResultQuery<? extends Record3<?,?,?>> query)Associate a non-materialized subselect with a common table expression's table and column names.@NotNull ConditionRow3.compare(Comparator comparator, QuantifiedSelect<? extends Record3<T1,T2,T3>> select)Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow3.greaterOrEqual(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow3.greaterThan(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with another row value expression for distinctness.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow3.lessOrEqual(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a set of records for equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull InsertOnDuplicateStep<R>Use aSELECTstatement as the source of values for theINSERTstatementDeprecated, for removal: This API element is subject to removal in a future version.@NotNull StatementAssign a value to this set of variables.<T1, T2, T3> @NotNull UpdateFromStep<R>Specify a multi-column set clause for theUPDATEstatement.@NotNull InsertValuesStep3<R,T1,T2,T3>InsertValuesStep3.valuesOfRecords(Collection<? extends Record3<T1,T2,T3>> values)Add multiple rows of values to the insert statement. -
Uses of Record3 in org.jooq.impl
Methods in org.jooq.impl that return Record3Modifier and TypeMethodDescription<T1, T2, T3> Record3<T1,T2,T3>DefaultDSLContext.fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)<T1, T2, T3> Record3<T1,T2,T3>Methods in org.jooq.impl that return types with arguments of type Record3Modifier and TypeMethodDescriptionstatic <T1, T2, T3> @NotNull ArrayAggOrderByStep<Result<Record3<T1,T2,T3>>>DSL.multisetAgg(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Get theMULTISET_AGGaggregate function to nest group contents.static <T1, T2, T3> @NotNull RecordType<Record3<T1,T2,T3>>DSL.recordType(Field<T1> field1, Field<T2> field2, Field<T3> field3)Create aRecordTypeof degree3.Deprecated, for removal: This API element is subject to removal in a future version.- [#11812] - 3.15.0 - UseRow3as aSelectFielddirectly, instead.<T1, T2, T3> SelectSelectStep<Record3<T1,T2,T3>>DefaultDSLContext.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)static <T1, T2, T3> @NotNull SelectSelectStep<Record3<T1,T2,T3>>DSL.select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Create a new DSL subselect statement.<T1, T2, T3> SelectSelectStep<Record3<T1,T2,T3>>DefaultDSLContext.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)static <T1, T2, T3> @NotNull SelectSelectStep<Record3<T1,T2,T3>>DSL.selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3)Create a new DSL subselect statement.Create aVALUES()expression of degree3.
DSLContext.mergeInto(Table)