pub unsafe extern "C" fn dpiStmt_getFetchArraySize(
stmt: *mut dpiStmt,
arraySize: *mut u32,
) -> c_intExpand description
Gets the array size used for performing fetches.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.