Function odbc_sys::SQLFetchScroll[][src]

pub unsafe extern "system" fn SQLFetchScroll(
    statement_handle: HStmt,
    fetch_orientation: FetchOrientation,
    fetch_offset: Len
) -> SqlReturn

Fetches the specified rowset of data from the result set and returns data for all bound columns. Rowsets can be specified at an absolute or relative position or by bookmark.

Returns

SUCCESS, SUCCESS_WITH_INFO, ERROR, INVALID_HANDLE, or SQL_STILL_EXECUTING.