org.jooq
Interface Delete<R extends Record>

All Superinterfaces:
Adapter, Attachable, Query, QueryPart, Serializable
All Known Subinterfaces:
DeleteConditionStep<R>, DeleteFinalStep<R>, DeleteQuery<R>, DeleteWhereStep<R>

public interface Delete<R extends Record>
extends Query

A Query that can delete data in the database.

Author:
Lukas Eder

Method Summary
 
Methods inherited from interface org.jooq.Query
bind, bind, execute, getBindValues, getParam, getParams, getSQL, getSQL
 
Methods inherited from interface org.jooq.Attachable
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 



Copyright © 2012. All Rights Reserved.