dpiConn_addRef

Function dpiConn_addRef 

Source
pub unsafe extern "C" fn dpiConn_addRef(conn: *mut dpiConn) -> c_int
Expand description

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

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.