pub unsafe extern "C" fn dpiPool_getSodaMetadataCache(
pool: *mut dpiPool,
enabled: *mut c_int,
) -> c_intExpand description
Returns whether or not the SODA metadata cache is enabled or not.
The SODA metadata cache requires Oracle Client 21.3, or later. It is also available in Oracle Client 19 from 19.11.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.