pub unsafe extern "C" fn dpiStmt_scroll(
stmt: *mut dpiStmt,
mode: dpiFetchMode,
offset: i32,
rowCountOffset: i32,
) -> c_intExpand description
Scrolls the statement to the position in the cursor specified by the mode and offset.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.