dpiPool_setStmtCacheSize

Function dpiPool_setStmtCacheSize 

Source
pub unsafe extern "C" fn dpiPool_setStmtCacheSize(
    pool: *mut dpiPool,
    cacheSize: u32,
) -> c_int
Expand description

Sets the default size of the statement cache for sessions in the pool.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.