dpiPool_setGetMode

Function dpiPool_setGetMode 

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

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

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.