public class PlSqlStatement extends PlSqlCodeFragment
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PlSqlStatement.Type
The type of statament 
 | 
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
TYPE  | 
| Constructor and Description | 
|---|
PlSqlStatement()  | 
PlSqlStatement(java.lang.String name,
              DBObject parent)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addStatement(PlSqlStatement statement)
Adds the given PlSqlStatement to the statements property array 
 | 
PlSqlStatement[] | 
getStatements()
Get method for the statements property 
 | 
PlSqlStatement.Type | 
getStatementType()
Get the statement type 
 | 
java.lang.String | 
getType()
Returns the type of this object. 
 | 
void | 
setStatements(PlSqlStatement[] statements)
Set method for the statements property 
 | 
void | 
setStatementType(PlSqlStatement.Type type)
Set the statement type 
 | 
addComment, addPropertyReference, addReference, getComments, getPropertyReferences, getReferences, setComments, setPropertyReferences, setReferencescopyToImpl, getChildAtOffset, getDeclarationAtOffset, getEndOffset, getName, getReferenceAtOffset, getSource, getSourceID, getStartOffset, setEndOffset, setSource, setSourceImpl, setStartOffsetsetParentcheckInit, checkInit, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization, processPropertyChange, setIDaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertypublic static final java.lang.String TYPE
public PlSqlStatement()
public PlSqlStatement(java.lang.String name,
                      DBObject parent)
public java.lang.String getType()
DBObjectpublic void setStatementType(PlSqlStatement.Type type)
type - The type of statementpublic PlSqlStatement.Type getStatementType()
public void setStatements(PlSqlStatement[] statements)
statements - any child PlSqlStatement'spublic PlSqlStatement[] getStatements()
PlSqlStatement'spublic void addStatement(PlSqlStatement statement)
statement - the PlSqlStatement to add