|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.AbstractDBObject
oracle.javatools.db.AbstractBuildableObject
oracle.javatools.db.plsql.DBObjectPlSqlFragment
oracle.javatools.db.plsql.PlSqlBlock
oracle.javatools.db.plsql.PlSqlSubProgram
oracle.javatools.db.plsql.PlSqlMethod
public class PlSqlMethod
Representation of a method within a PlSqlMethod.MethodType. Some properties inherited from
PlSqlSubProgram, however methods in Types have many additional properties
defined here.
| Nested Class Summary | |
|---|---|
static class |
PlSqlMethod.CallSpecLanguage
|
static class |
PlSqlMethod.MethodType
|
| Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObject |
|---|
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport |
| Field Summary | |
|---|---|
static java.lang.String |
TYPE
|
| Fields inherited from interface oracle.javatools.db.DBObject |
|---|
COMMENT |
| Constructor Summary | |
|---|---|
PlSqlMethod()
|
|
PlSqlMethod(java.lang.String name,
DBObject parent)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class oracle.javatools.db.plsql.PlSqlSubProgram |
|---|
addParameter, getParameter, getParameters, getReturnTypeID, getReturnTypeReference, getSignature, getSignature, setParameters, setReturnTypeReference |
| Methods inherited from class oracle.javatools.db.plsql.PlSqlBlock |
|---|
addBlock, addDatatype, addReference, addSubProgram, addVariable, getBlocks, getDatatypes, getReferences, getSubProgram, getSubPrograms, getVariable, getVariables, setBlocks, setDatatypes, setReferences, setSubPrograms, setVariables |
| Methods inherited from class oracle.javatools.db.plsql.DBObjectPlSqlFragment |
|---|
clearSourceID, copyToImpl, getChildAtOffset, getEndOffset, getParent, getSourceID, getStartOffset, setEndOffset, setParent, setStartOffset |
| Methods inherited from class oracle.javatools.db.AbstractBuildableObject |
|---|
checkInit, checkInit, equalsImpl, getOwnedObjectsImpl, getProperties, getProperty, getReferenceIDsImpl, needsInitialization, setProperty |
| Methods inherited from class oracle.javatools.db.AbstractDBObject |
|---|
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.javatools.db.DBObject |
|---|
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, replaceReferenceIDs, setID, setName |
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet |
|---|
getProperties, getProperty, getProperty, setProperties, setProperty |
| Field Detail |
|---|
public static final java.lang.String TYPE
| Constructor Detail |
|---|
public PlSqlMethod()
public PlSqlMethod(java.lang.String name,
DBObject parent)
| Method Detail |
|---|
public java.lang.String getType()
DBObject
getType 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()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||