|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryCommand | |
|---|---|
| com.metamatrix.query.parser | |
| com.metamatrix.query.sql.lang | |
| Uses of QueryCommand in com.metamatrix.query.parser |
|---|
| Methods in com.metamatrix.query.parser that return QueryCommand | |
|---|---|
QueryCommand |
SQLParser.queryExpression(ParseInfo info)
Currently just a place holder to keep consistency with the spec |
QueryCommand |
SQLParser.queryExpressionBody(ParseInfo info)
|
QueryCommand |
SQLParser.queryPrimary(ParseInfo info)
|
QueryCommand |
SQLParser.queryTerm(ParseInfo info)
|
| Uses of QueryCommand in com.metamatrix.query.sql.lang |
|---|
| Subclasses of QueryCommand in com.metamatrix.query.sql.lang | |
|---|---|
class |
Query
A representation of a data query. |
class |
SetQuery
This object acts as a Set operator on multiple Queries - UNION, INTERSECT, and EXCEPT can be implemented with this Class |
| Methods in com.metamatrix.query.sql.lang that return QueryCommand | |
|---|---|
QueryCommand |
SetQuery.getLeftQuery()
|
QueryCommand |
Insert.getQueryExpression()
|
QueryCommand |
SetQuery.getRightQuery()
|
| Methods in com.metamatrix.query.sql.lang that return types with arguments of type QueryCommand | |
|---|---|
java.util.List<QueryCommand> |
SetQuery.getQueryCommands()
|
| Methods in com.metamatrix.query.sql.lang with parameters of type QueryCommand | |
|---|---|
void |
SetQuery.setLeftQuery(QueryCommand leftQuery)
|
void |
Insert.setQueryExpression(QueryCommand query)
|
void |
SetQuery.setRightQuery(QueryCommand rightQuery)
|
| Constructors in com.metamatrix.query.sql.lang with parameters of type QueryCommand | |
|---|---|
SetQuery(SetQuery.Operation operation,
boolean all,
QueryCommand leftQuery,
QueryCommand rightQuery)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||