Skip to main content

c4queryenum_next

Function c4queryenum_next 

Source
pub unsafe extern "C" fn c4queryenum_next(
    e: *mut C4QueryEnumerator,
    outError: *mut C4Error,
) -> bool
Expand description

Advances a query enumerator to the next row, populating its fields. Returns true on success, false at the end of enumeration or on error.