keywords-dep: Make R/S-Plus identifiers into legal SQL identifiers

SQLKeywords_SQLiteConnectionR Documentation

Make R/S-Plus identifiers into legal SQL identifiers

Description

Deprecated. Please use dbQuoteIdentifier() instead.

Usage

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

rstats-db/RSQLite documentation built on April 20, 2024, 11:56 a.m.