mysql-quoting {RMariaDB} | R Documentation |
Quote MySQL strings and identifiers.
Description
In MySQL, identifiers are enclosed in backticks, e.g. `x`
.
Usage
## S4 method for signature 'MySQLConnection'
dbQuoteLiteral(conn, x, ...)
[Package RMariaDB version 1.3.4 Index]