R/dbConnect_RedshiftDriver.R

Defines functions dbConnect_RedshiftDriver

Documented in dbConnect_RedshiftDriver

#' @rdname Redshift
#' @usage NULL
dbConnect_RedshiftDriver <- function(drv, dbname = NULL,
                                     host = NULL, port = NULL, password = NULL, user = NULL, service = NULL, ...,
                                     bigint = c("integer64", "integer", "numeric", "character"),
                                     check_interrupts = FALSE, timezone = "UTC") {
  new("RedshiftConnection", callNextMethod())
}

#' @rdname Redshift
#' @export
setMethod("dbConnect", "RedshiftDriver", dbConnect_RedshiftDriver)

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.