R/isSQLKeyword_SQLiteConnection_character.R

Defines functions isSQLKeyword_SQLiteConnection_character

Documented in isSQLKeyword_SQLiteConnection_character

#' @rdname keywords-dep
#' @usage NULL
isSQLKeyword_SQLiteConnection_character <- function(dbObj, name, keywords, case, ...) {
  warning_once("RSQLite::isSQLKeyword() is deprecated, please switch to DBI::dbQuoteIdentifier().")
  isSQLKeyword.default(name, keywords = .SQL92Keywords, case)
}
#' @rdname keywords-dep
#' @export
setMethod("isSQLKeyword", signature(dbObj = "SQLiteConnection", name = "character"), isSQLKeyword_SQLiteConnection_character)

Try the RSQLite package in your browser

Any scripts or data that you put into this service are public.

RSQLite documentation built on Nov. 5, 2023, 1:10 a.m.