| 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)
Parses the input as INPUT_SQL_QCPI. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PtnodRoot  | 
| Modifier and Type | Method and Description | 
|---|---|
PlsqlRoot | 
PlsqlDriver.ph1drv()  | 
PlsqlRoot | 
SqlDriver.qcpidrv()  | 
protected PlsqlRoot | 
SqlDriver.qcpidrv(BaseSqlLayer.Context begin)
DRiVer 
 | 
PlsqlRoot | 
SqlDriver.qcpidrv(int input)  |