dbHasCompleted
From DBI v0.3.0
by Hadley Wickham
Has the operation completed?
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
Community examples
Looks like there are no examples yet.