pub unsafe extern "C" fn dpiPool_getPingInterval(
pool: *mut dpiPool,
value: *mut c_int,
) -> c_intExpand description
Returns the ping interval duration (in seconds), which is used to check the healthiness of idle connections before getting checked out. A negative value indicates this check is disabled.