dbInsert,filehashSQLite,character-method: Insert Object
Description
Insert a key-value pair into a database
Usage
# S4 method for filehashSQLite,character
dbInsert(db, key, value, ...)
Arguments
- db
object of class "filehashSQLite"
- key
character, key name
- value
R object
- ...
other arguments (not used)