void setOutputParameterType(Object handle, int index, int beType)
void setOutputParameterType(Object handle, int index, int beType)
Name | Type | Description |
---|---|---|
handle | Object | initStoredProc() |
index | int | Index at which to set the parameter type |
beType | int | STRING=0; INT=1; LONG=2; DOUBLE=3; BOOLEAN=4; DATETIME=5; CONCEPT=6; CLOB=7; |
Type | Description |
---|---|
void |