|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutParam | |
---|---|
com.sibvisions.rad.persist.jdbc | Contains all database specific persistence implementations. |
com.sibvisions.rad.persist.jdbc.param | Contains parameter definitions for JDBC calls. |
Uses of OutParam in com.sibvisions.rad.persist.jdbc |
---|
Methods in com.sibvisions.rad.persist.jdbc with parameters of type OutParam | |
---|---|
java.lang.Object |
DBAccess.executeFunction(java.lang.String pFunctionName,
OutParam pReturnOutParam,
java.lang.Object... pParameters)
Executes a DB function with the specified parameters and return the result. |
java.lang.Object |
AbstractOracleDBAccess.executeFunction(java.lang.String pFunctionName,
OutParam pReturnOutParam,
java.lang.Object... pParameters)
Executes a DB function with the specified parameters and return the result. |
Uses of OutParam in com.sibvisions.rad.persist.jdbc.param |
---|
Methods in com.sibvisions.rad.persist.jdbc.param that return OutParam | |
---|---|
static OutParam |
OutParam.newArrayParam(java.lang.String pArrayType)
Creates a new instance of OutParam for the given array type. |
static OutParam |
OutParam.newStructParam(java.lang.String pStructType)
Creates a new instance of OutParam for the given struct type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |