pub unsafe extern "C" fn dpiConn_setStmtCacheSize( conn: *mut dpiConn, cacheSize: u32, ) -> c_int
Sets the size of the statement cache.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.