Uses of Interface
org.jooq.Record7
-
Packages that use Record7 Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes. -
-
Uses of Record7 in org.jooq
Methods in org.jooq with type parameters of type Record7 Modifier and Type Method Description <R extends Record7<?,?,?,?,?,?,?>>
CommonTableExpression<R>DerivedColumnList7. as(Select<R> select)Specify a subselect to refer to by theDerivedColumnListto form a common table expression.Methods in org.jooq that return Record7 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7>
Record7<T1,T2,T3,T4,T5,T6,T7>DSLContext. fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Execute and return exactly one record for<T1,T2,T3,T4,T5,T6,T7>
Record7<T1,T2,T3,T4,T5,T6,T7>Record. into(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7)Copy this record into a new record holding only a subset of the previous fields.<T1,T2,T3,T4,T5,T6,T7>
Record7<T1,T2,T3,T4,T5,T6,T7>DSLContext. newRecord(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7)Create a new emptyRecord.Record7<T1,T2,T3,T4,T5,T6,T7>Record7. value1(T1 value)Set the first value.Record7<T1,T2,T3,T4,T5,T6,T7>Record7. value2(T2 value)Set the second value.Record7<T1,T2,T3,T4,T5,T6,T7>Record7. value3(T3 value)Set the third value.Record7<T1,T2,T3,T4,T5,T6,T7>Record7. value4(T4 value)Set the fourth value.Record7<T1,T2,T3,T4,T5,T6,T7>Record7. value5(T5 value)Set the fifth value.Record7<T1,T2,T3,T4,T5,T6,T7>Record7. value6(T6 value)Set the sixth value.Record7<T1,T2,T3,T4,T5,T6,T7>Record7. value7(T7 value)Set the seventh value.Record7<T1,T2,T3,T4,T5,T6,T7>Record7. values(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)Set all values.Methods in org.jooq that return types with arguments of type Record7 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7>
ResultQuery<Record7<T1,T2,T3,T4,T5,T6,T7>>ResultQuery. coerce(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7)Coerce the result record type of this query to that of a set of fields.<T1,T2,T3,T4,T5,T6,T7>
Result<Record7<T1,T2,T3,T4,T5,T6,T7>>Result. into(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7)Copy all records from this result into a new result with new records holding only a subset of the previous fields.<T1,T2,T3,T4,T5,T6,T7>
Result<Record7<T1,T2,T3,T4,T5,T6,T7>>DSLContext. newResult(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7)Create a new emptyResult.<T1,T2,T3,T4,T5,T6,T7>
DeleteResultStep<Record7<T1,T2,T3,T4,T5,T6,T7>>DeleteReturningStep. returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Configure theDELETEstatement to return a list of fields inR.<T1,T2,T3,T4,T5,T6,T7>
InsertResultStep<Record7<T1,T2,T3,T4,T5,T6,T7>>InsertReturningStep. returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Configure theINSERTstatement to return a list of fields inR.<T1,T2,T3,T4,T5,T6,T7>
UpdateResultStep<Record7<T1,T2,T3,T4,T5,T6,T7>>UpdateReturningStep. returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Configure theUPDATEstatement to return a list of fields inR.<T1,T2,T3,T4,T5,T6,T7>
SelectSelectStep<Record7<T1,T2,T3,T4,T5,T6,T7>>DSLContext. select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Create a new DSL select statement.<T1,T2,T3,T4,T5,T6,T7>
SelectSelectStep<Record7<T1,T2,T3,T4,T5,T6,T7>>WithStep. select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Create a new DSL select statement.<T1,T2,T3,T4,T5,T6,T7>
SelectSelectStep<Record7<T1,T2,T3,T4,T5,T6,T7>>DSLContext. selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Create a new DSL select statement.<T1,T2,T3,T4,T5,T6,T7>
SelectSelectStep<Record7<T1,T2,T3,T4,T5,T6,T7>>WithStep. selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Create a new DSL select statement.Methods in org.jooq with parameters of type Record7 Modifier and Type Method Description ConditionBetweenAndStep7. and(Record7<T1,T2,T3,T4,T5,T6,T7> maxValue)Create a condition to check this field against some boundsBetweenAndStep7<T1,T2,T3,T4,T5,T6,T7>Row7. between(Record7<T1,T2,T3,T4,T5,T6,T7> minValue)Check if this row value expression is within a range of two records.ConditionRow7. between(Record7<T1,T2,T3,T4,T5,T6,T7> minValue, Record7<T1,T2,T3,T4,T5,T6,T7> maxValue)Check if this row value expression is within a range of two records.BetweenAndStep7<T1,T2,T3,T4,T5,T6,T7>Row7. betweenSymmetric(Record7<T1,T2,T3,T4,T5,T6,T7> minValue)Check if this row value expression is within a symmetric range of two records.ConditionRow7. betweenSymmetric(Record7<T1,T2,T3,T4,T5,T6,T7> minValue, Record7<T1,T2,T3,T4,T5,T6,T7> maxValue)Check if this row value expression is within a symmetric range of two records.ConditionRow7. compare(Comparator comparator, Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record using a dynamic comparator.ConditionRow7. eq(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for equality.ConditionRow7. equal(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for equality.ConditionRow7. ge(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for order.ConditionRow7. greaterOrEqual(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for order.ConditionRow7. greaterThan(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for order.ConditionRow7. gt(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for order.ConditionRow7. in(Record7<T1,T2,T3,T4,T5,T6,T7>... record)Compare this row value expression with a set of records for equality.ConditionRow7. isDistinctFrom(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with another row value expression for distinctness.ConditionRow7. isNotDistinctFrom(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with another row value expression for distinctness.ConditionRow7. le(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for order.ConditionRow7. lessOrEqual(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for order.ConditionRow7. lessThan(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for order.ConditionRow7. lt(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for order.ConditionRow7. ne(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for non-equality.BetweenAndStep7<T1,T2,T3,T4,T5,T6,T7>Row7. notBetween(Record7<T1,T2,T3,T4,T5,T6,T7> minValue)Check if this row value expression is within a range of two records.ConditionRow7. notBetween(Record7<T1,T2,T3,T4,T5,T6,T7> minValue, Record7<T1,T2,T3,T4,T5,T6,T7> maxValue)Check if this row value expression is within a range of two records.BetweenAndStep7<T1,T2,T3,T4,T5,T6,T7>Row7. notBetweenSymmetric(Record7<T1,T2,T3,T4,T5,T6,T7> minValue)Check if this row value expression is not within a symmetric range of two records.ConditionRow7. notBetweenSymmetric(Record7<T1,T2,T3,T4,T5,T6,T7> minValue, Record7<T1,T2,T3,T4,T5,T6,T7> maxValue)Check if this row value expression is not within a symmetric range of two records.ConditionRow7. notEqual(Record7<T1,T2,T3,T4,T5,T6,T7> record)Compare this row value expression with a record for non-equalityConditionRow7. notIn(Record7<T1,T2,T3,T4,T5,T6,T7>... record)Compare this row value expression with a set of records for non-equality.Method parameters in org.jooq with type arguments of type Record7 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7>
voidUpdateQuery. addValues(Row7<T1,T2,T3,T4,T5,T6,T7> row, Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Specify a multi-column set clause for theUPDATEstatement.WithStepWithAsStep7. as(Select<? extends Record7<?,?,?,?,?,?,?>> select)Associate a subselect with a common table expression's table and column names.ConditionRow7. compare(Comparator comparator, QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect using a dynamic comparator.ConditionRow7. compare(Comparator comparator, Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect using a dynamic comparator.ConditionRow7. eq(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for equality.ConditionRow7. eq(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for equality.ConditionRow7. equal(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for equality.ConditionRow7. equal(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for equality.ConditionRow7. ge(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. ge(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. greaterOrEqual(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. greaterOrEqual(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. greaterThan(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. greaterThan(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. gt(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. gt(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. in(Result<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> result)Compare this row value expression with a set of records for equality.ConditionRow7. in(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for equality.ConditionRow7. le(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. le(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. lessOrEqual(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. lessOrEqual(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. lessThan(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. lessThan(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. lt(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. lt(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for order.ConditionRow7. ne(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for non-equality.ConditionRow7. ne(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for non-equality.ConditionRow7. notEqual(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for non-equality.ConditionRow7. notEqual(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for non-equality.ConditionRow7. notIn(Result<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> result)Compare this row value expression with a set of records for equality.ConditionRow7. notIn(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Compare this row value expression with a subselect for non-equality.InsertOnDuplicateStep<R>InsertValuesStep7. select(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Use aSELECTstatement as the source of values for theINSERTstatementMerge<R>MergeValuesStep7. select(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Use aSELECTstatement as the source of values for theMERGEstatement<T1,T2,T3,T4,T5,T6,T7>
UpdateFromStep<R>UpdateSetFirstStep. set(Row7<T1,T2,T3,T4,T5,T6,T7> row, Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)Specify a multi-column set clause for theUPDATEstatement. -
Uses of Record7 in org.jooq.impl
Methods in org.jooq.impl that return Record7 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7>
Record7<T1,T2,T3,T4,T5,T6,T7>DefaultDSLContext. fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)<T1,T2,T3,T4,T5,T6,T7>
Record7<T1,T2,T3,T4,T5,T6,T7>DefaultDSLContext. newRecord(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7)Methods in org.jooq.impl that return types with arguments of type Record7 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7>
Result<Record7<T1,T2,T3,T4,T5,T6,T7>>DefaultDSLContext. newResult(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7)static <T1,T2,T3,T4,T5,T6,T7>
RecordType<Record7<T1,T2,T3,T4,T5,T6,T7>>DSL. recordType(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7)Create aRecordTypeof degree7.static <T1,T2,T3,T4,T5,T6,T7>
Field<Record7<T1,T2,T3,T4,T5,T6,T7>>DSL. rowField(Row7<T1,T2,T3,T4,T5,T6,T7> row)EXPERIMENTAL: Turn a row value expression of degree7into aField.<T1,T2,T3,T4,T5,T6,T7>
SelectSelectStep<Record7<T1,T2,T3,T4,T5,T6,T7>>DefaultDSLContext. select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)static <T1,T2,T3,T4,T5,T6,T7>
SelectSelectStep<Record7<T1,T2,T3,T4,T5,T6,T7>>DSL. select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Create a new DSL subselect statement.<T1,T2,T3,T4,T5,T6,T7>
SelectSelectStep<Record7<T1,T2,T3,T4,T5,T6,T7>>DefaultDSLContext. selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)static <T1,T2,T3,T4,T5,T6,T7>
SelectSelectStep<Record7<T1,T2,T3,T4,T5,T6,T7>>DSL. selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7)Create a new DSL subselect statement.static <T1,T2,T3,T4,T5,T6,T7>
Table<Record7<T1,T2,T3,T4,T5,T6,T7>>DSL. values(Row7<T1,T2,T3,T4,T5,T6,T7>... rows)Create aVALUES()expression of degree7.
-