|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Select in com.metamatrix.query.optimizer.relational |
---|
Methods in com.metamatrix.query.optimizer.relational with parameters of type Select | |
---|---|
void |
AliasGenerator.visit(Select obj)
|
Uses of Select in com.metamatrix.query.parser |
---|
Methods in com.metamatrix.query.parser that return Select | |
---|---|
Select |
SQLParser.select(ParseInfo info)
Parse a SELECT clause. |
Uses of Select in com.metamatrix.query.sql |
---|
Methods in com.metamatrix.query.sql with parameters of type Select | |
---|---|
void |
LanguageVisitor.visit(Select obj)
|
Uses of Select in com.metamatrix.query.sql.lang |
---|
Methods in com.metamatrix.query.sql.lang that return Select | |
---|---|
Select |
Query.getSelect()
Get the select clause for the query. |
Methods in com.metamatrix.query.sql.lang with parameters of type Select | |
---|---|
void |
Query.setSelect(Select select)
Set the select clause for the query. |
Constructors in com.metamatrix.query.sql.lang with parameters of type Select | |
---|---|
Query(Select select,
From from,
Criteria criteria,
GroupBy groupBy,
Criteria having,
OrderBy orderBy,
Option option)
Constructs an instance of this class given all the clauses |
|
Query(Select select,
From from,
Criteria criteria,
OrderBy orderBy,
Option option)
Constructs an instance of this class given the specified clauses |
Uses of Select in com.metamatrix.query.sql.navigator |
---|
Methods in com.metamatrix.query.sql.navigator with parameters of type Select | |
---|---|
void |
PreOrPostOrderNavigator.visit(Select obj)
|
Uses of Select in com.metamatrix.query.sql.visitor |
---|
Methods in com.metamatrix.query.sql.visitor with parameters of type Select | |
---|---|
void |
SQLStringVisitor.visit(Select obj)
|
void |
ExpressionMappingVisitor.visit(Select obj)
|
Uses of Select in com.metamatrix.query.validator |
---|
Methods in com.metamatrix.query.validator with parameters of type Select | |
---|---|
protected void |
ValidationVisitor.validateSelectElements(Select obj)
|
void |
UpdateValidationVisitor.visit(Select obj)
This method visits the Select and verifies that the
expressions defined on it are all ElementSymbol |
void |
ValidationVisitor.visit(Select obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |