org.jooq
Interface UpdateQuery<R extends Record>

Type Parameters:
R - The record type of the table being updated
All Superinterfaces:
Adapter, Attachable, ConditionProvider, Query, QueryPart, Serializable, StoreQuery<R>, Update<R>

public interface UpdateQuery<R extends Record>
extends StoreQuery<R>, ConditionProvider, Update<R>

A query for data updating

Author:
Lukas Eder

Method Summary
 
Methods inherited from interface org.jooq.StoreQuery
addValue, addValue, addValueAsArray, addValueAsArray, addValues, setRecord
 
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.