dpiContext_getClientVersion

Function dpiContext_getClientVersion 

Source
pub unsafe extern "C" fn dpiContext_getClientVersion(
    context: *const dpiContext,
    versionInfo: *mut dpiVersionInfo,
) -> c_int
Expand description

Return information about the version of the Oracle Client that is being used.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.