dbHasCompleted {DBI}R Documentation

Has the operation completed?

Description

The default method extracts has.completed from the result of dbGetInfo(res).

Usage

dbHasCompleted(res, ...)

Arguments

res

An object inheriting from DBIResult.

...

Other arguments passed on to methods.

Value

a logical vector of length 1

See Also

Other DBIResult generics: dbClearResult; dbColumnInfo; dbFetch, dbFetch,DBIResult-method, fetch; dbGetRowCount, dbGetRowCount,DBIResult-method; dbGetRowsAffected, dbGetRowsAffected,DBIResult-method; dbGetStatement, dbGetStatement,DBIResult-method


[Package DBI version 0.3.1 Index]