Module org.jooq
Package org.jooq.impl

Interface QOM.DropTable

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

    • $temporary

      boolean $temporary()
    • $table

      @NotNull @NotNull Table<?> $table()
    • $ifExists

      boolean $ifExists()
    • $cascade

      @Nullable @Nullable QOM.Cascade $cascade()
    • $temporary

      @NotNull @NotNull QOM.DropTable $temporary(boolean temporary)
    • $table

      @NotNull @NotNull QOM.DropTable $table(Table<?> table)
    • $ifExists

      @NotNull @NotNull QOM.DropTable $ifExists(boolean ifExists)
    • $cascade

      @NotNull @NotNull QOM.DropTable $cascade(QOM.Cascade cascade)