dbQuoteIdentifier,MySQLConnection,character-method {RMySQL} | R 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, ...)
[Package RMySQL version 0.10.29 Index]