Class Summary |
ASTQueryTranslatorFactory |
Generates translators which uses the Antlr-based parser to perform
the translation. |
ErrorCounter |
An error handler that counts parsing errors and warnings. |
HqlASTFactory |
User: Joshua Davis
Date: Sep 23, 2005
Time: 12:30:01 PM
|
HqlParser |
Implements the semantic action methods defined in the HQL base parser to keep the grammar
source file a little cleaner. |
HqlSqlWalker |
Implements methods used by the HQL->SQL tree transform grammar (a.k.a. |
HqlToken |
A custom token class for the HQL grammar. |
ParameterTranslationsImpl |
Defines the information available for parameters encountered during
query translation through the antlr-based parser. |
ParameterTranslationsImpl.ParameterInfo |
|
QueryTranslatorImpl |
A QueryTranslator that uses an AST based parser. |
SqlASTFactory |
Custom AST factory the intermediate tree that causes ANTLR to create specialized
AST nodes, given the AST node type (from HqlSqlTokenTypes). |
SqlGenerator |
Generates SQL by overriding callback methods in the base class, which does
the actual SQL AST walking. |