R/dbQuoteString_PqConnection_SQL.R

Defines functions dbQuoteString_PqConnection_SQL

Documented in dbQuoteString_PqConnection_SQL

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

#' @rdname quote
#' @export
setMethod("dbQuoteString", c("PqConnection", "SQL"), dbQuoteString_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.