| Package | Description | 
|---|---|
| oracle.javatools.db.plsql | 
 Utility classes for working with (for example parsing) PL/SQL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlSqlComment[] | 
PlSqlCodeFragment.getComments()
Get method for the Comments property 
 | 
PlSqlComment[] | 
PlSqlSourceObject.getComments()
Get any child  
PlSqlComments. | 
PlSqlComment[] | 
PlSqlCodeFragment.getComments()
Get method for the Comments property 
 | 
PlSqlComment[] | 
PlSqlSourceObject.getComments()
Get any child  
PlSqlComments. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlSqlCodeFragment.addComment(PlSqlComment comment)
Adds the given PlSqlComment to the Comments property array 
 | 
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 
 | 
void | 
PlSqlCodeFragment.setComments(PlSqlComment[] comments)
Set method for the Comments property 
 |