Uses of Package
com.metamatrix.query.sql.symbol

Packages that use com.metamatrix.query.sql.symbol
com.metamatrix.query.eval   
com.metamatrix.query.function   
com.metamatrix.query.mapping.xml   
com.metamatrix.query.metadata   
com.metamatrix.query.optimizer.relational   
com.metamatrix.query.optimizer.relational.plantree   
com.metamatrix.query.optimizer.relational.rules   
com.metamatrix.query.optimizer.xml   
com.metamatrix.query.parser   
com.metamatrix.query.processor.proc   
com.metamatrix.query.processor.relational   
com.metamatrix.query.processor.xml   
com.metamatrix.query.resolver   
com.metamatrix.query.resolver.command   
com.metamatrix.query.resolver.util   
com.metamatrix.query.rewriter   
com.metamatrix.query.sql   
com.metamatrix.query.sql.lang   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.proc   
com.metamatrix.query.sql.symbol   
com.metamatrix.query.sql.util   
com.metamatrix.query.sql.visitor   
com.metamatrix.query.validator   
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.eval
Expression
          This is the interface for an expression in a SQL string.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.function
Function
          Represents a function in a sql statement.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.mapping.xml
ElementSymbol
          This is a subclass of Symbol representing a single element.
GroupSymbol
          This is the server's representation of a metadata group symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.metadata
ElementSymbol
          This is a subclass of Symbol representing a single element.
SingleElementSymbol
          This is a subclass of Symbol representing a single output column.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.optimizer.relational
Reference
          This class represents a reference within a SQL statement to some other source of data.
ScalarSubquery
          This is an Expression implementation that can be used in a SELECT clause.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.optimizer.relational.plantree
GroupSymbol
          This is the server's representation of a metadata group symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.optimizer.relational.rules
AggregateSymbol
          An aggregate symbol represents an aggregate function in the SELECT or HAVING clauses.
CaseExpression
           
ElementSymbol
          This is a subclass of Symbol representing a single element.
Expression
          This is the interface for an expression in a SQL string.
Function
          Represents a function in a sql statement.
GroupSymbol
          This is the server's representation of a metadata group symbol.
ScalarSubquery
          This is an Expression implementation that can be used in a SELECT clause.
SearchedCaseExpression
           
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.optimizer.xml
Expression
          This is the interface for an expression in a SQL string.
GroupSymbol
          This is the server's representation of a metadata group symbol.
Symbol
          This is the server's representation of a metadata symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.parser
Expression
          This is the interface for an expression in a SQL string.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.processor.proc
ElementSymbol
          This is a subclass of Symbol representing a single element.
Expression
          This is the interface for an expression in a SQL string.
GroupSymbol
          This is the server's representation of a metadata group symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.processor.relational
Expression
          This is the interface for an expression in a SQL string.
GroupSymbol
          This is the server's representation of a metadata group symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.processor.xml
ElementSymbol
          This is a subclass of Symbol representing a single element.
GroupSymbol
          This is the server's representation of a metadata group symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.resolver
GroupSymbol
          This is the server's representation of a metadata group symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.resolver.command
AllInGroupSymbol
          This is a subclass of Symbol representing .*, which contains all of the elements from a single group in the query.
AllSymbol
          This is a subclass of Symbol representing *, which contains all of the elements from all groups in the query.
GroupSymbol
          This is the server's representation of a metadata group symbol.
ScalarSubquery
          This is an Expression implementation that can be used in a SELECT clause.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.resolver.util
CaseExpression
           
ElementSymbol
          This is a subclass of Symbol representing a single element.
Expression
          This is the interface for an expression in a SQL string.
Function
          Represents a function in a sql statement.
GroupSymbol
          This is the server's representation of a metadata group symbol.
Reference
          This class represents a reference within a SQL statement to some other source of data.
SearchedCaseExpression
           
SingleElementSymbol
          This is a subclass of Symbol representing a single output column.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.rewriter
Expression
          This is the interface for an expression in a SQL string.
GroupSymbol
          This is the server's representation of a metadata group symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.sql
AggregateSymbol
          An aggregate symbol represents an aggregate function in the SELECT or HAVING clauses.
AliasSymbol
          An AliasSymbol wraps a SingleElementSymbol and changes it's name.
AllInGroupSymbol
          This is a subclass of Symbol representing .*, which contains all of the elements from a single group in the query.
AllSymbol
          This is a subclass of Symbol representing *, which contains all of the elements from all groups in the query.
CaseExpression
           
Constant
          This class represents a literal value in a SQL string.
ElementSymbol
          This is a subclass of Symbol representing a single element.
