|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Symbol | |
---|---|
com.metamatrix.query.optimizer.xml | |
com.metamatrix.query.sql.symbol | |
com.metamatrix.query.sql.visitor |
Uses of Symbol in com.metamatrix.query.optimizer.xml |
---|
Methods in com.metamatrix.query.optimizer.xml that return Symbol | |
---|---|
protected Symbol |
XMLNodeMappingVisitor.getMappedSymbol(Symbol symbol)
|
Methods in com.metamatrix.query.optimizer.xml with parameters of type Symbol | |
---|---|
protected Symbol |
XMLNodeMappingVisitor.getMappedSymbol(Symbol symbol)
|
Uses of Symbol in com.metamatrix.query.sql.symbol |
---|
Subclasses of Symbol in com.metamatrix.query.sql.symbol | |
---|---|
class |
AggregateSymbol
An aggregate symbol represents an aggregate function in the SELECT or HAVING clauses. |
class |
AliasSymbol
An AliasSymbol wraps a SingleElementSymbol and changes it's name. |
class |
AllInGroupSymbol
This is a subclass of Symbol representing |
class |
AllSymbol
This is a subclass of Symbol representing *, which contains all of the elements from all groups in the query. |
class |
ElementSymbol
This is a subclass of Symbol representing a single element. |
class |
ExpressionSymbol
This is a subclass of Symbol representing an expression in the SELECT clause. |
class |
GroupSymbol
This is the server's representation of a metadata group symbol. |
class |
MultipleElementSymbol
This is a subclass of Symbol representing multiple output columns. |
class |
SelectSymbol
This is the server's representation of a metadata symbol that can be used in a SELECT statement. |
class |
SingleElementSymbol
This is a subclass of Symbol representing a single output column. |
Uses of Symbol in com.metamatrix.query.sql.visitor |
---|
Methods in com.metamatrix.query.sql.visitor that return Symbol | |
---|---|
protected Symbol |
StaticSymbolMappingVisitor.getMappedSymbol(Symbol symbol)
|
protected Symbol |
CriteriaTranslatorVisitor.getMappedSymbol(Symbol symbol)
Get the symbol map between virtual group elements and the expressions that define them on the query transform of the virtual group. |
protected abstract Symbol |
AbstractSymbolMappingVisitor.getMappedSymbol(Symbol symbol)
Get the mapped symbol from the specified symbol. |
Methods in com.metamatrix.query.sql.visitor with parameters of type Symbol | |
---|---|
protected Symbol |
StaticSymbolMappingVisitor.getMappedSymbol(Symbol symbol)
|
protected Symbol |
CriteriaTranslatorVisitor.getMappedSymbol(Symbol symbol)
Get the symbol map between virtual group elements and the expressions that define them on the query transform of the virtual group. |
protected abstract Symbol |
AbstractSymbolMappingVisitor.getMappedSymbol(Symbol symbol)
Get the mapped symbol from the specified symbol. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |