SQLExtendedFetch

Function SQLExtendedFetch 

Source
pub unsafe extern "C" fn SQLExtendedFetch(
    hstmt: SQLHSTMT,
    fFetchType: SQLUSMALLINT,
    irow: SQLINTEGER,
    pcrow: *mut SQLUINTEGER,
    rgfRowStatus: *mut SQLUSMALLINT,
) -> SQLRETURN