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 April 4, 2025, 6:11 a.m.