Module org.jooq
Package org.jooq.impl

Interface QOM.DropFunction

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

    • $function

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

      boolean $ifExists()
    • $function

      @NotNull @NotNull QOM.DropFunction $function(Name function)
    • $ifExists

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