org.jooq
Interface DeleteQuery<R extends Record>

Type Parameters:
R - The record type of the table being deleted from
All Superinterfaces:
Adapter, Attachable, ConditionProvider, Delete<R>, Query, QueryPart, Serializable

public interface DeleteQuery<R extends Record>
extends ConditionProvider, Delete<R>

A query used for deletion of data

Author:
Lukas Eder

Method Summary
 
Methods inherited from interface org.jooq.ConditionProvider
addConditions, addConditions, addConditions, addConditions
 
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.