|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IQueryCommand | |
|---|---|
| org.teiid.connector.basic | |
| org.teiid.connector.language | |
| org.teiid.connector.visitor.util | |
| Uses of IQueryCommand in org.teiid.connector.basic |
|---|
| Methods in org.teiid.connector.basic with parameters of type IQueryCommand | |
|---|---|
ResultSetExecution |
BasicConnection.createResultSetExecution(IQueryCommand command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
|
| Uses of IQueryCommand in org.teiid.connector.language |
|---|
| Subinterfaces of IQueryCommand in org.teiid.connector.language | |
|---|---|
interface |
IQuery
Represents a SELECT query in the language objects. |
interface |
ISetQuery
|
| Methods in org.teiid.connector.language that return IQueryCommand | |
|---|---|
IQueryCommand |
ISetQuery.getLeftQuery()
|
IQueryCommand |
ISubqueryContainer.getQuery()
Get the inner subquery |
IQueryCommand |
ISetQuery.getRightQuery()
|
| Methods in org.teiid.connector.language with parameters of type IQueryCommand | |
|---|---|
IInlineView |
ILanguageFactory.createInlineView(IQueryCommand query,
java.lang.String name)
Create new inline view |
ISetQuery |
ILanguageFactory.createSetOp(ISetQuery.Operation operation,
boolean all,
IQueryCommand leftQuery,
IQueryCommand rightQuery,
IOrderBy orderBy,
ILimit limit)
|
void |
ISetQuery.setLeftQuery(IQueryCommand leftQuery)
|
void |
ISubqueryContainer.setQuery(IQueryCommand query)
Set the inner subquery |
void |
ISetQuery.setRightQuery(IQueryCommand rightQuery)
|
| Uses of IQueryCommand in org.teiid.connector.visitor.util |
|---|
| Methods in org.teiid.connector.visitor.util with parameters of type IQueryCommand | |
|---|---|
protected void |
SQLStringVisitor.appendSetQuery(IQueryCommand obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||