R/dbGetInfo_PqConnection.R

Defines functions dbGetInfo_PqConnection

Documented in dbGetInfo_PqConnection

# dbQuoteString()
# dbQuoteIdentifier()
# dbWriteTable()
# dbReadTable()
# dbListTables()
# dbExistsTable()
# dbListFields()
# dbRemoveTable()
# dbGetInfo()
#' @rdname PqConnection-class
#' @usage NULL
dbGetInfo_PqConnection <- function(dbObj, ...) {
  connection_info(dbObj@ptr)
}

#' @rdname PqConnection-class
#' @export
setMethod("dbGetInfo", "PqConnection", dbGetInfo_PqConnection)

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.