| Package | Description | 
|---|---|
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| oracle.javatools.parser.plsql.data | |
| oracle.javatools.parser.plsql.symtab | |
| oracle.javatools.parser.plsql.syntax | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
ParserUtils.getConstant(PlsqlNode node)
Deprecated. 
 
 | 
static java.lang.String | 
ParserUtils.getHexToRawString(PlsqlNode node)
Deprecated.  
 | 
static java.lang.String | 
ParserUtils.getString(PlsqlNode node)
Deprecated.  
 | 
static boolean | 
ParserUtils.isAllowedExpression(PlsqlNode node,
                   java.util.Collection validOperators)
Deprecated.  
 | 
static boolean | 
ParserUtils.isAllowedStringType(PlsqlNode node,
                   java.util.Collection validStringTypes)
Deprecated.  
 | 
static boolean | 
ParserUtils.isConstant(PlsqlNode node)
Deprecated. 
 
use  
ParserUtils.isConstant( SQLFragment )
 Is this a non null string or numeric constant | 
static boolean | 
ParserUtils.isDbObjectName(PlsqlNode node)
Deprecated.  
 | 
static boolean | 
ParserUtils.isNull(PlsqlNode node)
Deprecated.  
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PlsqlAdt
Deprecated.  
 | 
interface  | 
PlsqlAdtBody
Deprecated.  
 | 
interface  | 
PlsqlBlock
Deprecated.  
 | 
interface  | 
PlsqlCursor
Deprecated.  
 | 
interface  | 
PlsqlError
Deprecated.  
 | 
interface  | 
PlsqlHasFormals
Deprecated.  
 | 
interface  | 
PlsqlHasName
Deprecated.  
 | 
interface  | 
PlsqlName
Deprecated.  
 | 
interface  | 
PlsqlPkg
Deprecated.  
 | 
interface  | 
PlsqlRoot
Deprecated.  
 | 
interface  | 
PlsqlSubprg
Deprecated.  
 | 
interface  | 
PlsqlType
Deprecated.  
 | 
interface  | 
PlsqlTypedef
Deprecated.  
 | 
interface  | 
PlsqlVariable
Deprecated.  
 | 
interface  | 
SqlExpression
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlsqlNode[] | 
PlsqlAdtBody.getComponents()
Deprecated.  
  | 
PlsqlNode[] | 
PlsqlAdt.getComponents()
Deprecated.  
  | 
PlsqlNode[] | 
PlsqlBlock.getDeclarations()
Deprecated.  
  | 
PlsqlNode[] | 
PlsqlRoot.getUnits()
Deprecated.  
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Ptnod
Deprecated.  
 | 
class  | 
PtnodAdt
Deprecated.  
 | 
class  | 
PtnodAdtBody
Deprecated.  
 | 
class  | 
PtnodCursor
Deprecated.  
 | 
class  | 
PtnodError
Deprecated.  
 | 
class  | 
PtnodFormals
Deprecated.  
 | 
class  | 
PtnodName
Deprecated.  
 | 
class  | 
PtnodPkg
Deprecated.  
 | 
class  | 
PtnodRoot
Deprecated.  
 | 
class  | 
PtnodSubprg
Deprecated.  
 | 
class  | 
PtnodType
Deprecated.  
 | 
class  | 
PtnodTypedef
Deprecated.  
 | 
class  | 
PtnodVariable
Deprecated.  
 | 
class  | 
SqlAjndef
Deprecated.  
 | 
class  | 
SqlColdef
Deprecated.  
 | 
class  | 
SqlFrodef
Deprecated.  
 | 
class  | 
SqlGbydef
Deprecated.  
 | 
class  | 
SqlHqcdef
Deprecated.  
 | 
class  | 
SqlLogdef
Deprecated.  
 | 
class  | 
SqlOdmCost
Deprecated.  
 | 
class  | 
SqlOdmdef
Deprecated.  
 | 
class  | 
SqlOdmModel
Deprecated.  
 | 
class  | 
SqlOpndef
Deprecated.  
 | 
class  | 
SqlOptdef
Deprecated.  
 | 
class  | 
SqlOrddef
Deprecated.  
 | 
class  | 
SqlPvtdef  | 
class  | 
SqlQbcdef
Deprecated.  
 | 
class  | 
SqlSeldef
Deprecated.  
 | 
class  | 
SqlStrdef
Deprecated.  
 | 
class  | 
SqlTypdef
Deprecated.  
 | 
class  | 
SqlXmtdef
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlsqlNode[] | 
PtnodAdtBody.getComponents()
Deprecated.  
  | 
PlsqlNode[] | 
PtnodAdt.getComponents()
Deprecated.  
  | 
PlsqlNode[] | 
Ptnod.getDeclarations()
Deprecated.  
  | 
PlsqlNode[] | 
PtnodRoot.getUnits()
Deprecated.  
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AST
Deprecated.  
 | 
| Modifier and Type | Field and Description | 
|---|---|
PlsqlNode[] | 
AST.kids
Deprecated.  
The children of this AST. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AST.addKid(PlsqlNode kid)
Deprecated.  
  |