dpiPool_getGetMode

Function dpiPool_getGetMode 

Source
pub unsafe extern "C" fn dpiPool_getGetMode(
    pool: *mut dpiPool,
    value: *mut dpiPoolGetMode,
) -> c_int
Expand description

Returns the mode used for acquiring or getting connections from the pool.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.