R/dbIsValid_PqDriver.R

Defines functions dbIsValid_PqDriver

Documented in dbIsValid_PqDriver

#' @rdname PqResult-class
#' @usage NULL
dbIsValid_PqDriver <- function(dbObj, ...) {
  TRUE
}

#' @rdname PqResult-class
#' @export
setMethod("dbIsValid", "PqDriver", dbIsValid_PqDriver)

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.