Interface | Description |
---|---|
CCJSqlParserConstants |
Token literal values and constants.
|
JSqlParser |
Every parser must implements this interface
|
Class | Description |
---|---|
CCJSqlParser |
The parser generated by JavaCC
|
CCJSqlParserManager |
A JSqlParser implementation that uses a parser generated by JavaCC
|
CCJSqlParserTokenManager |
Token Manager.
|
CCJSqlParserUtil |
Toolfunctions to start and use JSqlParser.
|
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 | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Error | Description |
---|---|
TokenMgrError |
Token Manager Error.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.