pub unsafe extern "C" fn dpiPool_close(
pool: *mut dpiPool,
closeMode: dpiPoolCloseMode,
) -> c_intExpand description
Closes the pool and makes it unusable for further activity.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.