oracle.javatools.db
Class PlSql
java.lang.Object
  
oracle.javatools.db.AbstractDBObject
      
oracle.javatools.db.AbstractBuildableObject
          
oracle.javatools.db.AbstractSystemObject
              
oracle.javatools.db.AbstractSchemaObject
                  
oracle.javatools.db.PlSql
- All Implemented Interfaces: 
 - DBObject, SchemaObject, SourceObject, SystemObject, Copyable, DynamicPropertySet
 
- Direct Known Subclasses: 
 - PlSqlSubprogram, SpecPlSql, Trigger
 
Deprecated. use SourceObject instead
@Deprecated
public abstract class PlSql
- extends AbstractSchemaObject
- implements SourceObject
  
- Since:
 
  - 11.1.2.0.0
 
 
 
| 
Field Summary | 
static java.lang.String | 
BLOCK_TYPE
 
          Deprecated.   | 
 
 
| 
Constructor Summary | 
PlSql()
 
          Deprecated.   | 
PlSql(java.lang.String name,
      Schema schema)
 
          Deprecated.   | 
 
 
 
 
 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
 
 
| Methods inherited from interface oracle.javatools.db.DBObject | 
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getReferenceIDs, getType, replaceReferenceIDs, setID, setName | 
 
 
BLOCK_TYPE
public static final java.lang.String BLOCK_TYPE
- Deprecated. 
- See Also:
 - Constant Field Values
 
 
PlSql
public PlSql()
- Deprecated. 
 
PlSql
public PlSql(java.lang.String name,
             Schema schema)
- Deprecated. 
 
copyToImpl
protected void copyToImpl(AbstractDBObject copy,
                          DBObject copyParent,
                          IDPolicy idPolicy)
- Deprecated. 
- Description copied from class: 
AbstractDBObject 
- Implementation method for making a copy of this object. To add custom
 copyTo logic, a subclass must override this method (exactly), and must
 call back to the super implementation.
- Overrides:
 copyToImpl in class AbstractSchemaObject
 
- Parameters:
 copy - the copy being created of this objectcopyParent - if this object is being copied underneath a parent, this
 parameter is the copy of the parent of this object, which will therefore
 need to be the parent of the copy of this object.idPolicy - the policy for copying the object's ID.
 
  
equalsImpl
protected boolean equalsImpl(AbstractDBObject target)
- Deprecated. 
- Description copied from class: 
AbstractDBObject 
- Equals implementation for testing equality with another AbstractDBObject.
 Override this method (with exact signature) to customise the equality
 comparison.
- Overrides:
 equalsImpl in class AbstractSchemaObject
 
 
  
getSource
public java.lang.String getSource()
- Deprecated. 
- Specified by:
 getSource in interface SourceObject
 
 
 
setSource
public void setSource(java.lang.String source)
- Deprecated. 
- Specified by:
 setSource in interface SourceObject
 
 
 
isPlSql
public static final boolean isPlSql(java.lang.String objType)
- Deprecated. 
 
 
 
getSourceInterrogator
public PlSqlInterrogator getSourceInterrogator()
- Deprecated. 
 
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.