Learn R Programming

pool (version 0.1.6)

DBI-connection-interpolate: Safely interpolate values into an SQL string and parse them back.

Description

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