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