DBI-connection-interpolate {pool} | R Documentation |
Pool object wrappers around DBIConnection methods that deal
with the safe interpolation of values into an SQL string and
the reverse – parsing interpolated variables from SQL. See
sqlInterpolate
and
sqlParseVariables
for the original
documentation.
## S4 method for signature 'Pool' sqlInterpolate(conn, sql, ..., .dots = list()) ## S4 method for signature 'Pool' sqlParseVariables(conn, sql, ...)
conn, sql, ..., .dots |
See |