Skip navigation links 
 
oracle.javatools.db
Interface SchemaObject
- All Superinterfaces:
 
- Copyable, DBObject, DynamicPropertySet, SystemObject
 
- All Known Subinterfaces:
 
- BinaryObject, SourceObject
 
- All Known Implementing Classes:
 
- AbstractSchemaObject, ComplexType, DatabaseLink, Directory, Function, Index, Indextype, Java, JavaClass, JavaResource, JavaSource, MaterializedView, MaterializedViewLog, ObjectType, Package, PlSql, PlSqlSubprogram, Procedure, RecycledObject, Relation, Sequence, SpecPlSql, Synonym, Table, Trigger, View, XMLSchema
 
- 
public interface SchemaObject
 
- extends SystemObject
 
A SchemaObject represents a database object that can exist within the context of a schema.
 
 
  
 
 
 
| Methods inherited from interface oracle.javatools.db.DBObject | 
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getReferenceIDs, getType, replaceReferenceIDs, setID, setName | 
 
 
 
setSchema
void setSchema(Schema schema)
- Sets the Schema of this object.
 
- 
- Parameters:
 
schema - the Schema containing this object 
 
getSchema
Schema getSchema()
- Gets the Schema of this object.
 
- 
- Returns:
 
- schema the Schema containing this object
 
 
addObjectListener
@Deprecated
void addObjectListener(SchemaObjectListener list)
- Deprecated. - replaced with 
SystemObject.addObjectListener(oracle.javatools.db.DBObjectListener) 
- Attaches a listener to this object to listen for change events.
 
removeObjectListener
@Deprecated
void removeObjectListener(SchemaObjectListener list)
- Deprecated. - replaced with 
SystemObject.removeObjectListener(oracle.javatools.db.DBObjectListener) 
- Removes the given listener from the list of registered listeners for this class.
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.