dbQuoteIdentifier,MySQLConnection,character-method
From RMySQL v0.10.20
by Jeroen Ooms
Quote method for MySQL identifiers
In MySQL, identifiers are enclosed in backticks, e.g. `x`
.
- Keywords
- internal
Usage
# S4 method for MySQLConnection,character
dbQuoteIdentifier(conn, x, ...)
Community examples
Looks like there are no examples yet.