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

Packages that use InParam
com.sibvisions.rad.persist.jdbc.param Contains parameter definitions for JDBC calls. 
 

Uses of InParam in com.sibvisions.rad.persist.jdbc.param
 

Methods in com.sibvisions.rad.persist.jdbc.param that return InParam
static InParam InParam.newArrayParam(java.lang.String pArrayType)
          Creates a new instance of InParam for the given array type.
static InParam InParam.newArrayParam(java.lang.String pArrayType, java.lang.Object pValue)
          Creates a new instance of InParam for the given array type.
static InParam InParam.newStructParam(java.lang.String pStructType)
          Creates a new instance of InParam for the given struct type.
static InParam InParam.newStructParam(java.lang.String pStructType, java.lang.Object pValue)
          Creates a new instance of InParam for the given struct type.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.