R/dbQuoteIdentifier_PqConnection_SQL.R

Defines functions dbQuoteIdentifier_PqConnection_SQL

Documented in dbQuoteIdentifier_PqConnection_SQL

#' @rdname quote
#' @usage NULL
dbQuoteIdentifier_PqConnection_SQL <- function(conn, x, ...) {
  x
}

#' @rdname quote
#' @export
setMethod("dbQuoteIdentifier", c("PqConnection", "SQL"), dbQuoteIdentifier_PqConnection_SQL)
rstats-db/RPostgres documentation built on April 20, 2024, 11:55 a.m.