org.jooq
Interface UpdateQuery<R extends TableRecord<R>>

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

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

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
execute
 
Methods inherited from interface org.jooq.QueryPart
getSQL
 
Methods inherited from interface org.jooq.Attachable
attach, getConfiguration
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 



Copyright © 2011. All Rights Reserved.