|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.toplink.internal.databaseaccess.DatasourceCall
oracle.toplink.internal.databaseaccess.DatabaseCall
oracle.toplink.queryframework.StoredProcedureCall
oracle.toplink.queryframework.StoredFunctionCall
public class 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)Define the field name to be substitute for the function return. |
void |
setResult(java.lang.String name, java.lang.Class type)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 | ||||||||