Safely interpolate values into an SQL string and parse them back.
Source:R/DBI-connection-interpolate.R
DBI-connection-interpolate.Rd
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
DBI::sqlInterpolate()
and
DBI::sqlParseVariables()
for the original
documentation.
Usage
# S4 method for Pool
sqlInterpolate(conn, sql, ..., .dots = list())
# S4 method for Pool
sqlParseVariables(conn, sql, ...)