Module org.jooq
Package org.jooq.impl

Interface QOM.DropProcedure

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

@Pro public static interface QOM.DropProcedure extends DDLQuery
The DROP PROCEDURE statement.
  • Method Details

    • $procedure

      @NotNull @NotNull Name $procedure()
    • $ifExists

      boolean $ifExists()
    • $procedure

      @NotNull @NotNull QOM.DropProcedure $procedure(Name procedure)
    • $ifExists

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