Uses of Class
org.teiid.query.sql.lang.SetClauseList

Packages that use SetClauseList
org.teiid.query.parser   
org.teiid.query.sql   
org.teiid.query.sql.lang   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of SetClauseList in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return SetClauseList
 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
 void LanguageVisitor.visit(SetClauseList obj)
           
 

Uses of SetClauseList in org.teiid.query.sql.lang
 

Methods in org.teiid.query.sql.lang that return SetClauseList
 SetClauseList Update.getChangeList()
          Return the list of CompareCriteria representing updates being made
 SetClauseList DynamicCommand.getUsing()
           
 

Methods in org.teiid.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 org.teiid.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 org.teiid.query.sql.navigator
 

Methods in org.teiid.query.sql.navigator with parameters of type SetClauseList
 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
 void SQLStringVisitor.visit(SetClauseList obj)
           
 

Uses of SetClauseList in org.teiid.query.validator
 

Methods in org.teiid.query.validator with parameters of type SetClauseList
protected  void ValidationVisitor.validateSetClauseList(SetClauseList list)
           
 



Copyright © 2010. All Rights Reserved.