/usr/lib/R/site-library/DBI/INDEX is in r-cran-dbi 0.2-7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | DBIConnection-class Class DBIConnection
DBIDriver-class Class DBIDriver
DBIObject-class Class DBIObject
DBIResult-class Class DBIResult
dbCallProc Call an SQL stored procedure
dbCommit DBMS Transaction Management
dbConnect Create a connection to a DBMS
dbDataType Determine the SQL Data Type of an S object
dbDriver Database Interface (DBI) Classes and drivers
dbGetInfo Database interface meta-data
dbListTables List items from a remote DBMS and from objects
that implement the database interface DBI.
dbReadTable Convenience functions for Importing/Exporting
DBMS tables
dbSendQuery Execute a statement on a given database
connection
dbSetDataMappings Set data mappings between an DBMS and R/Splus
fetch Fetch records from a previously executed query
make.db.names Make R/Splus identifiers into legal SQL
identifiers
print.list.pairs Support functions
|