[−][src]Function odbc_sys::SQLFetchScroll
pub unsafe extern "system" fn SQLFetchScroll(
statement_handle: SQLHSTMT,
fetch_orientation: FetchOrientation,
fetch_offset: SQLLEN
) -> 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
.