dpiConn_setStmtCacheSize

Function dpiConn_setStmtCacheSize 

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

Sets the size of the statement cache.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.