|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISetQuery
| Nested Class Summary | |
|---|---|
static class |
ISetQuery.Operation
|
| Method Summary | |
|---|---|
IQueryCommand |
getLeftQuery()
|
ISetQuery.Operation |
getOperation()
|
IQueryCommand |
getRightQuery()
|
boolean |
isAll()
|
void |
setAll(boolean all)
|
void |
setLeftQuery(IQueryCommand leftQuery)
|
void |
setOperation(ISetQuery.Operation operation)
|
void |
setRightQuery(IQueryCommand rightQuery)
|
| Methods inherited from interface org.teiid.connector.language.IQueryCommand |
|---|
getColumnNames, getColumnTypes, getLimit, getOrderBy, getProjectedQuery, setLimit, setOrderBy |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Method Detail |
|---|
boolean isAll()
void setAll(boolean all)
ISetQuery.Operation getOperation()
void setOperation(ISetQuery.Operation operation)
IQueryCommand getLeftQuery()
void setLeftQuery(IQueryCommand leftQuery)
IQueryCommand getRightQuery()
void setRightQuery(IQueryCommand rightQuery)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||