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