pub unsafe extern "system" fn SQLMoreResults(
statement_handle: *mut Stmt,
) -> SQLRETURNExpand description
Determines whether more results are available on a statement containing SELECT, UPDATE, INSERT, or DELETE statements and, if so, initializes processing for those results.
ยงReturns
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_STILL_EXECUTING, SQL_NO_DATA, SQL_ERROR,
SQL_INVALID_HANDLE, or SQL_PARAM_DATA_AVAILABLE.