SQLKeywords_SQLiteConnection | R Documentation |
Deprecated. Please use dbQuoteIdentifier()
instead.
## S4 method for signature 'SQLiteConnection'
SQLKeywords(dbObj, ...)
## S4 method for signature 'SQLiteConnection,character'
isSQLKeyword(
dbObj,
name,
keywords = .SQL92Keywords,
case = c("lower", "upper", "any")[3],
...
)
## S4 method for signature 'SQLiteConnection,character'
make.db.names(
dbObj,
snames,
keywords = .SQL92Keywords,
unique = TRUE,
allow.keywords = TRUE,
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.