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

Packages that use JoinPredicate
org.teiid.query.parser   
org.teiid.query.resolver.command   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
 

Uses of JoinPredicate in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return JoinPredicate
 JoinPredicate SQLParser.crossJoin(ParseInfo info)
           
 JoinPredicate SQLParser.qualifiedJoin(ParseInfo info)
           
 

Uses of JoinPredicate in org.teiid.query.resolver.command
 

Methods in org.teiid.query.resolver.command with parameters of type JoinPredicate
 void SimpleQueryResolver.QueryResolverVisitor.visit(JoinPredicate obj)
           
 

Uses of JoinPredicate in org.teiid.query.sql
 

Methods in org.teiid.query.sql with parameters of type JoinPredicate
 void LanguageVisitor.visit(JoinPredicate obj)
           
 

Uses of JoinPredicate in org.teiid.query.sql.navigator
 

Methods in org.teiid.query.sql.navigator with parameters of type JoinPredicate
 void PreOrPostOrderNavigator.visit(JoinPredicate obj)
           
 

Uses of JoinPredicate in org.teiid.query.sql.visitor
 

Methods in org.teiid.query.sql.visitor with parameters of type JoinPredicate
 void SQLStringVisitor.visit(JoinPredicate obj)
           
 



Copyright © 2010. All Rights Reserved.