/usr/lib/R/site-library/RMySQL/INDEX is in r-cran-rmysql 0.10.13-2.
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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | MySQLDriver-class Class MySQLDriver with constructor MySQL.
constants Constants
db-meta Database interface meta-data
dbApply Apply R/S-Plus functions to remote groups of
DBMS rows (experimental)
dbConnect,MySQLDriver-method
Connect/disconnect to a MySQL DBMS
dbDataType,MySQLDriver-method
Determine the SQL Data Type of an S object
dbEscapeStrings Escape SQL-special characters in strings.
dbFetch,MySQLResult,numeric-method
Execute a SQL statement on a database
connection.
dbGetInfo,MySQLDriver-method
Get information about a MySQL driver.
dbNextResult Fetch next result set from an SQL script or
stored procedure (experimental)
dbReadTable,MySQLConnection,character-method
Convenience functions for importing/exporting
DBMS tables
dbUnloadDriver,MySQLDriver-method
Unload MySQL driver.
dbWriteTable,MySQLConnection,character,data.frame-method
Write a local data frame or file to the
database.
isIdCurrent Check if a database object is valid.
make.db.names,MySQLConnection,character-method
Make R/S-Plus identifiers into legal SQL
identifiers
mysqlClientLibraryVersions
MySQL Check for Compiled Versus Loaded Client
Library Versions
mysqlHasDefault Check if default database is available.
result-meta Database interface meta-data.
transactions DBMS Transaction Management
|