| Package | Description |
|---|---|
| oracle.javatools.parser.plsql.data | |
| oracle.javatools.parser.plsql.symtab |
| Modifier and Type | Method and Description |
|---|---|
PlsqlVariable[] |
PlsqlHasFormals.getFormalParameters()
Deprecated.
|
PlsqlVariable[] |
PlsqlTypedef.getRecordColumns()
Deprecated.
Valid if this is a PTNOD_RECORD_TY_DEF.
|
PlsqlVariable[] |
PlsqlType.getTableColumns()
Deprecated.
Valid for PTNOD_TABLE_TYPE.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PtnodVariable
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PlsqlVariable[] |
Ptnod.getFormalParameters()
Deprecated.
|
PlsqlVariable[] |
PtnodTypedef.getRecordColumns()
Deprecated.
|
PlsqlVariable[] |
PtnodType.getTableColumns()
Deprecated.
|
protected PlsqlVariable[] |
Ptnod.getVariables()
Deprecated.
|