pub unsafe extern "C" fn dpiConn_getStmtCacheSize(
conn: *mut dpiConn,
cacheSize: *mut u32,
) -> c_intExpand description
Returns the size of the statement cache, in number of statements.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.