oracle.jdeveloper.cm.ds.db
Class SchemaObject
java.lang.Object
oracle.jdeveloper.cm.ds.db.DBObject
oracle.jdeveloper.cm.ds.db.SchemaObject
- All Implemented Interfaces:
- Copyable
- Direct Known Subclasses:
- Column, Constraint, Index, Sequence, Synonym, Table, Trigger
- public abstract class SchemaObject
- extends DBObject
Fields inherited from class oracle.jdeveloper.cm.ds.db.DBObject |
ANONYMOUS_BLOCK, COLUMN, CONSTRAINT, FUNCTION, INDEX, PACKAGE_BODY, PACKAGE_SPEC, PROCEDURE, SEQUENCE, SYNONYM, TABLE, WORKAREA |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SchemaObject
protected SchemaObject()
copyToImpl
protected void copyToImpl(SchemaObject copy)
equalsImpl
protected boolean equalsImpl(SchemaObject target)
setSchema
public void setSchema(java.lang.String schema)
- Sets the Schema of this table
getSchema
public java.lang.String getSchema()
- Gets the Schema of this table
setCatalog
public void setCatalog(java.lang.String catalog)
- Sets the Catalog of this table
getCatalog
public java.lang.String getCatalog()
- Gets the Catalog of this table
Copyright ©1997, 2003, Oracle. All rights reserved.