| Package | Description | 
|---|---|
| oracle.javatools.db.plsql | 
 Utility classes for working with (for example parsing) PL/SQL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlSqlParameter.Mode | 
PlSqlParameter.getMode()
Get method for the Mode property 
 | 
PlSqlParameter.Mode | 
PlSqlParameter.getMode()
Get method for the Mode property 
 | 
static PlSqlParameter.Mode | 
PlSqlParameter.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PlSqlParameter.Mode | 
PlSqlParameter.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PlSqlParameter.Mode[] | 
PlSqlParameter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
static PlSqlParameter.Mode[] | 
PlSqlParameter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlSqlParameter.setMode(PlSqlParameter.Mode mode)
Set method for the Mode property 
 | 
void | 
PlSqlParameter.setMode(PlSqlParameter.Mode mode)
Set method for the Mode property 
 |