dbGetRowCount {DBI} | R Documentation |
This value is increased by calls to dbFetch
. For a data
modifying query, the return value is 0.
dbGetRowCount(res, ...)
res |
An object inheriting from |
... |
Other arguments passed on to methods. |
a numeric vector of length 1
Other DBIResult generics: dbClearResult
,
dbColumnInfo
, dbFetch
,
dbGetRowsAffected
,
dbGetStatement
,
dbHasCompleted