public class PlSqlParameter extends PlSqlDatum
| Modifier and Type | Class and Description |
|---|---|
static class |
PlSqlParameter.Mode |
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
PlSqlParameter() |
PlSqlParameter(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
DBObjectID |
getDataTypeID()
Get method for the DataTypeID property
|
java.lang.String |
getDefaultValue()
Get method for the DefaultValue property
|
PlSqlParameter.Mode |
getMode()
Get method for the Mode property
|
java.lang.String |
getType()
Returns the type of this object.
|
boolean |
isNoCopy()
Get method for the NoCopy property
|
void |
setDefaultValue(java.lang.String def)
Set method for the DefaultValue property
|
void |
setMode(PlSqlParameter.Mode mode)
Set method for the Mode property
|
void |
setNoCopy(boolean noCopy)
Set method for the NoCopy property
|
getDataTypeReference, setDataTypeReferenceaddComment, getComments, setCommentsclearSourceID, copyToImpl, fireObjectUpdated, getChildAtOffset, getDeclarationAtOffset, getEndOffset, getReferenceAtOffset, getSourceID, getStartOffset, isBuilt, setEndOffset, setName, setSourceImpl, setStartOffsetsetParentcheckInit, checkInit, equalsImpl, 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, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setIDgetProperty, getProperty, setProperties, setPropertypublic static final java.lang.String TYPE
public PlSqlParameter()
public PlSqlParameter(java.lang.String name)
public java.lang.String getType()
DBObjectpublic DBObjectID getDataTypeID()
public PlSqlParameter.Mode getMode()
public void setMode(PlSqlParameter.Mode mode)
mode -public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String def)
def -public void setNoCopy(boolean noCopy)
noCopy -public boolean isNoCopy()