dpiSodaDocCursor_close

Function dpiSodaDocCursor_close 

Source
pub unsafe extern "C" fn dpiSodaDocCursor_close(
    cursor: *mut dpiSodaDocCursor,
) -> c_int
Expand description

Closes the cursor and makes it unusable for further work immediately, rather than when the reference count reaches zero.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.