Uses of Class
org.teiid.query.sql.lang.SetClauseList
-
-
Uses of SetClauseList in org.teiid.query.parser
Methods in org.teiid.query.parser that return SetClauseList Modifier and Type Method Description SetClauseList
SQLParser. setClauseList(boolean shortName, ParseInfo info)
-
Uses of SetClauseList in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type SetClauseList Modifier and Type Method Description void
LanguageVisitor. visit(SetClauseList obj)
-
Uses of SetClauseList in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return SetClauseList Modifier and Type Method Description SetClauseList
Update. getChangeList()
Return the list of CompareCriteria representing updates being madeSetClauseList
DynamicCommand. getUsing()
Methods in org.teiid.query.sql.lang with parameters of type SetClauseList Modifier and Type Method Description void
Update. setChangeList(SetClauseList changeList)
Set the list of CompareCriteria representing updates being madevoid
DynamicCommand. setUsing(SetClauseList using)
Constructors in org.teiid.query.sql.lang with parameters of type SetClauseList Constructor Description DynamicCommand(Expression sql, List columns, GroupSymbol intoGroup, SetClauseList using)
Update(GroupSymbol group, SetClauseList changeList)
Construct with group and change listUpdate(GroupSymbol group, SetClauseList changeList, Criteria criteria)
Construct with group, change list, and criteria -
Uses of SetClauseList in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type SetClauseList Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(SetClauseList obj)
-
Uses of SetClauseList in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type SetClauseList Modifier and Type Method Description void
SQLStringVisitor. visit(SetClauseList obj)
-
Uses of SetClauseList in org.teiid.query.tempdata
Methods in org.teiid.query.tempdata with parameters of type SetClauseList Modifier and Type Method Description TupleSource
TempTable. update(Criteria crit, SetClauseList update)
-
Uses of SetClauseList in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type SetClauseList Modifier and Type Method Description protected void
ValidationVisitor. validateSetClauseList(SetClauseList list)
-