Uses of Interface
org.jooq.impl.QOM.Delete
Packages that use QOM.Delete
-
Uses of QOM.Delete in org.jooq.impl
Methods in org.jooq.impl that return QOM.DeleteModifier 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>
Methods in org.jooq.impl with parameters of type QOM.DeleteModifier and TypeMethodDescription@NotNull QOM.DeleteReturning<R>
QOM.DeleteReturning.$delete
(QOM.Delete<?> delete)