oracle.jdeveloper.cm.ds.db
Class PlSql
java.lang.Object
oracle.jdeveloper.cm.ds.db.AbstractDBObject
oracle.jdeveloper.cm.ds.db.AbstractSchemaObject
oracle.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
Fields inherited from interface oracle.jdeveloper.cm.ds.db.DBObject |
COMMENT |
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 |
BLOCK_TYPE
public static final java.lang.String BLOCK_TYPE
- See Also:
- Constant Field Values
PlSql
public PlSql()
PlSql
public PlSql(java.lang.String name,
Schema schema)
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)
Copyright © 1997, 2004, Oracle. All rights reserved.