SFSQLResult-class: Class SFSQLResult (and methods)

SFSQLResult-classR Documentation

Class SFSQLResult (and methods)

Description

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

Usage

## 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 April 4, 2025, 2:39 a.m.