|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.language.BaseLanguageObject
org.teiid.language.QueryExpression
public abstract class QueryExpression
Constructor Summary | |
---|---|
QueryExpression()
|
Method Summary | |
---|---|
String[] |
getColumnNames()
Get the derived column names. |
Class<?>[] |
getColumnTypes()
Get the column types of the output columns for this query |
Limit |
getLimit()
Get LIMIT clause, may be null. |
OrderBy |
getOrderBy()
Get ORDER BY clause, may be null. |
abstract Select |
getProjectedQuery()
|
With |
getWith()
|
void |
setLimit(Limit limit)
Set LIMIT clause, may be null. |
void |
setOrderBy(OrderBy orderBy)
Set ORDER BY clause, may be null. |
void |
setWith(With with)
|
Methods inherited from class org.teiid.language.BaseLanguageObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.teiid.language.LanguageObject |
---|
acceptVisitor |
Constructor Detail |
---|
public QueryExpression()
Method Detail |
---|
public abstract Select getProjectedQuery()
public OrderBy getOrderBy()
public Limit getLimit()
public String[] getColumnNames()
public Class<?>[] getColumnTypes()
public void setOrderBy(OrderBy orderBy)
orderBy
- An ORDER BY objectpublic void setLimit(Limit limit)
limit
- A LIMIT objectpublic With getWith()
public void setWith(With with)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |