SFSQLResult-class: Class SFSQLResult (and methods)

Description Usage See Also

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'SFSQLResult'
show(object)

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

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

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

See Also

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


lazysf documentation built on Nov. 14, 2020, 9:07 a.m.