pub unsafe extern "C" fn dpiConn_getHandle(
conn: *mut dpiConn,
handle: *mut *mut c_void,
) -> c_intExpand description
Returns the OCI service context handle in use by the connection.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.