R/dbQuoteIdentifier_PqConnection_Id.R

Defines functions dbQuoteIdentifier_PqConnection_Id

Documented in dbQuoteIdentifier_PqConnection_Id

#' @name quote
#' @usage NULL
dbQuoteIdentifier_PqConnection_Id <- function(conn, x, ...) {
  SQL(paste0(dbQuoteIdentifier(conn, x@name), collapse = "."))
}

#' @rdname quote
#' @export
setMethod("dbQuoteIdentifier", c("PqConnection", "Id"), dbQuoteIdentifier_PqConnection_Id)

Try the RPostgres package in your browser

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

RPostgres documentation built on May 29, 2024, 3:12 a.m.