public abstract class PlSqlCodeFragment extends DBObjectPlSqlFragment
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier | Constructor and Description |
|---|---|
protected |
PlSqlCodeFragment() |
protected |
PlSqlCodeFragment(java.lang.String name, DBObject parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(PlSqlComment comment)
Adds the given PlSqlComment to the Comments property array
|
PlSqlComment[] |
getComments()
Get method for the Comments property
|
void |
setComments(PlSqlComment[] comments)
Set method for the Comments property
|
clearSourceID, copyToImpl, fireObjectUpdated, getChildAtOffset, getDeclarationAtOffset, getEndOffset, getReferenceAtOffset, getSourceID, getStartOffset, isBuilt, setEndOffset, setName, setSourceImpl, setStartOffsetsetParentcheckInit, checkInit, equalsImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, getType, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setIDgetProperty, getProperty, setProperties, setPropertyprotected PlSqlCodeFragment()
protected PlSqlCodeFragment(java.lang.String name,
DBObject parent)
public void setComments(PlSqlComment[] comments)
comments - comments within this PlSql code fragmentpublic PlSqlComment[] getComments()
public void addComment(PlSqlComment comment)
comment - comment within this PlSql code fragment