Pool object wrappers around DBIConnection methods that deal
with SQL escaping needs. See DBI::SQL()
for the
original documentation.
# S4 method for Pool,ANY
dbQuoteIdentifier(conn, x, ...)# S4 method for Pool
dbUnquoteIdentifier(conn, x, ...)
# S4 method for Pool
dbQuoteLiteral(conn, x, ...)
# S4 method for Pool,ANY
dbQuoteString(conn, x, ...)
See DBI::SQL()
.