| Package | Description |
|---|---|
| oracle.javatools.parser.plsql.data | |
| oracle.javatools.parser.plsql.symtab |
| Modifier and Type | Method and Description |
|---|---|
PlsqlType |
PlsqlTypedef.getArrayComponentType()
Valid if this is a PTNOD_UNCNSTRND_ARRAY_DEF.
|
PlsqlType |
PlsqlTypedef.getArrayIndexType()
Valid if this is a PTNOD_UNCNSTRND_ARRAY_DEF.
|
PlsqlType |
PlsqlTypedef.getCursorReturnType()
Valid if this is a PTNOD_REF_CURSOR_TY_DEF.
|
PlsqlType |
PlsqlHasFormals.getReturnType() |
PlsqlType |
PlsqlTypedef.getSubtype()
Valid if this is a PTNOD_SUBTY_DEF.
|
PlsqlType |
PlsqlTypedef.getTableType()
Valid if this is a PTNOD_TBL_TY_DEF.
|
PlsqlType |
PlsqlVariable.getVariableType() |
| Modifier and Type | Class and Description |
|---|---|
class |
PtnodType |
| Modifier and Type | Method and Description |
|---|---|
PlsqlType |
PtnodTypedef.getArrayComponentType() |
PlsqlType |
PtnodTypedef.getArrayIndexType() |
PlsqlType |
PtnodTypedef.getCursorReturnType() |
PlsqlType |
Ptnod.getReturnType() |
PlsqlType |
PtnodTypedef.getSubtype() |
PlsqlType |
PtnodTypedef.getTableType() |
protected PlsqlType |
Ptnod.getType() |
PlsqlType |
PtnodVariable.getVariableType() |