pub unsafe extern "C" fn dpiConn_getEdition(
conn: *mut dpiConn,
value: *mut *const c_char,
valueLength: *mut u32,
) -> c_intExpand description
Returns the edition that is being used by the connection.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.