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

Packages that use From
com.metamatrix.query.resolver.command   
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 From in com.metamatrix.query.resolver.command
 

Methods in com.metamatrix.query.resolver.command with parameters of type From
 void SimpleQueryResolver.QueryResolverVisitor.visit(From obj)
           
 

Uses of From in com.metamatrix.query.sql
 

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

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

Methods in com.metamatrix.query.sql.lang that return From
 From Query.getFrom()
          Get the from clause for the query.
 

Methods in com.metamatrix.query.sql.lang with parameters of type From
 void Query.setFrom(From from)
          Set the from clause for the query.
 

Constructors in com.metamatrix.query.sql.lang with parameters of type From
Query(Select select, From from, Criteria criteria, GroupBy groupBy, Criteria having, OrderBy orderBy, Option option)
          Constructs an instance of this class given all the clauses
Query(Select select, From from, Criteria criteria, OrderBy orderBy, Option option)
          Constructs an instance of this class given the specified clauses
 

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

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

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

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

Uses of From in com.metamatrix.query.validator
 

Methods in com.metamatrix.query.validator with parameters of type From
 void UpdateValidationVisitor.visit(From obj)
           This method visits the From object to validate that it has only one physical group in it.
 



Copyright © 2009. All Rights Reserved.