Function odbc_sys::SQLFetchScroll

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

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 STILL_EXECUTING.