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