- All Superinterfaces:
Attachable
,AttachableQueryPart
,DDLQuery
,Flow.Publisher<Integer>
,Publisher<Integer>
,org.reactivestreams.Publisher<Integer>
,Query
,QueryPart
,RowCountQuery
,Serializable
,Statement
- Enclosing class:
QOM
The
CREATE TABLE
statement.-
Method Summary
Modifier and TypeMethodDescription@Nullable Comment
$comment()
@NotNull QOM.CreateTable
boolean
@NotNull QOM.CreateTable
$ifNotExists
(boolean ifNotExists) @Nullable QOM.TableCommitAction
@NotNull QOM.CreateTable
$onCommit
(QOM.TableCommitAction onCommit) @Nullable Select<?>
$select()
@NotNull QOM.CreateTable
@Nullable SQL
$storage()
@NotNull QOM.CreateTable
@NotNull Table<?>
$table()
@NotNull QOM.CreateTable
@NotNull QOM.UnmodifiableList<? extends TableElement>
@NotNull QOM.CreateTable
$tableElements
(Collection<? extends TableElement> tableElements) boolean
@NotNull QOM.CreateTable
$temporary
(boolean temporary) @Nullable QOM.WithOrWithoutData
@NotNull QOM.CreateTable
$withData
(QOM.WithOrWithoutData withData) Methods inherited from interface org.jooq.Attachable
attach, configuration, detach
Methods inherited from interface org.jooq.AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQL
Methods inherited from interface org.reactivestreams.Publisher
subscribe
Methods inherited from interface org.jooq.Query
bind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
-
Method Details
-
$table
-
$temporary
boolean $temporary() -
$ifNotExists
boolean $ifNotExists() -
$tableElements
-
$select
-
$withData
-
$onCommit
-
$comment
-
$storage
-
$table
-
$temporary
-
$ifNotExists
-
$tableElements
@CheckReturnValue @NotNull @NotNull QOM.CreateTable $tableElements(Collection<? extends TableElement> tableElements) -
$select
-
$withData
-
$onCommit
-
$comment
-
$storage
-