| Package | Description | 
|---|---|
| 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 | 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)
Deprecated.  
  | 
static PlsqlRoot | 
PlsqlParser.parsePlsql(ReadTextBuffer textBuffer)
Deprecated.  
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
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlsqlRoot | 
PlsqlDriver.ph1drv()
Deprecated.  
  | 
PlsqlRoot | 
SqlDriver.qcpidrv()
Deprecated.   
 | 
protected PlsqlRoot | 
SqlDriver.qcpidrv(BaseSqlLayer.Context begin)
Deprecated.  
DRiVer 
 | 
PlsqlRoot | 
SqlDriver.qcpidrv(int input)
Deprecated.   
 |