|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InOutParam | |
|---|---|
| com.sibvisions.rad.persist.jdbc.param | Contains parameter definitions for JDBC calls. |
| Uses of InOutParam in com.sibvisions.rad.persist.jdbc.param |
|---|
| Methods in com.sibvisions.rad.persist.jdbc.param that return InOutParam | |
|---|---|
static InOutParam |
InOutParam.newArrayParam(java.lang.String pArrayType)
Creates a new instance of InOutParam for the given array type. |
static InOutParam |
InOutParam.newArrayParam(java.lang.String pArrayType,
java.lang.Object pValue)
Creates a new instance of InOutParam for the given array type. |
static InOutParam |
InOutParam.newStructParam(java.lang.String pStructType)
Creates a new instance of InOutParam for the given struct type. |
static InOutParam |
InOutParam.newStructParam(java.lang.String pStructType,
java.lang.Object pValue)
Creates a new instance of InOutParam for the given struct type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||