@Generated(value="This class was generated using jOOQ-tools") public interface DerivedColumnList19 extends QueryPart
DerivedColumnList
is a name of a table expression with
optional derived column list.
An example of a correlation name with derived column list is:
table(column1, column2)
Modifier and Type | Method and Description |
---|---|
<R extends Record19<?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?>> |
as(Select<R> select)
Specify a subselect to refer to by the
DerivedColumnList to
form a common table expression. |
Copyright © 2018. All Rights Reserved.