- All Superinterfaces:
- Attachable,- AttachableQueryPart,- DMLQuery<R>,- Flow.Publisher<Integer>,- Publisher<Integer>,- org.reactivestreams.Publisher<Integer>,- Query,- QueryPart,- RowCountQuery,- Serializable,- Statement
- Enclosing class:
- QOM
The 
DELETE statement.- 
Method SummaryModifier and TypeMethodDescription$from()@NotNull QOM.Delete<?> $limit()@NotNull QOM.Delete<R> @NotNull QOM.UnmodifiableList<? extends SortField<?>> $orderBy()@NotNull QOM.Delete<R> $orderBy(Collection<? extends SortField<?>> orderBy) @NotNull QOM.UnmodifiableList<? extends Table<?>> $using()@NotNull QOM.Delete<R> $using(Collection<? extends Table<?>> using) @Nullable Condition$where()@NotNull QOM.Delete<R> @Nullable QOM.With$with()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, isExecutable, keepStatement, poolable, queryTimeout
- 
Method Details- 
$with
- 
$from
- 
$from
- 
$using
- 
$using
- 
$where
- 
$where
- 
$orderBy
- 
$orderBy@CheckReturnValue @NotNull @NotNull QOM.Delete<R> $orderBy(Collection<? extends SortField<?>> orderBy) 
- 
$limit
- 
$limit
 
-