I have a SELECT statement like SELECT * FROM table where id=? and key IN (?,?..?). For INSERT,UPDATE we have this batchWithParams, how can I do this for SELECT.
SELECT * FROM table where id=? and key IN (?,?..?)