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 |
Modifier and Type | Method and Description |
---|---|
From |
SQLParser.from(ParseInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleQueryResolver.QueryResolverVisitor.visit(From obj) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageVisitor.visit(From obj) |
Modifier and Type | Method and Description |
---|---|
From |
Query.getFrom()
Get the from clause for the query.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setFrom(From from)
Set the from clause for the query.
|
Constructor and 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 clauses
|
Query(Select select,
From from,
Criteria criteria,
OrderBy orderBy,
Option option)
Constructs an instance of this class given the specified clauses
|
Modifier and Type | Method and Description |
---|---|
void |
PreOrPostOrderNavigator.visit(From obj) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(From obj) |
Copyright © 2019. All rights reserved.