|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IQueryCommand
| Method Summary | |
|---|---|
java.lang.String[] |
getColumnNames()
Get the column names of the output columns for this query |
java.lang.Class[] |
getColumnTypes()
Get the column types of the output columns for this query |
ILimit |
getLimit()
Get LIMIT clause, may be null. |
IOrderBy |
getOrderBy()
Get ORDER BY clause, may be null. |
IQuery |
getProjectedQuery()
|
void |
setLimit(ILimit limit)
Set LIMIT clause, may be null. |
void |
setOrderBy(IOrderBy orderBy)
Set ORDER BY clause, may be null. |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Method Detail |
|---|
void setOrderBy(IOrderBy orderBy)
orderBy - An ORDER BY objectvoid setLimit(ILimit limit)
limit - A LIMIT objectIQuery getProjectedQuery()
IOrderBy getOrderBy()
ILimit getLimit()
java.lang.String[] getColumnNames()
java.lang.Class[] getColumnTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||