| Package | Description | 
|---|---|
| oracle.javatools.db.plsql | 
 Utility classes for working with (for example parsing) PL/SQL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlSqlParameter | 
PlSqlSubProgram.getParameter(java.lang.String name)
Gets a Parameter of the given name 
 | 
PlSqlParameter | 
PlSqlSubProgram.getParameter(java.lang.String name)
Gets a Parameter of the given name 
 | 
PlSqlParameter[] | 
PlSqlSubProgram.getParameters()
Get method for the Parameters property 
 | 
PlSqlParameter[] | 
PlSqlSubProgram.getParameters()
Get method for the Parameters property 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlSqlSubProgram.addParameter(int index,
            PlSqlParameter parameter)
Adds the given PlSqlParameter to the Parameters property array at the specifed index 
 | 
void | 
PlSqlSubProgram.addParameter(int index,
            PlSqlParameter parameter)
Adds the given PlSqlParameter to the Parameters property array at the specifed index 
 | 
void | 
PlSqlSubProgram.addParameter(PlSqlParameter parameter)
Adds the given PlSqlParameter to the Parameters property array 
 | 
void | 
PlSqlSubProgram.addParameter(PlSqlParameter parameter)
Adds the given PlSqlParameter to the Parameters property array 
 | 
void | 
PlSqlSubProgram.removeParameter(PlSqlParameter parameter)
Removes the given PlSqlParameter from the Parameters property array 
 | 
void | 
PlSqlSubProgram.removeParameter(PlSqlParameter parameter)
Removes the given PlSqlParameter from the Parameters property array 
 | 
void | 
PlSqlSubProgram.setParameters(PlSqlParameter[] parameters)
Set method for the Parameters property 
 | 
void | 
PlSqlSubProgram.setParameters(PlSqlParameter[] parameters)
Set method for the Parameters property 
 |