R/sql.R
keyValuesToSqlFilter.Rd
List of Key = Value Pairs to SQL Filter Expression
keyValuesToSqlFilter(keyValues, like = FALSE)
list of key = value pairs
key = value
if TRUE, the SQL comparison operator will be LIKE instead of =.
TRUE
LIKE
=