| Package | Description |
|---|---|
| oracle.javatools.db.plsql |
Classes for dealing with PL/SQL objects.
|
| Modifier and Type | Method and Description |
|---|---|
PlSqlMethod.CallSpecLanguage |
PlSqlMethod.getCallSpecLanguage()
Get method for the CallSpecLanguage property
|
static PlSqlMethod.CallSpecLanguage |
PlSqlMethod.CallSpecLanguage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlSqlMethod.CallSpecLanguage[] |
PlSqlMethod.CallSpecLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlSqlMethod.setCallSpecLanguage(PlSqlMethod.CallSpecLanguage callSpecLanguage)
Set method for the CallSpecLanguage property
|