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)
rstats-db/RPostgres documentation built on April 20, 2024, 11:55 a.m.