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

dbQuoteIdentifier,MySQLConnection,character-methodR Documentation

Quote method for MySQL identifiers

Description

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

Usage

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

RMySQL documentation built on Sept. 26, 2023, 5:11 p.m.