dpiConn_getStmtCacheSize

Function dpiConn_getStmtCacheSize 

Source
pub unsafe extern "C" fn dpiConn_getStmtCacheSize(
    conn: *mut dpiConn,
    cacheSize: *mut u32,
) -> c_int
Expand description

Returns the size of the statement cache, in number of statements.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.