dpiConn_getCurrentSchema

Function dpiConn_getCurrentSchema 

Source
pub unsafe extern "C" fn dpiConn_getCurrentSchema(
    conn: *mut dpiConn,
    value: *mut *const c_char,
    valueLength: *mut u32,
) -> c_int
Expand description

Returns the current schema that is being used by the connection.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.