dpiStmt_getFetchArraySize

Function dpiStmt_getFetchArraySize 

Source
pub unsafe extern "C" fn dpiStmt_getFetchArraySize(
    stmt: *mut dpiStmt,
    arraySize: *mut u32,
) -> c_int
Expand description

Gets the array size used for performing fetches.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.