Rdocumentation
powered by
Learn R Programming
DBI (version 0.1-9)
dbCallProc-methods: Call an SQL stored procedure
Description
Calls a stored procedure on a remote RDBMS
Usage
dbCallProc(conn, ...)
Arguments
conn
a
DBIConnection
object.
...
additional arguments are passed to the implementing method.
keywords
methods
Details
Not yet implemented.
References
See the Database Interface definition document
DBI.pdf
in the base directory of this package or
http://developer.r-project.org/db
.