oracle.javatools.db
Class PlSql
java.lang.Object
  
oracle.javatools.db.AbstractDBObject
      
oracle.javatools.db.AbstractBuildableObject
          
oracle.javatools.db.AbstractSchemaObject
              
oracle.javatools.db.PlSql
- All Implemented Interfaces: 
 - DBObject, SchemaObject, SourceObject, SystemObject, Copyable, DynamicPropertySet
 
- Direct Known Subclasses: 
 - PlSqlSubprogram, SpecPlSql, Trigger
 
public abstract class PlSql
- extends AbstractSchemaObject
- implements SourceObject
  
Abstract implementation of SchemaObject for all PL/SQL objects that belong
 in a Schema to extend.
 
 
 
 
 
 
 
| Methods inherited from class oracle.javatools.db.AbstractBuildableObject | 
addObjectListener, checkInit, checkInit, checkInitEx, copyToImpl, equalsImpl, fireObjectUpdated, getOwnedObjectsImpl, getProperties, getProperty, getProperty, getReferenceIDsImpl, needsInitialization, removeObjectListener, setProperties, setProperty | 
 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, copyToImpl, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, 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
- See Also:
 - Constant Field Values
 
PlSql
public PlSql()
PlSql
public PlSql(java.lang.String name,
             Schema schema)
copyToImpl
protected void copyToImpl(PlSql copy,
                          DBObject copyParent,
                          IDPolicy idPolicy)
 
 
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)
 
 
getSourceInterrogator
public PlSqlInterrogator getSourceInterrogator()
 
 
Copyright © 1997, 2010, Oracle. All rights reserved.