RSQLite (version 1.1-2)

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

Description

Deprecated. Please use dbQuoteIdentifier() instead.

Usage

# S4 method for SQLiteConnection,character
make.db.names(dbObj, snames,
  keywords = .SQL92Keywords, unique = TRUE, allow.keywords = TRUE, ...)

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

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

Arguments