Module org.jooq
Package org.jooq.impl

Interface QOM.CreateSchema

All Superinterfaces:
Attachable, AttachableQueryPart, DDLQuery, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
Enclosing class:
QOM

public static interface QOM.CreateSchema extends DDLQuery
The CREATE SCHEMA statement.
  • Method Details

    • $schema

      @NotNull @NotNull Schema $schema()
    • $ifNotExists

      boolean $ifNotExists()
    • $schema

      @NotNull @NotNull QOM.CreateSchema $schema(Schema schema)
    • $ifNotExists

      @NotNull @NotNull QOM.CreateSchema $ifNotExists(boolean ifNotExists)