Learn R Programming

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

DBI (version 0.2-1)

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

741,001

Version

0.2-1

License

GPL (version 2 or later)

Maintainer

David James

Last Published

February 16th, 2024

Functions in DBI (0.2-1)

dbConnect

Create a connection to a DBMS
dbCommit

DBMS Transaction Management
dbDriver

Database Interface (DBI) Classes and drivers
print.list.pairs

Support functions
fetch

Fetch records from a previously executed query
dbSetDataMappings

Set data mappings between an DBMS and R/Splus
dbSendQuery

Execute a statement on a given database connection
dbCallProc

Call an SQL stored procedure
dbGetInfo

Database interface meta-data
DBI-internal

Version 4 meta-objects
make.db.names

Make R/Splus identifiers into legal SQL identifiers
dbReadTable

Convenience functions for Importing/Exporting DBMS tables
DBIDriver-class

Class DBIDriver
DBIObject-class

Class DBIObject
DBIResult-class

Class DBIResult
DBIConnection-class

Class DBIConnection
dbListTables

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

Determine the SQL Data Type of an S object