CodeCharge Studiopublic void closeStatement(java.sql.CallableStatement cstmt); public void closeStatement(java.sql.Statement);
| Name | Type | Description |
|---|---|---|
| cstmt | CallableStatement | The Callable Statement object to free. |
This method frees a Statement object if it is not needed.