Module org.jooq
Package org.jooq.impl

Interface QOM.CreateDatabase

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

public static interface QOM.CreateDatabase extends DDLQuery
The CREATE DATABASE statement.
  • Method Details

    • $database

      @NotNull @NotNull Catalog $database()
    • $ifNotExists

      boolean $ifNotExists()
    • $database

      @NotNull @NotNull QOM.CreateDatabase $database(Catalog database)
    • $ifNotExists

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