callProc {RSQLite}R Documentation

Call an SQL stored procedure

Description

Calls a stored procedure on a remote RDBMS

Usage

callProc(con, ...)

Arguments

con a dbConnection object.
... additional arguments are passed to the implementing method.

Details

Not yet implemented.


[Package Contents]