|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |