cursor-class: An S4 class to wrap a prepared SQL statement

cursor-classR Documentation

An S4 class to wrap a prepared SQL statement

Description

This is meant for internal use only.

Details

SQLite compiles SQL statements into bytecode which it executes on a virtual machine. This class maintains a reference to the compiled SQL program so that it can be used by db.fetch.

Slots

stmt

An external pointer to the prepared sqlite3_stmt object.

handle

An external pointer to the sqlite3 database connection.


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