Package | Description |
---|---|
oracle.javatools.db.plsql |
Classes for dealing with PL/SQL objects.
|
Modifier and Type | Method and Description |
---|---|
PlSqlMethod |
Type.getMethod(java.lang.String name)
Gets a Method of the given name
|
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.removeMethod(PlSqlMethod method)
Removes the given PlSqlMethod from the Methods property array
|
void |
Type.setMethods(PlSqlMethod[] methods)
Set method for the Methods property
|