RMySQL (version 0.10.12)

dbQuoteIdentifier,MySQLConnection,character-method: Quote method for MySQL identifiers

Description

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

Usage

# S4 method for MySQLConnection,character
dbQuoteIdentifier(conn, x, ...)

Arguments