| Package | Description |
|---|---|
| oracle.javatools.db.plsql |
Classes for dealing with PL/SQL objects.
|
| Modifier and Type | Method and Description |
|---|---|
PlSqlComment[] |
PlSqlSchemaObject.getComments() |
PlSqlComment[] |
PlSqlCodeFragment.getComments()
Get method for the Comments property
|
PlSqlComment[] |
PlSqlSourceObject.getComments() |
PlSqlComment[] |
Procedure.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlSqlCodeFragment.addComment(PlSqlComment comment)
Adds the given PlSqlComment to the Comments property array
|
void |
PlSqlCodeFragment.setComments(PlSqlComment[] comments)
Set method for the Comments property
|