Function odbc_sys::SQLFreeStmt[][src]

pub unsafe extern "system" fn SQLFreeStmt(
    hstmt: HStmt,
    option: FreeStmtOption
) -> SqlReturn

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.