Uses of Interface
org.jooq.impl.QOM.Delete
-
Uses of QOM.Delete in org.jooq.impl
Modifier and TypeMethodDescription@NotNull QOM.Delete<?>
QOM.DeleteReturning.$delete()
@NotNull QOM.Delete<?>
@NotNull QOM.Delete<R>
@NotNull QOM.Delete<R>
QOM.Delete.$orderBy
(Collection<? extends SortField<?>> orderBy) @NotNull QOM.Delete<R>
QOM.Delete.$using
(Collection<? extends Table<?>> using) @NotNull QOM.Delete<R>
Modifier and TypeMethodDescription@NotNull QOM.DeleteReturning<R>
QOM.DeleteReturning.$delete
(QOM.Delete<?> delete)