public class UpdateStatement<R,C> extends WhereStatement<R,C>
condition, tableengine, placeholderMap| Constructor and Description |
|---|
UpdateStatement(Engine<R,C> engine,
LinkedHashMap<String,Placeholder<R,C>> placeholderMap,
Table<R,C> table,
List<SetClause<R,C>> setClauseList) |
UpdateStatement(Engine<R,C> engine,
LinkedHashMap<String,Placeholder<R,C>> placeholderMap,
Table<R,C> table,
List<SetClause<R,C>> setClauseList,
Condition<R,C> condition) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(Metadata metadata,
ErrorReporter reporter) |
FetchResult<R,C> |
execute() |
getCondition, getTable, getTarget, visitbindValue, getPlaceholderMap, isSelectStatementgetEnd, getSource, getStart, setLocation, throwExceptionCopyright © 2014. All rights reserved.