|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SetClauseList in com.metamatrix.query.parser |
---|
Methods in com.metamatrix.query.parser that return SetClauseList | |
---|---|
SetClauseList |
SQLParser.setClauseList(boolean shortName,
ParseInfo info)
|
Uses of SetClauseList in com.metamatrix.query.sql |
---|
Methods in com.metamatrix.query.sql with parameters of type SetClauseList | |
---|---|
void |
LanguageVisitor.visit(SetClauseList obj)
|
Uses of SetClauseList in com.metamatrix.query.sql.lang |
---|
Methods in com.metamatrix.query.sql.lang that return SetClauseList | |
---|---|
SetClauseList |
Update.getChangeList()
Return the list of CompareCriteria representing updates being made |
SetClauseList |
DynamicCommand.getUsing()
|
Methods in com.metamatrix.query.sql.lang with parameters of type SetClauseList | |
---|---|
void |
Update.setChangeList(SetClauseList changeList)
Set the list of CompareCriteria representing updates being made |
void |
DynamicCommand.setUsing(SetClauseList using)
|
Constructors in com.metamatrix.query.sql.lang with parameters of type SetClauseList | |
---|---|
DynamicCommand(Expression sql,
java.util.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 |
Uses of SetClauseList in com.metamatrix.query.sql.navigator |
---|
Methods in com.metamatrix.query.sql.navigator with parameters of type SetClauseList | |
---|---|
void |
PreOrPostOrderNavigator.visit(SetClauseList obj)
|
Uses of SetClauseList in com.metamatrix.query.sql.visitor |
---|
Methods in com.metamatrix.query.sql.visitor with parameters of type SetClauseList | |
---|---|
void |
SQLStringVisitor.visit(SetClauseList obj)
|
Uses of SetClauseList in com.metamatrix.query.validator |
---|
Methods in com.metamatrix.query.validator with parameters of type SetClauseList | |
---|---|
protected void |
ValidationVisitor.validateSetClauseList(SetClauseList list)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |