Learn R Programming

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

DBI (version 0.1-3)

R/Splus Database Interface

Description

A common database interface (DBI) class and method definitions. All classes in this package are virtual and need to be extended by the various DBMS implementatios.

Copy Link

Version

Install

install.packages('DBI')

Monthly Downloads

711,123

Version

0.1-3

License

GPL (version 2 or later)

Maintainer

David James

Last Published

February 16th, 2024

Functions in DBI (0.1-3)

DBI-internal

Version 4 meta-objects
dbListTables

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

Class "DBIObject" ~~~
DBIConnection-class

Class "DBIConnection" ~~~
dbSendQuery

Execute a statement on a given database connection
DBIDriver-class

Class "DBIDriver"
dbReadTable

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

Support functions
dbCommit

DBMS Transaction Management
DBIResult-class

Class "DBIResult"
dbDataType

Determine the SQL Data Type of an S object
dbDriver

Database Interface (DBI) Classes and drivers
dbGetInfo

Database interface meta-data
dbSetDataMappings

Set data mappings between an DBMS and R/S
make.db.names

Make R/S identifiers into legal SQL identifiers
dbCallProc

Call an SQL stored procedure
dbConnect

Create a connection to a DBMS
fetch

Fetch records from a previously executed query