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)

Try the RPostgres package in your browser

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

RPostgres documentation built on Oct. 23, 2023, 1:06 a.m.