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