Skip to contents

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, ...)

Arguments

conn, sql, ..., .dots

See DBI::sqlInterpolate().