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.data | |
oracle.javatools.parser.plsql.symtab | |
oracle.javatools.parser.plsql.syntax |
Class and Description |
---|
PlsqlError
An error found during parsing.
|
PlsqlNode
The base type of all Plsql Tree NODes.
|
PlsqlRoot
The root of the Plsql Tree NODe hierarchy.
|
Class and Description |
---|
PlsqlNode
The base type of all Plsql Tree NODes.
|
PlsqlRoot
The root of the Plsql Tree NODe hierarchy.
|
SqlExpression
A SQL expression.
|
Class and Description |
---|
PlsqlRoot
The root of the Plsql Tree NODe hierarchy.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|