|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
DatabaseCall
oracle.toplink.queryframework.StoredProcedureCall
oracle.toplink.queryframework.StoredFunctionCall
Purpose: Used to define a platform independent function call. Note that not all platforms support stored functions. This supports output parameters. Functions can also be called through custom SQL.
Constructor Summary | |
StoredFunctionCall() |
Method Summary | |
void |
setResult(java.lang.String name) PUBLIC: Define the field name to be substitute for the function return. |
void |
setResult(java.lang.String name, java.lang.Class type) PUBLIC: Define the field name to be substitute for the function return. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StoredFunctionCall()
Method Detail |
public void setResult(java.lang.String name)
public void setResult(java.lang.String name, java.lang.Class type)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |