db.fetch: Retrieve the rows from the result set of a query

View source: R/db-eval.R

db.fetchR Documentation

Retrieve the rows from the result set of a query

Description

This is an internal function and not meant to be called outside the db package

Usage

db.fetch(cur, row_factory)

Arguments

cur

The cursor returned by db.eval. An S4 object of class "cursor".

row_factory

The name of a function to apply to each row of the result set before it is returned.

Note

The cursor is invalidated afterwards. Do not attempt to use it again.


blueraleigh/db documentation built on Feb. 25, 2024, 9:13 a.m.