Function odbc_sys::SQLBulkOperations
source · pub unsafe extern "system" fn SQLBulkOperations(
statement_handle: HStmt,
operation: BulkOperation
) -> SqlReturn
Expand description
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
.