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

Packages that use org.makumba.providers.query.mql
org.makumba.providers.query.mql   
 

Classes in org.makumba.providers.query.mql used by org.makumba.providers.query.mql
ASTUtil.FilterPredicate
          Filters nodes out of a tree.
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.
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.
MqlSqlWalker
          Analysis operations.
QueryContext
          FROM analysis code.
QueryContext.Join
          the four elements of a join: label1.field1 = label2.field2
SqlTokenTypes