DBI package
for OdbcResult objects.
"dbClearResult"(res, ...)
"dbFetch"(res, n = -1, ..., row.names = NA)
"dbHasCompleted"(res, ...)
"dbGetInfo"(dbObj, ...)
"dbIsValid"(dbObj, ...)
"dbGetStatement"(res, ...)
"dbColumnInfo"(res, ...)
"dbGetRowCount"(res, ...)
"dbGetRowsAffected"(res, ...)
"dbBind"(res, params, ...)DBIResult.n = -1
to retrieve all pending records. Some implementations may recognize other
special values.TRUE, FALSE, NA or a string.If TRUE, always translate row names to a column called "row_names".
If FALSE, never translate row names. If NA, translate
rownames only if they're a character vector.
A string is equivalent to TRUE, but allows you to override the
default name.
For backward compatibility, NULL is equivalent to FALSE.
DBIObject,
i.e. DBIDriver, DBIConnection,
or a DBIResult