db.register_shadowname | R Documentation |
For details on shadow tables, including how SQLite recognizes a shadow table, go to https://sqlite.org/vtab.html#the_xshadowname_method.
db.register_shadowname(db, name)
db |
The database connection. An S4 object of class "database". |
name |
The shadow name. |
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.
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.