- 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 Summary
Modifier 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.Attachable
attach, configuration, detach
Methods inherited from interface org.jooq.AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQL
Methods inherited from interface org.reactivestreams.Publisher
subscribe
Methods inherited from interface org.jooq.Query
bind, 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
-