Package | Description |
---|---|
oracle.javatools.db |
Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database.
|
Modifier and Type | Method and Description |
---|---|
PlSqlMethod |
SpecPlSql.getMethod(java.lang.String name)
Deprecated.
Retrieves one method by name.
|
PlSqlMethod[] |
SpecPlSql.getMethods()
Deprecated.
Retrieves the list of methods contained in this object type.
|
Modifier and Type | Method and Description |
---|---|
void |
SpecPlSql.addMethod(int index, PlSqlMethod method)
Deprecated.
Adds one method to this object type at the given index.
|
void |
SpecPlSql.addMethod(PlSqlMethod method)
Deprecated.
Adds one method to this object type.
|
void |
SpecPlSql.removeMethod(PlSqlMethod method)
Deprecated.
Removes an method from this object type.
|
void |
SpecPlSql.setMethods(PlSqlMethod[] newMethods)
Deprecated.
Sets the entire list of methods, replacing any that have previously been added.
|