|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.persistence.DataOperation
Used to allow the user to control execution of a named DML event (a data operation, in PDL).
Field Summary | |
static String |
versionId
|
Method Summary | |
void |
close()
Explicitly closes this DataOperation if it was used to execute a PL/SQL function (CallableStatement). |
void |
execute()
Executes the query. |
protected void |
finalize()
|
Object |
get(String parameterName)
This method allows developers that are using PL/SQL as functions and procedures that return values to retrieve those valuse after calling execute() |
Object |
getParameter(String parameterName)
Allows a caller to get a parameter value for a parameter that has already been set |
void |
setParameter(String parameterName,
Object value)
Allows a user to bind a parameter within a named query. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String versionId
Method Detail |
public void execute()
public void close()
get(String parameterName)
protected void finalize() throws Throwable
Throwable
public Object get(String parameterName)
execute()
parameterName
- The name of the parameter to retrievepublic void setParameter(String parameterName, Object value)
parameterName
- The name of the parameter to bindvalue
- The value to assign to the parameterpublic Object getParameter(String parameterName)
parameterName
- The name of the parameter to retrieve
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |