Learn R Programming

lazysf (version 0.1.0)

SFSQLResult-class: Class SFSQLResult (and methods)

Description

SFSQLResult objects are created by dbSendQuery() or dbSendStatement(), and encapsulate the result of an SQL statement. They are a superclass of the DBIResult class. The "Usage" section lists the class methods overridden by lazsf.

Usage

# S4 method for SFSQLResult
show(object)

# S4 method for SFSQLResult dbFetch(res, n = -1, ...)

# S4 method for SFSQLResult dbClearResult(res, ...)

# S4 method for SFSQLResult dbHasCompleted(res, ...)

Arguments

See Also

The corresponding generic functions DBI::dbFetch(), DBI::dbClearResult(), and DBI::dbHasCompleted().