Hi, I don't know if it's a good approach, here how I would do: Use an array of objects, each containing column name, operator and value. The method doQuery can have only one argument, an array. Then you can build the statement based on values passed. If the array is null, it would mean select everything.
-- Jhonny Everson

