DBI-object-deprecated {pool}R Documentation

Make R identifiers into legal SQL identifiers.

Description

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.

Usage

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

Arguments

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

see make.db.names


[Package pool version 0.1.4.1 Index]