- All Superinterfaces:
- Attachable,- AttachableQueryPart,- DMLQuery<R>,- Flow.Publisher<Integer>,- Publisher<Integer>,- org.reactivestreams.Publisher<Integer>,- Query,- QueryPart,- RowCountQuery,- Serializable,- Statement
- All Known Subinterfaces:
- DeleteConditionStep<R>,- DeleteFinalStep<R>,- DeleteLimitStep<R>,- DeleteOrderByStep<R>,- DeleteQuery<R>,- DeleteReturningStep<R>,- DeleteUsingStep<R>,- DeleteWhereStep<R>
A 
DELETE statement.
 Example:
 // Assuming import static org.jooq.impl.DSL.*;
 using(configuration)
    .deleteFrom(ACTOR)
    .where(ACTOR.ACTOR_ID.in(1, 2, 3))
    .execute();
 
 Instances can be created using DSL.deleteFrom(Table),
 DSLContext.deleteFrom(Table), or
 DSLContext.deleteQuery(Table) and overloads.
- Author:
- Lukas Eder
- 
Method SummaryMethods 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