Learn R Programming

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

DBI (version 0.1-5)

R/Splus Database Interface

Description

A database interface (DBI) definition for communication between R/S 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

696,767

Version

0.1-5

License

GPL (version 2 or later)

Maintainer

David James

Last Published

February 16th, 2024

Functions in DBI (0.1-5)

dbGetInfo

Database interface meta-data
DBIObject-class

Class DBIObject
DBI-internal

Version 4 meta-objects
dbDriver

Database Interface (DBI) Classes and drivers
dbCommit

DBMS Transaction Management
dbDataType

Determine the SQL Data Type of an S object
dbSendQuery

Execute a statement on a given database connection
DBIConnection-class

Class DBIConnection
DBIResult-class

Class DBIResult
DBIDriver-class

Class DBIDriver
dbListTables

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

Call an SQL stored procedure
fetch

Fetch records from a previously executed query
dbReadTable

Convenience functions for Importing/Exporting DBMS tables
print.list.pairs

Support functions
make.db.names

Make R/Splus identifiers into legal SQL identifiers
dbSetDataMappings

Set data mappings between an DBMS and R/Splus
dbConnect

Create a connection to a DBMS