Function odbc_sys::SQLBulkOperations[][src]

pub unsafe extern "system" fn SQLBulkOperations(
    statement_handle: HStmt,
    operation: BulkOperation
) -> SqlReturn

Performs bulk insertions and bulk bookmark operations, including update, delete, and fetch by bookmark.

Returns

SUCCESS, SUCCESS_WITH_INFO, SQL_NEED_DATA, SQL_STILL_EXECUTING, ERROR, or INVALID_HANDLE.