dpiStmt_getBatchErrors

Function dpiStmt_getBatchErrors 

Source
pub unsafe extern "C" fn dpiStmt_getBatchErrors(
    stmt: *mut dpiStmt,
    numErrors: u32,
    errors: *mut dpiErrorInfo,
) -> c_int
Expand description

Returns the batch errors that took place during the last execution with batch mode enabled. Batch errors are only available when both the client and the server are at 12.1.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.