Learn R Programming

RMariaDB (version 1.3.4)

mysql-quoting: Quote MySQL strings and identifiers.

Description

In MySQL, identifiers are enclosed in backticks, e.g. `x`.

Usage

# S4 method for MySQLConnection
dbQuoteLiteral(conn, x, ...)

Arguments