Package | Description |
---|---|
oracle.javatools.parser.plsql | |
oracle.javatools.parser.plsql.syntax |
Modifier and Type | Interface and Description |
---|---|
interface |
PlsqlTokens
Inherits TK_* and OP_* definitions from SqlTokens.
|
Modifier and Type | Class and Description |
---|---|
class |
PlsqlDriver |
class |
PlsqlLexer
The PlsqlLexer is specifically designed for use with an incremental parser.
|
class |
SqlDriver
All right! Here's the top of the sql stack.
|
class |
SqlLexer |
class |
SqlPlsqlLexer
The SqlPlsqlLexer is used by the code editor only to highlight both the sql and plsql keywords.
|