dpiSodaCollCursor_close

Function dpiSodaCollCursor_close 

Source
pub unsafe extern "C" fn dpiSodaCollCursor_close(
    cursor: *mut dpiSodaCollCursor,
) -> 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.