Skip navigation links 
 
oracle.javatools.db.plsql
Class PlSqlSchemaObject
java.lang.Object
  
oracle.javatools.db.AbstractDBObject
      
oracle.javatools.db.AbstractBuildableObject
          
oracle.javatools.db.plsql.DBObjectPlSqlFragment
              
oracle.javatools.db.plsql.PlSqlBlock
                  
oracle.javatools.db.plsql.PlSqlSchemaObject
- All Implemented Interfaces:
 
- ChildDBObject, DBObject, SchemaObject, SourceObject, SystemObject, Copyable, DynamicPropertySet
 
- Direct Known Subclasses:
 
- PlSqlSchemaObjectBody, PlSqlSchemaObjectSpec, Trigger
 
- 
public abstract class PlSqlSchemaObject
 
- extends PlSqlBlock
 
- implements SourceObject
 
Abstract superclass of all Schema level PL/SQL objects (ie SourceObjects) other than Procedure and Function as they extend PlSqlSubProgram.
 
 
  
 
 
 
  
 
  
 
 
| Methods inherited from class oracle.javatools.db.plsql.PlSqlBlock | 
addBlock, addDatatype, addReference, addSubProgram, addVariable, getBlocks, getDatatypes, getReferences, getSubProgram, getSubPrograms, getType, getVariable, getVariables, setBlocks, setDatatypes, setReferences, setSubPrograms, setVariables | 
 
 
 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
| Methods inherited from interface oracle.javatools.db.DBObject | 
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getReferenceIDs, getType, replaceReferenceIDs, setID, setName | 
 
 
 
PlSqlSchemaObject
public PlSqlSchemaObject()
getSource
public java.lang.String getSource()
- Get method for the Source property
 
- 
- Specified by:
 
getSource in interface SourceObject 
 
- 
- Returns:
 
- the source representing this object
 
- Since:
 
- 11.1.2.0.0
 
 
setSource
public void setSource(java.lang.String source)
- Set method for the Source property
 
- 
- Specified by:
 
setSource in interface SourceObject 
 
- 
- Parameters:
 
source - the source representing this object 
- Since:
 
- 11.1.2.0.0
 
 
setSchema
public void setSchema(Schema schema)
- Set method for the Schema property
 
- 
- Specified by:
 
setSchema in interface SchemaObject 
 
- 
- Parameters:
 
schema - 
- Since:
 
- 11.1.2.0.0
 
 
getSchema
public Schema getSchema()
- Get method for the Schema property
 
- 
- Specified by:
 
getSchema in interface SchemaObject 
 
- 
- Returns:
 
- Since:
 
- 11.1.2.0.0
 
 
addObjectListener
public final void addObjectListener(DBObjectListener list)
- Description copied from interface: 
SystemObject 
- Attaches a listener to this object to listen for change events.
 
- 
- Specified by:
 
addObjectListener in interface SystemObject 
 
- 
- See Also:
 
DBObjectListener 
 
removeObjectListener
public final void removeObjectListener(DBObjectListener list)
- Description copied from interface: 
SystemObject 
- Removes the given listener from the list of registered listeners for this class.
 
- 
- Specified by:
 
removeObjectListener in interface SystemObject 
 
- 
- See Also:
 
DBObjectListener 
 
fireObjectUpdated
public final void fireObjectUpdated(DBObjectChange change)
- Description copied from interface: 
SystemObject 
- Notifies any registered listeners of the change to this object.
 
- 
- Specified by:
 
fireObjectUpdated in interface SystemObject 
 
addObjectListener
@Deprecated
public final void addObjectListener(DBObjectListener list)
- Deprecated. 
 
- Description copied from interface: 
SystemObject 
- Attaches a listener to this object to listen for change events.
 
- 
- Specified by:
 
addObjectListener in interface SystemObject 
 
removeObjectListener
@Deprecated
public final void removeObjectListener(DBObjectListener list)
- Deprecated. 
 
- Description copied from interface: 
SystemObject 
- Removes the given listener from the list of registered listeners for this class.
 
- 
- Specified by:
 
removeObjectListener in interface SystemObject 
 
removeObjectListener
@Deprecated
public final void removeObjectListener(SchemaObjectListener list)
- Deprecated. 
 
- Description copied from interface: 
SchemaObject 
- Removes the given listener from the list of registered listeners for this class.
 
- 
- Specified by:
 
removeObjectListener in interface SchemaObject 
 
addObjectListener
@Deprecated
public final void addObjectListener(SchemaObjectListener list)
- Deprecated. 
 
- Description copied from interface: 
SchemaObject 
- Attaches a listener to this object to listen for change events.
 
- 
- Specified by:
 
addObjectListener in interface SchemaObject 
 
Skip navigation links 
 
Copyright © 1997, 2012, Oracle. All rights reserved.