Module org.jooq
Package org.jooq.impl

Interface QOM.DropView

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

    • $view

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

      boolean $ifExists()
    • $view

      @NotNull @NotNull QOM.DropView $view(Table<?> view)
    • $ifExists

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