- All Superinterfaces:
- Attachable,- AttachableQueryPart,- DDLQuery,- Flow.Publisher<Integer>,- Publisher<Integer>,- org.reactivestreams.Publisher<Integer>,- Query,- QueryPart,- RowCountQuery,- Serializable,- Statement
- Enclosing class:
- QOM
The 
DROP PROCEDURE statement.- 
Method SummaryModifier and TypeMethodDescriptionboolean@NotNull QOM.DropProcedure$ifExists(boolean ifExists) @Nullable QOM.UnmodifiableList<? extends Parameter<?>> @NotNull QOM.DropProcedure$parameters(Collection<? extends Parameter<?>> parameters) @NotNull Name@NotNull QOM.DropProcedure$procedure(Name procedure) Methods inherited from interface org.jooq.Attachableattach, configuration, detachMethods inherited from interface org.jooq.AttachableQueryPartgetBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.PublishersubscribeMethods inherited from interface org.jooq.Querybind, bind, cancel, execute, executeAsync, executeAsync, executeLarge, executeLargeAsync, executeLargeAsync, isExecutable, keepStatement, poolable, queryTimeoutMethods inherited from interface org.jooq.QueryPart$replace, $replace, $traverse, $traverse, equals, hashCode, toStringMethods inherited from interface org.jooq.RowCountQuerylargePublisher
- 
Method Details- 
$procedure
- 
$ifExistsboolean $ifExists()
- 
$parameters
- 
$procedure
- 
$ifExists
- 
$parameters@CheckReturnValue @NotNull @NotNull QOM.DropProcedure $parameters(Collection<? extends Parameter<?>> parameters) 
 
-