dpiRowid_addRef

Function dpiRowid_addRef 

Source
pub unsafe extern "C" fn dpiRowid_addRef(
    rowid: *mut dpiRowid,
) -> c_int
Expand description

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

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.