| load {RMySQL} | R Documentation |
Initialize or free the client-side of an R/S database interface
load(mgr, ...) unload(mgr, ...)
mgr |
a dbManager object, as created
through dbManger
|
... |
any database-specific parameters. |
NULL
These functions initialize and release client-part software of the RS-DBI implementation.
See the Omega Project for Statistical Computing at http://www.omegahat.org for more details on the R/S database interface.
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 <- MySQL() ... unload(m)