powered by
These methods are straight-forward implementations of the corresponding generic functions.
an PostgreSQLDriver.
PostgreSQLDriver
an PostgreSQLConnection.
PostgreSQLConnection
a character string with the table name.
currently not used.
See the Database Interface definition document DBI.pdf in the base directory of this package or https://cran.r-project.org/package=DBI.
DBI.pdf
PostgreSQL, dbGetInfo, dbColumnInfo, dbDriver, dbConnect, dbSendQuery
PostgreSQL
dbGetInfo
dbColumnInfo
dbDriver
dbConnect
dbSendQuery
# NOT RUN { drv <- dbDriver("PostgreSQL") # after working awhile... for(con in dbListConnections(drv)){ dbGetStatement(dbListResults(con)) } # }
Run the code above in your browser using DataLab