Learn R Programming

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

DBI (version 0.2-7)

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

License

LGPL (>= 2)

Maintainer

ORPHANED

Last Published

May 9th, 2013

Functions in DBI (0.2-7)

DBI-internal

Version 4 meta-objects
dbListTables

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

Execute a statement on a given database connection
dbDataType

Determine the SQL Data Type of an S object
DBIConnection-class

Class DBIConnection
fetch

Fetch records from a previously executed query
dbConnect

Create a connection to a DBMS
dbGetInfo

Database interface meta-data
dbCallProc

Call an SQL stored procedure
DBIObject-class

Class DBIObject
dbCommit

DBMS Transaction Management
print.list.pairs

Support functions
dbReadTable

Convenience functions for Importing/Exporting DBMS tables
DBIResult-class

Class DBIResult
DBIDriver-class

Class DBIDriver
dbDriver

Database Interface (DBI) Classes and drivers
make.db.names

Make R/Splus identifiers into legal SQL identifiers
dbSetDataMappings

Set data mappings between an DBMS and R/Splus