Learn R Programming

⚠️There's a newer version (1.2.2) of this package.Take me there.

DBI (version 0.1-10)

R Database Interface

Description

A database interface (DBI) definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.

Copy Link

Version

Install

install.packages('DBI')

Monthly Downloads

802,052

Version

0.1-10

License

GPL (version 2 or later)

Maintainer

David James

Last Published

February 16th, 2024

Functions in DBI (0.1-10)

DBIObject-class

Class DBIObject
summary-methods

Summarize a DBI object
dbConnect-methods

Create a connection to a DBMS
DBIResult-class

Class DBIResult
fetch-methods

Fetch records from a previously executed query
DBIConnection-class

Class DBIConnection
dbDataType-methods

Determine the SQL Data Type of an S object
dbCallProc-methods

Call an SQL stored procedure
dbGetInfo-methods

Database interface meta-data
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables
dbListTables-methods

List items from a remote DBMS and from objects that implement the database interface DBI.
DBI-internal

Version 4 meta-objects
dbSendQuery-methods

Execute a statement on a given database connection
print.list.pairs

Support functions
make.db.names-methods

Make R/S-Plus identifiers into legal SQL identifiers
dbCommit-methods

DBMS Transaction Management
DBIDriver-class

Class DBIDriver
dbDriver-methods

Database Interface (DBI) Classes and drivers
dbSetDataMappings-methods

Set data mappings between an DBMS and R/S-Plus