Package org.jooq
Interface WithAsStep6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WithStep
as(Select<? extends Record6<?,?,?,?,?,?>> select)
Associate a subselect with a common table expression's table and column names.
-