dpiPool_getPingInterval

Function dpiPool_getPingInterval 

Source
pub unsafe extern "C" fn dpiPool_getPingInterval(
    pool: *mut dpiPool,
    value: *mut c_int,
) -> c_int
Expand 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.