[][src]Function odbc::ffi::SQLFetchScroll

pub unsafe extern "system" fn SQLFetchScroll(
    statement_handle: *mut Stmt,
    fetch_orientation: FetchOrientation,
    fetch_offset: i64
) -> 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

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, SQL_INVALID_HANDLE, or SQL_STILL_EXECUTING.