Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Package
oracle.javatools.parser.plsql.data

Packages that use oracle.javatools.parser.plsql.data
oracle.javatools.db.datatypes Classes related to datatypes in the database API. 
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.data   
oracle.javatools.parser.plsql.symtab   
oracle.javatools.parser.plsql.syntax   
 

Classes in oracle.javatools.parser.plsql.data used by oracle.javatools.db.datatypes
PlsqlNode
          The base type of all Plsql Tree NODes.
 

Classes in oracle.javatools.parser.plsql.data used by oracle.javatools.db.plsql
PlsqlError
          An error found during parsing.
PlsqlNode
          The base type of all Plsql Tree NODes.
PlsqlRoot
          The root of the Plsql Tree NODe hierarchy.
 

Classes in oracle.javatools.parser.plsql.data used by oracle.javatools.db.sql
PlsqlNode
          The base type of all Plsql Tree NODes.
PlsqlRoot
          The root of the Plsql Tree NODe hierarchy.
SqlExpression
          A SQL expression.
 

Classes in oracle.javatools.parser.plsql.data used by oracle.javatools.parser.plsql
PlsqlRoot
          The root of the Plsql Tree NODe hierarchy.
 

Classes in oracle.javatools.parser.plsql.data used by oracle.javatools.parser.plsql.data
PlsqlBlock
          This plsql element is either a plsql block or may declare a plsql block.
PlsqlError
          An error found during parsing.
PlsqlHasFormals
          This plsql element has a list of formal parameters and may have a return type.
PlsqlHasName
          This plsql element has a name.
PlsqlName
          This is a name in the Plsql tree.
PlsqlNode
          The base type of all Plsql Tree NODes.
PlsqlType
          A plsql type.
PlsqlVariable
          This is a plsql variable.
SqlExpression
          A SQL expression.
 

Classes in oracle.javatools.parser.plsql.data used by oracle.javatools.parser.plsql.symtab
PlsqlAdt
          A plsql adt declaration.
PlsqlAdtBody
          A plsql adt body.
PlsqlBlock
          This plsql element is either a plsql block or may declare a plsql block.
PlsqlCursor
          A plsql cursor declaration.
PlsqlError
          An error found during parsing.
PlsqlHasFormals
          This plsql element has a list of formal parameters and may have a return type.
PlsqlHasName
          This plsql element has a name.
PlsqlName
          This is a name in the Plsql tree.
PlsqlNode
          The base type of all Plsql Tree NODes.
PlsqlPkg
          A plsql package declaration or package body.
PlsqlRoot
          The root of the Plsql Tree NODe hierarchy.
PlsqlSubprg
          A plsql subprogram.
PlsqlType
          A plsql type.
PlsqlTypedef
          A Plsql type definition, which is characterized by "TYPE id IS ...".
PlsqlVariable
          This is a plsql variable.
PtnodConstants
          Plsql Tree NODe CONSTANTS I'm putting Query Compile NODe constants here in the PtnodConstants in order to keep all NODe (tree kind) constants in the same place.
SqlConstants
          A collection of all constants for the sql parser that don't get to fit into their own files.
SqlExpression
          A SQL expression.
SqlOperators
          optdef.h.
 

Classes in oracle.javatools.parser.plsql.data used by oracle.javatools.parser.plsql.syntax
PlsqlNode
          The base type of all Plsql Tree NODes.
PlsqlRoot
          The root of the Plsql Tree NODe hierarchy.
PtnodConstants
          Plsql Tree NODe CONSTANTS I'm putting Query Compile NODe constants here in the PtnodConstants in order to keep all NODe (tree kind) constants in the same place.
SqlOperators
          optdef.h.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.