DBI-connection-quote: SQL quoting.
Description
Pool object wrappers around DBIConnection methods that deal
with SQL escaping needs. See SQL
for the
original documentation.
Usage
# S4 method for Pool,ANY
dbQuoteIdentifier(conn, x, ...)# S4 method for Pool,ANY
dbQuoteString(conn, x, ...)