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
Deprecated.
the javatools sql parser is no longer supported. For working with
sql queries see the utilities in package oracle.javatools.db.sql
|
class |
SqlLexer
Deprecated.
the javatools sql parser is no longer supported. For working with
sql queries see the utilities in package oracle.javatools.db.sql
|
class |
SqlPlsqlLexer
The SqlPlsqlLexer is used by the code editor only to highlight both the sql and plsql keywords.
|