dpiConn_getHandle

Function dpiConn_getHandle 

Source
pub unsafe extern "C" fn dpiConn_getHandle(
    conn: *mut dpiConn,
    handle: *mut *mut c_void,
) -> c_int
Expand description

Returns the OCI service context handle in use by the connection.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.