CodeCharge Studiopublic CallableStatement createCallableStatement(java.lang.String callString);
| Name | Type | Description |
|---|---|---|
| callString | String | The Query that calls a stored procedure |
This method creates CallableStatement by preparing a procedure call provided by a callString parameter.