dasralph
12/05/2016, 11:32 AMdb.select("User", "name")
.where("(_id > {userId}) and (name = {userName})",
"userName" to "John",
"userId" to 42)
delete(tableName: “foobar", whereClause = "(_id > {userId}) and (name = {userName})", args = "userName" to “John”, "userId" to 42"