public abstract class PlSqlSchemaObject extends PlSqlBlock implements SourceObject
SourceObjects) other than Procedure and Function as they extend PlSqlSubProgram.AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportTYPE| Constructor and Description |
|---|
PlSqlSchemaObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireObjectUpdated(DBObjectChange change)
Notifies any registered listeners of the change to this object.
|
Schema |
getSchema()
Get method for the Schema property
|
java.lang.String |
getSource()
Get method for the Source property
|
void |
setSchema(Schema schema)
Set method for the Schema property
|
void |
setSource(java.lang.String source)
Set method for the Source property
|
addBlock, addDatatype, addReference, addSubProgram, addVariable, getBlocks, getDatatypes, getReferences, getSubProgram, getSubPrograms, getType, getVariable, getVariables, setBlocks, setDatatypes, setReferences, setSubPrograms, setVariablesaddComment, getComments, setCommentsclearSourceID, copyToImpl, 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, waitaddObjectListener, removeObjectListeneraddObjectListener, removeObjectListeneraddObjectListener, copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperties, getReferenceIDs, getType, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertygetParentpublic java.lang.String getSource()
getSource in interface SourceObjectpublic void setSource(java.lang.String source)
setSource in interface SourceObjectsource - the source representing this objectpublic void setSchema(Schema schema)
setSchema in interface SchemaObjectschema -public Schema getSchema()
getSchema in interface SchemaObjectpublic final void fireObjectUpdated(DBObjectChange change)
SystemObjectfireObjectUpdated in interface SystemObjectfireObjectUpdated in class DBObjectPlSqlFragment