Extension SDK 10.1.2


oracle.jdeveloper.cm.ds.db
Class PlSql

java.lang.Object
  extended byoracle.jdeveloper.cm.ds.db.AbstractDBObject
      extended byoracle.jdeveloper.cm.ds.db.AbstractSchemaObject
          extended byoracle.jdeveloper.cm.ds.db.PlSql

All Implemented Interfaces:
Copyable, DBObject, SchemaObject, SourceObject, Subject
Direct Known Subclasses:
Function, ObjectType, ObjectTypeBody, Package, PackageBody, Procedure

public abstract class PlSql
extends AbstractSchemaObject
implements SourceObject

Field Summary
static java.lang.String BLOCK_TYPE

Fields inherited from interface oracle.jdeveloper.cm.ds.db.DBObject
COMMENT

Fields inherited from interface oracle.ide.addin.Subject
OBJECT_MODIFIED

Constructor Summary
PlSql()
PlSql(java.lang.String name, Schema schema)

Method Summary
protected void copyToImpl(PlSql copy)
protected boolean equalsImpl(PlSql target)
java.lang.String getSource()
static boolean isPlSql(java.lang.String objType)
void setSource(java.lang.String source)

Methods inherited from class oracle.jdeveloper.cm.ds.db.AbstractSchemaObject
copyToImpl, equalsImpl, getSchema, setSchema

Methods inherited from class oracle.jdeveloper.cm.ds.db.AbstractDBObject
attach, compareToImpl, copyToImpl, detach, equals, equalsImpl, getID, getName, getProperties, getProperty, hashCode, notifyObservers, setID, setName, setProperties, setProperty, toString

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

Methods inherited from interface oracle.jdeveloper.cm.ds.db.SchemaObject
getSchema, setSchema

Methods inherited from interface oracle.jdeveloper.cm.ds.db.DBObject
copyTo, getID, getName, getProperties, getProperty, getType, setID, setName, setProperties, setProperty

Methods inherited from interface oracle.ide.addin.Subject
attach, detach, notifyObservers

Field Detail

BLOCK_TYPE

public static final java.lang.String BLOCK_TYPE
See Also:
Constant Field Values

Constructor Detail

PlSql

public PlSql()

PlSql

public PlSql(java.lang.String name,
             Schema schema)

Method Detail

copyToImpl

protected void copyToImpl(PlSql copy)

equalsImpl

protected boolean equalsImpl(PlSql target)

getSource

public java.lang.String getSource()
Specified by:
getSource in interface SourceObject

setSource

public void setSource(java.lang.String source)
Specified by:
setSource in interface SourceObject

isPlSql

public static final boolean isPlSql(java.lang.String objType)

Extension SDK


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