Rdocumentation
powered by
Learn R Programming
DBI (version 0.2-1)
dbCallProc: 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.
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
.