ExpressionSymbol
          This is a subclass of Symbol representing an expression in the SELECT clause.
Function
          Represents a function in a sql statement.
GroupSymbol
          This is the server's representation of a metadata group symbol.
Reference
          This class represents a reference within a SQL statement to some other source of data.
ScalarSubquery
          This is an Expression implementation that can be used in a SELECT clause.
SearchedCaseExpression
           
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.sql.lang
ElementSymbol
          This is a subclass of Symbol representing a single element.
Expression
          This is the interface for an expression in a SQL string.
GroupSymbol
          This is the server's representation of a metadata group symbol.
SelectSymbol
          This is the server's representation of a metadata symbol that can be used in a SELECT statement.
SingleElementSymbol
          This is a subclass of Symbol representing a single output column.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.sql.navigator
AggregateSymbol
          An aggregate symbol represents an aggregate function in the SELECT or HAVING clauses.
AliasSymbol
          An AliasSymbol wraps a SingleElementSymbol and changes it's name.
AllInGroupSymbol
          This is a subclass of Symbol representing .*, which contains all of the elements from a single group in the query.
AllSymbol
          This is a subclass of Symbol representing *, which contains all of the elements from all groups in the query.
CaseExpression
           
Constant
          This class represents a literal value in a SQL string.
ElementSymbol
          This is a subclass of Symbol representing a single element.
ExpressionSymbol
          This is a subclass of Symbol representing an expression in the SELECT clause.
Function
          Represents a function in a sql statement.
GroupSymbol
          This is the server's representation of a metadata group symbol.
Reference
          This class represents a reference within a SQL statement to some other source of data.
ScalarSubquery
          This is an Expression implementation that can be used in a SELECT clause.
SearchedCaseExpression
           
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.sql.proc
ElementSymbol
          This is a subclass of Symbol representing a single element.
Expression
          This is the interface for an expression in a SQL string.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.sql.symbol
AbstractCaseExpression
           
ElementSymbol
          This is a subclass of Symbol representing a single element.
ElementSymbol.DisplayMode
           
Expression
          This is the interface for an expression in a SQL string.
ExpressionSymbol
          This is a subclass of Symbol representing an expression in the SELECT clause.
GroupSymbol
          This is the server's representation of a metadata group symbol.
MultipleElementSymbol
          This is a subclass of Symbol representing multiple output columns.
SelectSymbol
          This is the server's representation of a metadata symbol that can be used in a SELECT statement.
SingleElementSymbol
          This is a subclass of Symbol representing a single output column.
Symbol
          This is the server's representation of a metadata symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.sql.util
ElementSymbol
          This is a subclass of Symbol representing a single element.
Expression
          This is the interface for an expression in a SQL string.
GroupSymbol
          This is the server's representation of a metadata group symbol.
SingleElementSymbol
          This is a subclass of Symbol representing a single output column.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.sql.visitor
AggregateSymbol
          An aggregate symbol represents an aggregate function in the SELECT or HAVING clauses.
AliasSymbol
          An AliasSymbol wraps a SingleElementSymbol and changes it's name.
AllInGroupSymbol
          This is a subclass of Symbol representing .*, which contains all of the elements from a single group in the query.
AllSymbol
          This is a subclass of Symbol representing *, which contains all of the elements from all groups in the query.
CaseExpression
           
Constant
          This class represents a literal value in a SQL string.
ElementSymbol
          This is a subclass of Symbol representing a single element.
Expression
          This is the interface for an expression in a SQL string.
ExpressionSymbol
          This is a subclass of Symbol representing an expression in the SELECT clause.
Function
          Represents a function in a sql statement.
GroupSymbol
          This is the server's representation of a metadata group symbol.
Reference
          This class represents a reference within a SQL statement to some other source of data.
ScalarSubquery
          This is an Expression implementation that can be used in a SELECT clause.
SearchedCaseExpression
           
SingleElementSymbol
          This is a subclass of Symbol representing a single output column.
Symbol
          This is the server's representation of a metadata symbol.
 

Classes in com.metamatrix.query.sql.symbol used by com.metamatrix.query.validator
AggregateSymbol
          An aggregate symbol represents an aggregate function in the SELECT or HAVING clauses.
CaseExpression
           
ElementSymbol
          This is a subclass of Symbol representing a single element.
Expression
          This is the interface for an expression in a SQL string.
ExpressionSymbol
          This is a subclass of Symbol representing an expression in the SELECT clause.
Function
          Represents a function in a sql statement.
GroupSymbol
          This is the server's representation of a metadata group symbol.
SearchedCaseExpression
           
 



Copyright © 2009. All Rights Reserved.