Learn R Programming

pool (version 0.1.6)

DBI-object-deprecated: Make R identifiers into legal SQL identifiers.

Description

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, ...)

Arguments

dbObj, snames, keywords, unique, allow.keywords, name, case, ...

see DBI::make.db.names()