@Generated(value="This class was generated using jOOQ-tools") public interface WithAsStep9
Select, Insert,
 Update, Delete, Merge statements prefixed with a
 WITH clause and with CommonTableExpressions.
 
 Example:
 
 DSL.with("table", "col1", "col2")
    .as(
        select(one(), two())
    )
    .select()
    .from("table")
 
| Modifier and Type | Method and Description | 
|---|---|
| WithStep | as(Select<? extends Record9<?,?,?,?,?,?,?,?,?>> select)Associate a subselect with a common table expression's table and column names. | 
Copyright © 2019. All rights reserved.