Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
CreateTableColumnStep
A
Query that can create tables. |
Modifier and Type | Method and Description |
---|---|
CreateTableFinalStep |
CreateTableAsStep.as(Select<? extends R> select)
Add an
AS clause to the CREATE TABLE statement. |
Copyright © 2014. All Rights Reserved.