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