This class can be used to generate SQL queries from lists of parameters. It takes as parameters the name of a table, fields, field values, conditions, etc.. The class can return strings with SQL statements to execute SELECT, INSERT, UPDATE and DELETE queries.