Pool object wrappers around DBIObject methods. See
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
.
# 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, ...)
see make.db.names