oracle.jdeveloper.cm.ds.db
Interface SchemaObject
- All Superinterfaces:
- Copyable, DBObject, Subject
- All Known Subinterfaces:
- BinaryObject, SourceObject
- All Known Implementing Classes:
- AbstractSchemaObject, JavaClass, JavaResource, JavaSource, PlSql
- public interface SchemaObject
- extends DBObject
A SchemaObject
represents a database object that can
exist within the context of a schema.
Fields inherited from interface oracle.jdeveloper.cm.ds.db.DBObject |
COMMENT |
setSchema
public void setSchema(Schema schema)
- Sets the Schema of this object.
- Parameters:
schema
- the Schema containing this object
getSchema
public Schema getSchema()
- Gets the Schema of this object.
- Returns:
- schema the Schema containing this object
Copyright © 1997, 2004, Oracle. All rights reserved.