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

Packages that use SetClause
com.metamatrix.query.resolver.util   
com.metamatrix.query.sql   
com.metamatrix.query.sql.lang   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
 

Uses of SetClause in com.metamatrix.query.resolver.util
 

Methods in com.metamatrix.query.resolver.util with parameters of type SetClause
 void ResolverVisitor.visit(SetClause obj)
           
 

Uses of SetClause in com.metamatrix.query.sql
 

Methods in com.metamatrix.query.sql with parameters of type SetClause
 void LanguageVisitor.visit(SetClause obj)
           
 

Uses of SetClause in com.metamatrix.query.sql.lang
 

Methods in com.metamatrix.query.sql.lang that return types with arguments of type SetClause
 java.util.List<SetClause> SetClauseList.getClauses()
           
 

Methods in com.metamatrix.query.sql.lang with parameters of type SetClause
 void SetClauseList.addClause(SetClause clause)
           
 

Constructor parameters in com.metamatrix.query.sql.lang with type arguments of type SetClause
SetClauseList(java.util.List<SetClause> setClauses)
           
 

Uses of SetClause in com.metamatrix.query.sql.navigator
 

Methods in com.metamatrix.query.sql.navigator with parameters of type SetClause
 void PreOrPostOrderNavigator.visit(SetClause obj)
           
 

Uses of SetClause in com.metamatrix.query.sql.visitor
 

Methods in com.metamatrix.query.sql.visitor with parameters of type SetClause
 void AbstractSymbolMappingVisitor.visit(SetClause obj)
           
 void SQLStringVisitor.visit(SetClause obj)
           
 void ExpressionMappingVisitor.visit(SetClause obj)
           
 



Copyright © 2009. All Rights Reserved.