make.db.names-SQLiteConnection-character-method: Make R/S-Plus identifiers into legal SQL identifiers

Description Usage

Description

Deprecated. Please use dbQuoteIdentifier() instead.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S4 method for signature 'SQLiteConnection,character'
make.db.names(dbObj, snames,
  keywords = .SQL92Keywords, unique = TRUE, allow.keywords = TRUE, ...)

## S4 method for signature 'SQLiteConnection'
SQLKeywords(dbObj, ...)

## S4 method for signature 'SQLiteConnection,character'
isSQLKeyword(dbObj, name,
  keywords = .SQL92Keywords, case = c("lower", "upper", "any")[3], ...)

real-didi/RSQLiteFixed documentation built on May 21, 2019, 1:45 p.m.