void setInputParameter(Object handle, int index, Object value)void setInputParameter(Object handle, int index, Object value)| Name | Type | Description |
|---|---|---|
handle | Object | initStoredProc() |
index | int | Index at which to set input parameter. |
value | Object | Value to set at the given index. |
| Type | Description |
|---|---|
void |