| Package | Description | 
|---|---|
| oracle.javatools.db.plsql | 
 Utility classes for working with (for example parsing) PL/SQL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlSqlMethod | 
Type.getMethod(java.lang.String name)
Gets a Method of the given name 
 | 
PlSqlMethod | 
Type.getMethod(java.lang.String name)
Gets a Method of the given name 
 | 
PlSqlMethod[] | 
Type.getMethods()
Get method for the Methods property 
 | 
PlSqlMethod[] | 
Type.getMethods()
Get method for the Methods property 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Type.addMethod(PlSqlMethod method)
Adds the given PlSqlMethod to the Methods property array 
 | 
void | 
Type.addMethod(PlSqlMethod method)
Adds the given PlSqlMethod to the Methods property array 
 | 
void | 
Type.removeMethod(PlSqlMethod method)
Removes the given PlSqlMethod from the Methods property array 
 | 
void | 
Type.removeMethod(PlSqlMethod method)
Removes the given PlSqlMethod from the Methods property array 
 | 
void | 
Type.setMethods(PlSqlMethod[] methods)
Set method for the Methods property 
 | 
void | 
Type.setMethods(PlSqlMethod[] methods)
Set method for the Methods property 
 |