[−][src]Function odbc::ffi::SQLMoreResults
pub unsafe extern "system" fn SQLMoreResults(
statement_handle: *mut Stmt
) -> SQLRETURN
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.