R/dbQuoteIdentifier_SQLiteConnection_SQL.R

Defines functions dbQuoteIdentifier_SQLiteConnection_SQL

Documented in dbQuoteIdentifier_SQLiteConnection_SQL

#' @rdname SQLiteConnection-class
#' @usage NULL
dbQuoteIdentifier_SQLiteConnection_SQL <- function(conn, x, ...) {
  x
}
#' @rdname SQLiteConnection-class
#' @export
setMethod("dbQuoteIdentifier", c("SQLiteConnection", "SQL"), dbQuoteIdentifier_SQLiteConnection_SQL)
rstats-db/RSQLite documentation built on April 20, 2024, 11:56 a.m.