cursor-class | R Documentation |
This is meant for internal use only.
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
.
stmt
An external pointer to the prepared sqlite3_stmt object.
handle
An external pointer to the sqlite3 database connection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.