Uses of Interface
org.jooq.Record8
-
Packages that use Record8 Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of Record8 in org.jooq
Methods in org.jooq with type parameters of type Record8 Modifier and Type Method Description <R extends Record8<?,?,?,?,?,?,?,?>>
@NotNull CommonTableExpression<R>DerivedColumnList8. as(Select<R> select)
Specify a subselect to refer to by theDerivedColumnList
to form a common table expression.<R extends Record8<?,?,?,?,?,?,?,?>>
@NotNull CommonTableExpression<R>DerivedColumnList8. asMaterialized(Select<R> select)
Specify a materialized subselect to refer to by theDerivedColumnList
to form a common table expression.<R extends Record8<?,?,?,?,?,?,?,?>>
@NotNull CommonTableExpression<R>DerivedColumnList8. asNotMaterialized(Select<R> select)
Specify a non-materialized subselect to refer to by theDerivedColumnList
to form a common table expression.Methods in org.jooq that return Record8 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>DSLContext. fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Execute and return exactly one record for<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>Record. into(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8)
Copy this record into a new record holding only a subset of the previous fields.<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>DSLContext. newRecord(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8)
Create a new emptyRecord
.@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. value1(T1 value)
Set the first value.@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. value2(T2 value)
Set the second value.@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. value3(T3 value)
Set the third value.@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. value4(T4 value)
Set the fourth value.@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. value5(T5 value)
Set the fifth value.@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. value6(T6 value)
Set the sixth value.@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. value7(T7 value)
Set the seventh value.@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. value8(T8 value)
Set the eighth value.@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. values(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8)
Set all values.<T> @NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>
Record8. with(Field<T> field, T value)
Set a value into this record.<T,U>
@NotNull Record8<T1,T2,T3,T4,T5,T6,T7,T8>Record8. with(Field<T> field, U value, Converter<? extends T,? super U> converter)
Set a value into this record.Methods in org.jooq that return types with arguments of type Record8 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull ResultQuery<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>ResultQuery. coerce(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8)
Coerce the result record type of this query to that of a set of fields.<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull Result<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>Result. into(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8)
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,T8>
@NotNull Result<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DSLContext. newResult(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8)
Create a new emptyResult
.<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull DeleteResultStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DeleteReturningStep. returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Configure theDELETE
statement to return a list of fields inR
.<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull InsertResultStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>InsertReturningStep. returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Configure theINSERT
statement to return a list of fields inR
.<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull UpdateResultStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>UpdateReturningStep. returningResult(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Configure theUPDATE
statement to return a list of fields inR
.<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull SelectSelectStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DSLContext. select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Create a new DSL select statement.<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull SelectSelectStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>WithStep. select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Create a new DSL select statement.<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull SelectSelectStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DSLContext. selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Create a new DSL select statement.<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull SelectSelectStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>WithStep. selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Create a new DSL select statement.Methods in org.jooq with parameters of type Record8 Modifier and Type Method Description @NotNull Condition
BetweenAndStep8. and(Record8<T1,T2,T3,T4,T5,T6,T7,T8> maxValue)
Create a condition to check this field against some bounds@NotNull BetweenAndStep8<T1,T2,T3,T4,T5,T6,T7,T8>
Row8. between(Record8<T1,T2,T3,T4,T5,T6,T7,T8> minValue)
Check if this row value expression is within a range of two records.@NotNull Condition
Row8. between(Record8<T1,T2,T3,T4,T5,T6,T7,T8> minValue, Record8<T1,T2,T3,T4,T5,T6,T7,T8> maxValue)
Check if this row value expression is within a range of two records.@NotNull BetweenAndStep8<T1,T2,T3,T4,T5,T6,T7,T8>
Row8. betweenSymmetric(Record8<T1,T2,T3,T4,T5,T6,T7,T8> minValue)
Check if this row value expression is within a symmetric range of two records.@NotNull Condition
Row8. betweenSymmetric(Record8<T1,T2,T3,T4,T5,T6,T7,T8> minValue, Record8<T1,T2,T3,T4,T5,T6,T7,T8> maxValue)
Check if this row value expression is within a symmetric range of two records.@NotNull Condition
Row8. compare(Comparator comparator, Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record using a dynamic comparator.@NotNull Condition
Row8. eq(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for equality.@NotNull Condition
Row8. equal(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for equality.@NotNull Condition
Row8. ge(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for order.@NotNull Condition
Row8. greaterOrEqual(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for order.@NotNull Condition
Row8. greaterThan(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for order.@NotNull Condition
Row8. gt(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for order.@NotNull Condition
Row8. in(Record8<T1,T2,T3,T4,T5,T6,T7,T8>... record)
Compare this row value expression with a set of records for equality.@NotNull Condition
Row8. isDistinctFrom(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with another row value expression for distinctness.@NotNull Condition
Row8. isNotDistinctFrom(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with another row value expression for distinctness.@NotNull Condition
Row8. le(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for order.@NotNull Condition
Row8. lessOrEqual(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for order.@NotNull Condition
Row8. lessThan(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for order.@NotNull Condition
Row8. lt(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for order.@NotNull Condition
Row8. ne(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for non-equality.@NotNull BetweenAndStep8<T1,T2,T3,T4,T5,T6,T7,T8>
Row8. notBetween(Record8<T1,T2,T3,T4,T5,T6,T7,T8> minValue)
Check if this row value expression is within a range of two records.@NotNull Condition
Row8. notBetween(Record8<T1,T2,T3,T4,T5,T6,T7,T8> minValue, Record8<T1,T2,T3,T4,T5,T6,T7,T8> maxValue)
Check if this row value expression is within a range of two records.@NotNull BetweenAndStep8<T1,T2,T3,T4,T5,T6,T7,T8>
Row8. notBetweenSymmetric(Record8<T1,T2,T3,T4,T5,T6,T7,T8> minValue)
Check if this row value expression is not within a symmetric range of two records.@NotNull Condition
Row8. notBetweenSymmetric(Record8<T1,T2,T3,T4,T5,T6,T7,T8> minValue, Record8<T1,T2,T3,T4,T5,T6,T7,T8> maxValue)
Check if this row value expression is not within a symmetric range of two records.@NotNull Condition
Row8. notEqual(Record8<T1,T2,T3,T4,T5,T6,T7,T8> record)
Compare this row value expression with a record for non-equality@NotNull Condition
Row8. notIn(Record8<T1,T2,T3,T4,T5,T6,T7,T8>... record)
Compare this row value expression with a set of records for non-equality.Method parameters in org.jooq with type arguments of type Record8 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7,T8>
voidUpdateQuery. addValues(Row8<T1,T2,T3,T4,T5,T6,T7,T8> row, Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Specify a multi-column set clause for theUPDATE
statement.@NotNull WithStep
WithAsStep8. as(Select<? extends Record8<?,?,?,?,?,?,?,?>> select)
Associate a subselect with a common table expression's table and column names.@NotNull WithStep
WithAsStep8. asMaterialized(Select<? extends Record8<?,?,?,?,?,?,?,?>> select)
Associate a materialized subselect with a common table expression's table and column names.@NotNull WithStep
WithAsStep8. asNotMaterialized(Select<? extends Record8<?,?,?,?,?,?,?,?>> select)
Associate a non-materialized subselect with a common table expression's table and column names.@NotNull Condition
Row8. compare(Comparator comparator, QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect using a dynamic comparator.@NotNull Condition
Row8. compare(Comparator comparator, Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect using a dynamic comparator.@NotNull Condition
Row8. eq(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for equality.@NotNull Condition
Row8. eq(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for equality.@NotNull Condition
Row8. equal(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for equality.@NotNull Condition
Row8. equal(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for equality.@NotNull Condition
Row8. ge(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. ge(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. greaterOrEqual(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. greaterOrEqual(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. greaterThan(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. greaterThan(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. gt(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. gt(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. in(Result<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> result)
Compare this row value expression with a set of records for equality.@NotNull Condition
Row8. in(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for equality.@NotNull Condition
Row8. isDistinctFrom(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with another row value expression for distinctness.@NotNull Condition
Row8. isNotDistinctFrom(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with another row value expression for distinctness.@NotNull Condition
Row8. le(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. le(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. lessOrEqual(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. lessOrEqual(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. lessThan(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. lessThan(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. lt(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. lt(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.@NotNull Condition
Row8. ne(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for non-equality.@NotNull Condition
Row8. ne(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for non-equality.@NotNull Condition
Row8. notEqual(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for non-equality.@NotNull Condition
Row8. notEqual(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for non-equality.@NotNull Condition
Row8. notIn(Result<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> result)
Compare this row value expression with a set of records for equality.@NotNull Condition
Row8. notIn(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for non-equality.@NotNull InsertOnDuplicateStep<R>
InsertValuesStep8. select(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Use aSELECT
statement as the source of values for theINSERT
statement@NotNull Merge<R>
MergeValuesStep8. select(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Deprecated.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)
<T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull UpdateFromStep<R>UpdateSetFirstStep. set(Row8<T1,T2,T3,T4,T5,T6,T7,T8> row, Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Specify a multi-column set clause for theUPDATE
statement. -
Uses of Record8 in org.jooq.impl
Methods in org.jooq.impl that return Record8 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7,T8>
Record8<T1,T2,T3,T4,T5,T6,T7,T8>DefaultDSLContext. fetchSingle(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
<T1,T2,T3,T4,T5,T6,T7,T8>
Record8<T1,T2,T3,T4,T5,T6,T7,T8>DefaultDSLContext. newRecord(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8)
Methods in org.jooq.impl that return types with arguments of type Record8 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7,T8>
Result<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DefaultDSLContext. newResult(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8)
static <T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull RecordType<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DSL. recordType(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4, Field<T5> field5, Field<T6> field6, Field<T7> field7, Field<T8> field8)
Create aRecordType
of degree8
.static <T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull Field<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DSL. rowField(Row8<T1,T2,T3,T4,T5,T6,T7,T8> row)
EXPERIMENTAL: Turn a row value expression of degree8
into aField
.<T1,T2,T3,T4,T5,T6,T7,T8>
SelectSelectStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DefaultDSLContext. select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
static <T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull SelectSelectStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DSL. select(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Create a new DSL subselect statement.<T1,T2,T3,T4,T5,T6,T7,T8>
SelectSelectStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DefaultDSLContext. selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
static <T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull SelectSelectStep<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DSL. selectDistinct(SelectField<T1> field1, SelectField<T2> field2, SelectField<T3> field3, SelectField<T4> field4, SelectField<T5> field5, SelectField<T6> field6, SelectField<T7> field7, SelectField<T8> field8)
Create a new DSL subselect statement.static <T1,T2,T3,T4,T5,T6,T7,T8>
@NotNull Table<Record8<T1,T2,T3,T4,T5,T6,T7,T8>>DSL. values(Row8<T1,T2,T3,T4,T5,T6,T7,T8>... rows)
Create aVALUES()
expression of degree8
.
-