|
||||||||||
| 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(String pArrayType)
Creates a new instance of InParam for the given array type. |
static InParam |
InParam.newArrayParam(String pArrayType,
Object pValue)
Creates a new instance of InParam for the given array type. |
static InParam |
InParam.newStructParam(String pStructType)
Creates a new instance of InParam for the given struct type. |
static InParam |
InParam.newStructParam(String pStructType,
Object pValue)
Creates a new instance of InParam for the given struct type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||