DBI-connection-quote {pool} | R Documentation |
Pool object wrappers around DBIConnection methods that deal
with SQL escaping needs. See SQL
for the
original documentation.
## S4 method for signature 'Pool,character' dbQuoteIdentifier(conn, x, ...) ## S4 method for signature 'Pool,SQL' dbQuoteIdentifier(conn, x, ...) ## S4 method for signature 'Pool,Table' dbQuoteIdentifier(conn, x, ...) ## S4 method for signature 'Pool,character' dbQuoteString(conn, x, ...) ## S4 method for signature 'Pool,SQL' dbQuoteString(conn, x, ...)
conn, x, ... |
See |