dbGetRowCount
From DBI v0.4-1
by Kirill Müller
The number of rows fetched so far
This value is increased by calls to dbFetch
. For a data
modifying query, the return value is 0.
Usage
dbGetRowCount(res, ...)
Arguments
- res
- An object inheriting from
DBIResult
. - ...
- Other arguments passed on to methods.
Value
-
a numeric vector of length 1
See Also
Other DBIResult generics: dbClearResult
,
dbColumnInfo
, dbFetch
,
dbGetRowsAffected
,
dbGetStatement
,
dbHasCompleted
Community examples
Looks like there are no examples yet.