pub unsafe extern "C" fn dpiPool_setGetMode(
pool: *mut dpiPool,
value: dpiPoolGetMode,
) -> c_intExpand 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.