Make R identifiers into legal SQL identifiers.
Source:R/DBI-object-deprecated.R
DBI-object-deprecated.Rd
Pool object wrappers around DBIObject methods. See
DBI::make.db.names()
for the original documentation.
Note that these methods are DEPRECATED. Please use
dbQuoteIdentifier
(or possibly dbQuoteString
)
instead, as documented in DBI-connection-quote()
.
Usage
# S4 method for Pool,character
make.db.names(
dbObj,
snames,
keywords = .SQL92Keywords,
unique = TRUE,
allow.keywords = TRUE,
...
)
# S4 method for Pool,character
isSQLKeyword(
dbObj,
name,
keywords = .SQL92Keywords,
case = c("lower", "upper", "any")[3],
...
)
# S4 method for Pool
SQLKeywords(dbObj, ...)