Uses of Package
org.makumba.providers.query.mql

Packages that use org.makumba.providers.query.mql
org.makumba.db.makumba.sql The generic SQL-92 implementation of the makumba database layer. 
org.makumba.providers.query   
org.makumba.providers.query.mql   
org.makumba.providers.query.mql.treeinliner   
 

Classes in org.makumba.providers.query.mql used by org.makumba.db.makumba.sql
MqlQueryAnalysis
          The hearth of the MQL query analysis and compilation.
 

Classes in org.makumba.providers.query.mql used by org.makumba.providers.query
HqlASTFactory
          User: Joshua Davis
Date: Sep 23, 2005
Time: 12:30:01 PM
 

Classes in org.makumba.providers.query.mql used by org.makumba.providers.query.mql
ASTUtil.FilterPredicate
          Filters nodes out of a tree.
DateArithmeticFunction
           
FunctionCall
           
HqlBaseLexer
          Hibernate Query Language Lexer
This lexer provides the HQL parser with tokens.
HqlBaseParser
          Hibernate Query Language Grammar
This grammar parses the query language for Hibernate (an Open Source, Object-Relational mapping library).
HqlParser
          Implements the semantic action methods defined in the HQL base parser to keep the grammar source file a little cleaner.
HqlSqlTokenTypes
           
HqlTokenTypes
          Makumba adaptation of the original grammar.
MqlBinaryOperator
          Various binary operations.
MqlDotNode
          This is the root of an a.b.c expression.
MQLFunctionArgument
          Represents a single argument in an MQL function.
MQLFunctionDefinition
          This class represents an MQL function, with it's name, return type and required arguments.
MqlNode
          The root of Mql analysis tree nodes.
MqlQueryAnalysis
          The hearth of the MQL query analysis and compilation.
MqlSqlBaseWalker
          Hibernate Query Language to SQL Tree Transform.
MqlSqlGeneratorBase
          SQL Generator Tree Parser, providing SQL rendering of SQL ASTs produced by the previous phase, HqlSqlWalker.
MqlSQLParameterTransformer
          MQL implementation of the SQLParameterTransformer, which generates SQL based on a QueryAnalysis
MqlSqlWalker
          Analysis operations.
Node
          Base node class for use by Hibernate within its AST trees.
QueryContext
          FROM analysis code.
QueryContext.Join
          the four elements of a join: label1.field1 = label2.field2
SQLDialectFunction
           
SqlTokenTypes
           
 

Classes in org.makumba.providers.query.mql used by org.makumba.providers.query.mql.treeinliner
FunctionCall
           
HqlSqlTokenTypes
           
MqlSqlBaseWalker
          Hibernate Query Language to SQL Tree Transform.
MqlSqlWalker
          Analysis operations.
QueryContext
          FROM analysis code.