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