This class generates SQL snippets that compare fields with constant values. Supportet comparison operators are "=", "!=", ">", ">=", "<" and "<=". It is introduced to help avoiding common mistakes like misspelled field names, quoting errors or SQL injection through unfiltered user input.