DBI-connection-interpolate {pool}R Documentation

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 sqlInterpolate and sqlParseVariables for the original documentation.

Usage

## S4 method for signature 'Pool'
sqlInterpolate(conn, sql, ..., .dots = list())

## S4 method for signature 'Pool'
sqlParseVariables(conn, sql, ...)

Arguments

conn, sql, ..., .dots

See sqlInterpolate.


[Package pool version 0.1.4.1 Index]