R/dbListFields_PqConnection_Id.R

Defines functions dbListFields_PqConnection_Id

Documented in dbListFields_PqConnection_Id

#' @rdname postgres-tables
#' @usage NULL
dbListFields_PqConnection_Id <- function(conn, name, ...) {
  list_fields(conn, name@name)
}

#' @rdname postgres-tables
#' @export
setMethod("dbListFields", c("PqConnection", "Id"), dbListFields_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.