rocker-package: rocker: Database Interface Class

rocker-packageR Documentation

rocker: Database Interface Class

Description

'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.

Details

  • Description of 'rocker' R6 class: rocker-R6-class

  • Description of S3 functions: rocker-S3-functions

  • How-to and examples: README

  • Additional information and vignettes: CRAN

Author(s)

Maintainer: Nikolaus Pawlowski niko@fr33.net [copyright holder]

See Also

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()


rocker documentation built on Aug. 21, 2022, 1:06 a.m.