dbCallProc-methods {RSQLite}R Documentation

Call an SQL stored procedure

Description

Not yet implemented.

Methods

conn
a SQLiteConnection object.
...
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 http://stat.bell-labs.com/RS-DBI.

See Also

SQLite, dbConnect, dbSendQuery, dbGetQuery, fetch, dbCommit, dbGetInfo, dbReadTable.


[Package RSQLite version 0.6-9 Index]