| DBI-object-deprecated {pool} | R Documentation |
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 signature 'Pool,character'
make.db.names(dbObj, snames,
keywords = .SQL92Keywords, unique = TRUE, allow.keywords = TRUE, ...)
## S4 method for signature 'Pool,character'
isSQLKeyword(dbObj, name,
keywords = .SQL92Keywords, case = c("lower", "upper", "any")[3], ...)
## S4 method for signature 'Pool'
SQLKeywords(dbObj, ...)
dbObj, snames, keywords, unique, allow.keywords, name, case, ... |
see |