public class PlSqlMethod extends PlSqlSubProgram
Type. Some properties inherited from PlSqlSubProgram, however methods in Types have many additional properties defined here.| Modifier and Type | Class and Description |
|---|---|
static class |
PlSqlMethod.CallSpecLanguage |
static class |
PlSqlMethod.MethodType |
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
PlSqlMethod() |
PlSqlMethod(java.lang.String name, DBObject parent) |
| Modifier and Type | Method and Description |
|---|---|
PlSqlMethod.CallSpecLanguage |
getCallSpecLanguage()
Get method for the CallSpecLanguage property
|
java.lang.String |
getCallSpecLibName()
Get method for the CallSpecLibName property
|
java.lang.String |
getCallSpecName()
Get method for the CallSpecName property
|
PlSqlMethod.MethodType |
getMethodType()
Get method for the MethodType property
|
java.lang.String |
getSqljSigName()
Get method for the SqljSigName property
|
java.lang.String |
getSqljSigVarName()
Get method for the SqljSigVarName property
|
java.lang.String |
getType()
Returns the type of this object.
|
boolean |
isCallSpecWithContext()
Get method for the CallSpecWithContext property
|
boolean |
isFinal()
Get method for the Final property
|
boolean |
isInstantiable()
Get method for the Instantiable property
|
boolean |
isOverriding()
Get method for the Overriding property
|
void |
setCallSpecLanguage(PlSqlMethod.CallSpecLanguage callSpecLanguage)
Set method for the CallSpecLanguage property
|
void |
setCallSpecLibName(java.lang.String callSpecLibName)
Set method for the CallSpecLibName property
|
void |
setCallSpecName(java.lang.String callSpecName)
Set method for the CallSpecName property
|
void |
setCallSpecWithContext(boolean callSpecWithContext)
Set method for the CallSpecWithContext property
|
void |
setFinal(boolean final_)
Set method for the Final property
|
void |
setInstantiable(boolean instantiable)
Set method for the Instantiable property
|
void |
setMethodType(PlSqlMethod.MethodType methodType)
Set method for the MethodType property
|
void |
setOverriding(boolean overriding)
Set method for the Overriding property
|
void |
setSqljSigName(java.lang.String sqljSigName)
Set method for the SqljSigName property
|
void |
setSqljSigVarName(java.lang.String sqljSigVarName)
Set method for the SqljSigVarName property
|
addParameter, addParameter, getParameter, getParameters, getReturnTypeID, getReturnTypeReference, getSignature, getSignature, removeParameter, setParameters, setReturnTypeReferenceaddBlock, addDatatype, addReference, addSubProgram, addVariable, getBlocks, getDatatypes, getReferences, getSubProgram, getSubPrograms, getVariable, getVariables, setBlocks, setDatatypes, setReferences, setSubPrograms, setVariablesaddComment, 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 PlSqlMethod()
public PlSqlMethod(java.lang.String name,
DBObject parent)
public java.lang.String getType()
DBObjectgetType in interface DBObjectgetType in class PlSqlSubProgrampublic void setMethodType(PlSqlMethod.MethodType methodType)
methodType -public PlSqlMethod.MethodType getMethodType()
public void setFinal(boolean final_)
final_ -public boolean isFinal()
public void setOverriding(boolean overriding)
overriding -public boolean isOverriding()
public void setInstantiable(boolean instantiable)
instantiable -public boolean isInstantiable()
public void setCallSpecLanguage(PlSqlMethod.CallSpecLanguage callSpecLanguage)
callSpecLanguage -public PlSqlMethod.CallSpecLanguage getCallSpecLanguage()
public void setCallSpecName(java.lang.String callSpecName)
callSpecName -public java.lang.String getCallSpecName()
public void setCallSpecLibName(java.lang.String callSpecLibName)
callSpecLibName -public java.lang.String getCallSpecLibName()
public void setCallSpecWithContext(boolean callSpecWithContext)
callSpecWithContext -public boolean isCallSpecWithContext()
public void setSqljSigName(java.lang.String sqljSigName)
sqljSigName -public java.lang.String getSqljSigName()
public void setSqljSigVarName(java.lang.String sqljSigVarName)
sqljSigVarName -public java.lang.String getSqljSigVarName()