Package org.axiondb.parser

SQL parser interface and implementation classes.

See:
          Description

Interface Summary
AxionSqlParserConstants  
Parser Generic Axion parser interface.
 

Class Summary
AxionSqlParser JavaCC generated SQL parser.
AxionSqlParserTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package org.axiondb.parser Description

SQL parser interface and implementation classes.

Note that everything here except the Parser interface is generated via JavaCC. See AxionSqlParser.