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