R - The record type of the table being updatedpublic interface UpdateQuery<R extends Record> extends StoreQuery<R>, ConditionProvider, Update<R>
| Modifier and Type | Method and Description |
|---|---|
void |
addConditions(Collection<Condition> conditions)
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND |
void |
addConditions(Condition... conditions)
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND |
void |
addConditions(Operator operator,
Collection<Condition> conditions)
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
|
void |
addConditions(Operator operator,
Condition... conditions)
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
|
addValue, addValue, addValueAsArray, addValueAsArray, addValues, setRecordbind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, isExecutable, keepStatement, queryTimeout@Support void addConditions(Condition... conditions)
Operator.ANDaddConditions in interface ConditionProviderconditions - The condition@Support void addConditions(Collection<Condition> conditions)
Operator.ANDaddConditions in interface ConditionProviderconditions - The condition@Support void addConditions(Operator operator, Condition... conditions)
addConditions in interface ConditionProviderconditions - The condition@Support void addConditions(Operator operator, Collection<Condition> conditions)
addConditions in interface ConditionProviderconditions - The conditionCopyright © 2013. All Rights Reserved.