Get Filtered Records
Arguments
- db
database name or database file
- tableName
name of the table from which to read records
- keyValues
list of
key = valuepairs with the keys representing field names of the tabletableName, defining filter criteria- fields
table fields to be selected
- like
if
TRUEthe SQLLIKEoperator is used instead of the equal operator=when matching the values inkeyValueswith the table fields- ...
additonal arguments passed to
selectFromDb