Modifier and Type | Method and Description |
---|---|
SetClauseList |
SQLParser.setClauseList(boolean shortName,
ParseInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageVisitor.visit(SetClauseList obj) |
Modifier and Type | Method and Description |
---|---|
SetClauseList |
Update.getChangeList()
Return the list of CompareCriteria representing updates being made
|
SetClauseList |
DynamicCommand.getUsing() |
Modifier and Type | Method and Description |
---|---|
void |
Update.setChangeList(SetClauseList changeList)
Set the list of CompareCriteria representing updates being made
|
void |
DynamicCommand.setUsing(SetClauseList using) |
Constructor and Description |
---|
DynamicCommand(Expression sql,
List columns,
GroupSymbol intoGroup,
SetClauseList using) |
Update(GroupSymbol group,
SetClauseList changeList)
Construct with group and change list
|
Update(GroupSymbol group,
SetClauseList changeList,
Criteria criteria)
Construct with group, change list, and criteria
|
Modifier and Type | Method and Description |
---|---|
void |
PreOrPostOrderNavigator.visit(SetClauseList obj) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(SetClauseList obj) |
Modifier and Type | Method and Description |
---|---|
TupleSource |
TempTable.update(Criteria crit,
SetClauseList update) |
Modifier and Type | Method and Description |
---|---|
protected void |
ValidationVisitor.validateSetClauseList(SetClauseList list) |
Copyright © 2020. All rights reserved.