| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Method and Description |
|---|---|
protected SetClause<R,C> |
SqlParser.setClause(String identifier,
Literal<R,C> literal) |
| Modifier and Type | Method and Description |
|---|---|
protected Statement<R,C> |
SqlParser.updateStatementSearched(Table<R,C> table,
SetClause<R,C> setClause,
List<SetClause<R,C>> setClauseList,
Condition<R,C> condition,
LinkedHashMap<String,Placeholder<R,C>> placeholderMap,
Engine<R,C> engine,
Deque<List<Table<R,C>>> tableListStack) |
protected Statement<R,C> |
SqlParser.updateStatementSearched(Table<R,C> table,
SetClause<R,C> setClause,
List<SetClause<R,C>> setClauseList,
LinkedHashMap<String,Placeholder<R,C>> placeholderMap,
Engine<R,C> engine) |
| Modifier and Type | Method and Description |
|---|---|
protected Statement<R,C> |
SqlParser.updateStatementSearched(Table<R,C> table,
SetClause<R,C> setClause,
List<SetClause<R,C>> setClauseList,
Condition<R,C> condition,
LinkedHashMap<String,Placeholder<R,C>> placeholderMap,
Engine<R,C> engine,
Deque<List<Table<R,C>>> tableListStack) |
protected Statement<R,C> |
SqlParser.updateStatementSearched(Table<R,C> table,
SetClause<R,C> setClause,
List<SetClause<R,C>> setClauseList,
LinkedHashMap<String,Placeholder<R,C>> placeholderMap,
Engine<R,C> engine) |
| 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) |
Copyright © 2014. All rights reserved.