SourceObject instead@Deprecated public abstract class PlSql extends AbstractSchemaObject implements SourceObject
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
BLOCK_TYPE
Deprecated.  
  | 
| Constructor and Description | 
|---|
PlSql()
Deprecated.  
  | 
PlSql(java.lang.String name, Schema schema)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
copyToImpl(AbstractDBObject copy, DBObject copyParent, IDPolicy idPolicy)
Deprecated.  
Implementation method for making a copy of this object. 
 | 
protected boolean | 
equalsImpl(AbstractDBObject target)
Deprecated.  
Equals implementation for testing equality with another AbstractDBObject. 
 | 
java.lang.String | 
getSource()
Deprecated.  
  | 
PlSqlInterrogator | 
getSourceInterrogator()
Deprecated.  
  | 
static boolean | 
isPlSql(java.lang.String objType)
Deprecated.  
  | 
void | 
setSource(java.lang.String source)
Deprecated.  
  | 
getSchema, setSchemafireObjectUpdatedcheckInit, checkInit, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddObjectListener, getSchema, removeObjectListener, setSchemaaddObjectListener, fireObjectUpdated, removeObjectListeneraddObjectListener, copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperties, getReferenceIDs, getType, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertypublic static final java.lang.String BLOCK_TYPE
public PlSql()
public PlSql(java.lang.String name,
     Schema schema)
protected void copyToImpl(AbstractDBObject copy, DBObject copyParent, IDPolicy idPolicy)
AbstractDBObjectcopyToImpl in class AbstractBuildableObjectcopy - 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.protected boolean equalsImpl(AbstractDBObject target)
AbstractDBObjectequalsImpl in class AbstractBuildableObjectpublic java.lang.String getSource()
getSource in interface SourceObjectpublic void setSource(java.lang.String source)
setSource in interface SourceObjectpublic static final boolean isPlSql(java.lang.String objType)
public PlSqlInterrogator getSourceInterrogator()