Function odbc_sys::SQLFreeStmt
source · pub unsafe extern "system" fn SQLFreeStmt(
hstmt: HStmt,
option: FreeStmtOption
) -> SqlReturn
Expand description
Stops processing associated with a specific statement, closes any open cursors associated with the statement, discards pending results, or, optionally, frees all resources associated with the statement handle.
Returns
SUCCESS
, SUCCESS_WITH_INFO
, ERROR
, or INVALID_HANDLE
.