Uses of Interface
org.jooq.DeleteQuery
Packages that use DeleteQuery
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
- 
Uses of DeleteQuery in org.jooqMethods in org.jooq that return DeleteQueryModifier and TypeMethodDescription<R extends Record>
 @NotNull DeleteQuery<R>DSLContext.deleteQuery(Table<R> table) Create a newDeleteQuery
- 
Uses of DeleteQuery in org.jooq.implMethods in org.jooq.impl that return DeleteQueryModifier and TypeMethodDescription<R extends Record>
 DeleteQuery<R>DefaultDSLContext.deleteQuery(Table<R> table)