DBI (version 0.4-1)

dbGetRowCount: The number of rows fetched so far

Description

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