pub unsafe extern "C" fn dpiSodaCollCursor_release(
cursor: *mut dpiSodaCollCursor,
) -> c_intExpand description
Releases a reference to the SODA collection cursor. A count of the references to the cursor is maintained and when this count reaches zero, the memory associated with the cursor is freed.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.