rocker: Database Interface Class
'R6' class interface for handling relational database connections using 'DBI' package as backend. The class allows handling of connections to e.g. PostgreSQL, MariaDB and SQLite. The purpose is having an intuitive object allowing straightforward handling of SQL databases. package
Useful links:
Other rocker: newDB()
, rocker-R6-class
, rocker-README
, rocker-S3-functions
Other rocker-S3-functions: appendTable()
, begin()
, canConnect()
, clearResult()
, columnInfo()
, commit()
, connect()
, createTable()
, disconnect()
, execute()
, existsTable()
, fetch()
, getInfoCon()
, getInfoDrv()
, getInfoRes()
, getQuery()
, getRowCount()
, getRowsAffected()
, getStatement()
, hasCompleted()
, isValidCon()
, isValidDrv()
, isValidRes()
, listFields()
, listObjects()
, listTables()
, readTable()
, removeTable()
, rocker-README
, rocker-S3-functions
, rollback()
, sendQuery()
, sendStatement()
, setupDriver()
, setupMariaDB()
, setupPostgreSQL()
, setupSQLite()
, unloadDriver()
, validateCon()
, writeTable()
Maintainer : Nikolaus Pawlowski niko@fr33.net [copyright holder]