- 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 SummaryModifier and TypeMethodDescription@Nullable Comment$comment()@NotNull QOM.CreateTableboolean@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.Attachableattach, configuration, detachMethods inherited from interface org.jooq.AttachableQueryPartgetBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.PublishersubscribeMethods inherited from interface org.jooq.Querybind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
- 
Method Details- 
$table
- 
$temporaryboolean $temporary()
- 
$ifNotExistsboolean $ifNotExists()
- 
$tableElements
- 
$select
- 
$withData
- 
$onCommit
- 
$comment
- 
$storage
- 
$table
- 
$temporary
- 
$ifNotExists
- 
$tableElements
- 
$select
- 
$withData
- 
$onCommit
- 
$comment
- 
$storage
 
-