db.register_shadowname: Register a the name of shadow table for a virtual table

View source: R/db-vtable.R

db.register_shadownameR Documentation

Register a the name of shadow table for a virtual table

Description

For details on shadow tables, including how SQLite recognizes a shadow table, go to https://sqlite.org/vtab.html#the_xshadowname_method.

Usage

db.register_shadowname(db, name)

Arguments

db

The database connection. An S4 object of class "database".

name

The shadow name.

Details

When a shadow name is registered with a database connection the contents of the table bearing the shadow name cannot be altered except by SQL that originates from one of the virtual table methods.

Value

None


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