| dbCallProc-methods {RPostgreSQL} | R Documentation |
Call an SQL stored procedure
Description
Not yet implemented.
Methods
- conn
-
a
PostgreSQLConnectionobject. - ...
-
additional arguments are passed to the implementing method.
References
See the Database Interface definition document
DBI.pdf in the base directory of this package
or https://cran.r-project.org/package=DBI.
See Also
PostgreSQL,
dbConnect,
dbSendQuery,
dbGetQuery,
fetch,
dbCommit,
dbGetInfo,
dbReadTable.
[Package RPostgreSQL version 0.7-6 Index]