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 May 29, 2024, 5:43 a.m.