Uses of Class
org.teiid.query.sql.lang.From
-
Packages that use From Package Description org.teiid.query.parser org.teiid.query.resolver.command org.teiid.query.sql org.teiid.query.sql.lang org.teiid.query.sql.navigator org.teiid.query.sql.visitor -
-
Uses of From in org.teiid.query.parser
Methods in org.teiid.query.parser that return From Modifier and Type Method Description From
SQLParser. from(ParseInfo info)
-
Uses of From in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type From Modifier and Type Method Description void
SimpleQueryResolver.QueryResolverVisitor. visit(From obj)
-
Uses of From in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type From Modifier and Type Method Description void
LanguageVisitor. visit(From obj)
-
Uses of From in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return From Modifier and Type Method Description From
Query. getFrom()
Get the from clause for the query.Methods in org.teiid.query.sql.lang with parameters of type From Modifier and Type Method Description void
Query. setFrom(From from)
Set the from clause for the query.Constructors in org.teiid.query.sql.lang with parameters of type From Constructor Description Query(Select select, From from, Criteria criteria, GroupBy groupBy, Criteria having, OrderBy orderBy, Option option)
Constructs an instance of this class given all the clausesQuery(Select select, From from, Criteria criteria, OrderBy orderBy, Option option)
Constructs an instance of this class given the specified clauses -
Uses of From in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type From Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(From obj)
-
Uses of From in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type From Modifier and Type Method Description void
SQLStringVisitor. visit(From obj)
-