Package | Description |
---|---|
oracle.javatools.db.plsql |
Classes for dealing with PL/SQL objects.
|
oracle.javatools.db.sql |
Contains an API for declaratively parsing SQL queries (SELECT statements).
|
oracle.javatools.parser.plsql | |
oracle.javatools.parser.plsql.symtab | |
oracle.javatools.parser.plsql.syntax |
Modifier and Type | Class and Description |
---|---|
class |
PlSqlFragment |
Modifier and Type | Method and Description |
---|---|
static PlsqlRoot |
ParserUtils.parseQueryString(java.lang.String expression,
int type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
ParserUtils.checkErrors(PlsqlRoot root,
java.lang.String sql)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PlsqlRoot |
PlsqlParser.parse(ReadTextBuffer textBuffer,
PlsqlParser.ParsingOptions options) |
static PlsqlRoot |
PlsqlParser.parsePlsql(ReadTextBuffer textBuffer)
Parses the input as INPUT_PLS_SRC.
|
static PlsqlRoot |
PlsqlParser.parseSql(ReadTextBuffer textBuffer)
Deprecated.
the javatools sql parser is no longer supported. For working with
sql queries see the utilities in package oracle.javatools.db.sql
|
Modifier and Type | Class and Description |
---|---|
class |
PtnodRoot |
Modifier and Type | Method and Description |
---|---|
PlsqlRoot |
PlsqlDriver.ph1drv() |
PlsqlRoot |
SqlDriver.qcpidrv()
Deprecated.
|
protected PlsqlRoot |
SqlDriver.qcpidrv(BaseSqlLayer.Context begin)
Deprecated.
DRiVer
|
PlsqlRoot |
SqlDriver.qcpidrv(int input)
Deprecated.
|