Extension SDK

oracle.jdeveloper.cm.ds.db
Class SchemaObject

java.lang.Object
  extended byoracle.jdeveloper.cm.ds.db.DBObject
      extended byoracle.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


Field Summary
 
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
 
Constructor Summary
protected SchemaObject()
           
 
Method Summary
protected  void copyToImpl(SchemaObject copy)
           
protected  boolean equalsImpl(SchemaObject target)
           
 java.lang.String getCatalog()
          Gets the Catalog of this table
 java.lang.String getSchema()
          Gets the Schema of this table
 void setCatalog(java.lang.String catalog)
          Sets the Catalog of this table
 void setSchema(java.lang.String schema)
          Sets the Schema of this table
 
Methods inherited from class oracle.jdeveloper.cm.ds.db.DBObject
copyTo, copyToImpl, equals, equalsImpl, getChildren, getName, getType, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaObject

protected SchemaObject()
Method Detail

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


Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.