| Interface | Description |
|---|---|
| PlsqlTokens |
Inherits TK_* and OP_* definitions from SqlTokens.
|
| SqlKeywords |
The entire listing of SQL keywords as of 10/30/2003.
|
| SqlTokens |
The listing of SQL tokens.
|
| Class | Description |
|---|---|
| PlsqlParser |
Entrypoint to the plsql parser.
|
| PlsqlParser.ParsingOptions |
ParsingOptions is an encapsulation of the various parsing options available in the PlsqlParser.
|