Module org.jooq
Package org.jooq.impl

Interface QOM.DropTrigger

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

@Pro public static interface QOM.DropTrigger extends DDLQuery
The DROP TRIGGER statement.
  • Method Details

    • $trigger

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

      boolean $ifExists()
    • $trigger

      @NotNull @NotNull QOM.DropTrigger $trigger(Name trigger)
    • $ifExists

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