Uses of Class
com.metamatrix.query.sql.lang.SetClauseList

Packages that use SetClauseList
com.metamatrix.query.parser   
com.metamatrix.query.sql   
com.metamatrix.query.sql.lang   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
com.metamatrix.query.validator   
 

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)
           
 



Copyright © 2009. All Rights Reserved.