| methods.SQLite {RSQLite} | R Documentation |
SQLite support methods. For details on what it does, see the documentation of the generic function.
<generic>.SQLiteManager(obj, ...)
<generic> |
refers to an actual generic function name, e.g.,
dbConnect |
obj |
is some kind of SQLite object |
... |
additional arguments |
See help(generic) for a description of the
functionality that this method provides in the
context of the SQLite driver.
On database managers:
On connections, SQL statements and resultSets:
dbExecStatement
dbExec
fetch
quickSQL
On transaction management:
On meta-data:
describe
getVersion
getDatabases
getTables
getFields
getCurrentDatabase
getTableIndices
getException
getStatement
hasCompleted
getRowCount
getAffectedRows
getNullOk
getInfo
m <- dbManager("SQLite")
con <- dbConnect(m, user="opto", pass="pure-light", dbname="opto")