function getSQL()
 {
     return Specification::betweenSQL($this->field_name, $this->value1, $this->value2);
 }