Uses of Class
com.sibvisions.rad.persist.jdbc.param.OutParam

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.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.