dpiSodaColl_addRef

Function dpiSodaColl_addRef 

Source
pub unsafe extern "C" fn dpiSodaColl_addRef(
    coll: *mut dpiSodaColl,
) -> c_int
Expand description

Adds a reference to the SODA collection. This is intended for situations where a reference to the collection needs to be maintained independently of the reference returned when the collection was created.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.