pub unsafe extern "C" fn dpiSodaDocCursor_addRef(
cursor: *mut dpiSodaDocCursor,
) -> c_intExpand description
Adds a reference to the SODA document cursor. This is intended for situations where a reference to the cursor needs to be maintained independently of the reference returned when the cursor was created.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.