keywords-dep function

Make R/S-Plus identifiers into legal SQL identifiers

Make R/S-Plus identifiers into legal SQL identifiers

Deprecated. Please use DBI::dbQuoteIdentifier() instead.

## S4 method for signature 'SQLiteConnection' SQLKeywords(dbObj, ...) ## S4 method for signature 'SQLiteConnection,character' isSQLKeyword( dbObj, name, keywords = .SQL92Keywords, case = c("lower", "upper", "any")[3], ... ) ## S4 method for signature 'SQLiteConnection,character' make.db.names( dbObj, snames, keywords = .SQL92Keywords, unique = TRUE, allow.keywords = TRUE, ... )
  • Maintainer: Kirill Müller
  • License: LGPL (>= 2.1)
  • Last published: 2024-12-03