RSQLite (version 2.3.5)

SQLiteResult-class: Class SQLiteResult (and methods)

Description

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

Usage

# S4 method for SQLiteResult
dbBind(res, params, ...)

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

# S4 method for SQLiteResult dbColumnInfo(res, ...)

# S4 method for SQLiteResult dbFetch( res, n = -1, ..., row.names = pkgconfig::get_config("RSQLite::row.names.query", FALSE) )

# S4 method for SQLiteResult dbGetRowCount(res, ...)

# S4 method for SQLiteResult dbGetRowsAffected(res, ...)

# S4 method for SQLiteResult dbGetStatement(res, ...)

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

# S4 method for SQLiteResult dbIsValid(dbObj, ...)

Arguments

See Also