Learn R Programming

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

RMySQL (version 0.10.27)

Database Interface and 'MySQL' Driver for R

Description

Legacy 'DBI' interface to 'MySQL' / 'MariaDB' based on old code ported from S-PLUS. A modern 'MySQL' client written in 'C++' is available from the 'RMariaDB' package.

Copy Link

Version

Install

install.packages('RMySQL')

Monthly Downloads

61,845

Version

0.10.27

License

GPL-2

Maintainer

Jeroen Ooms

Last Published

December 4th, 2023

Functions in RMySQL (0.10.27)

isIdCurrent

Check if a database object is valid.
result-meta

Database interface meta-data.
transactions

DBMS Transaction Management
mysqlClientLibraryVersions

MySQL Check for Compiled Versus Loaded Client Library Versions
mysqlHasDefault

Check if default database is available.
dbFetch,MySQLResult,numeric-method

Execute a SQL statement on a database connection.
MySQLConnection-class

Class MySQLConnection.
dbConnect,MySQLDriver-method

Connect/disconnect to a MySQL DBMS
db-meta

Database interface meta-data
dbApply

Apply R/S-Plus functions to remote groups of DBMS rows (experimental)
dbEscapeStrings

Escape SQL-special characters in strings.
dbDataType,MySQLDriver-method

Determine the SQL Data Type of an S object
constants

Constants
MySQLDriver-class

Class MySQLDriver with constructor MySQL.
dbGetInfo,MySQLDriver-method

Get information about a MySQL driver.
dbUnloadDriver,MySQLDriver-method

Unload MySQL driver.
dbWriteTable,MySQLConnection,character,data.frame-method

Write a local data frame or file to the database.
dbNextResult

Fetch next result set from an SQL script or stored procedure (experimental)
dbReadTable,MySQLConnection,character-method

Convenience functions for importing/exporting DBMS tables
dbColumnInfo,MySQLConnection-method

Experimental dbColumnInfo method for a connection
mysqlBuildTableDefinition

Build the SQL CREATE TABLE definition as a string
MySQLResult-class

Class MySQLResult
dbQuoteIdentifier,MySQLConnection,character-method

Quote method for MySQL identifiers
make.db.names,MySQLConnection,character-method

Make R/S-Plus identifiers into legal SQL identifiers