Module org.jooq
Package org.jooq.impl

Interface QOM.DropDatabase

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.DropDatabase extends DDLQuery
The DROP DATABASE statement.
  • Method Details

    • $database

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

      boolean $ifExists()
    • $database

      @NotNull @NotNull QOM.DropDatabase $database(Catalog database)
    • $ifExists

      @NotNull @NotNull QOM.DropDatabase $ifExists(boolean ifExists)