R/dbExistsTable_PqConnection_Id.R

Defines functions dbExistsTable_PqConnection_Id

Documented in dbExistsTable_PqConnection_Id

#' @rdname postgres-tables
#' @usage NULL
dbExistsTable_PqConnection_Id <- function(conn, name, ...) {
  exists_table(conn, id = name@name)
}

#' @rdname postgres-tables
#' @export
setMethod("dbExistsTable", c("PqConnection", "Id"), dbExistsTable_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 Oct. 23, 2023, 1:06 a.m.