Package org.axiondb.parser

SQL parser interface and implementation classes.

See:
          Description

Interface Summary
AxionDateTimeFormatParserConstants Token literal values and constants.
AxionSqlParserConstants Token literal values and constants.
Parser Generic Axion parser interface.
 

Class Summary
AxionDateTimeFormatParser JavaCC generated date/time format string parser.
AxionDateTimeFormatParserTokenManager Token Manager.
AxionSqlParser JavaCC generated SQL parser.
AxionSqlParserTokenManager Token Manager.
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 Token Manager Error.
 

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.