Control how all WHERE and HAVING groups are put together.
$type: Either 'AND' or 'OR'
public function setGroupOperator($type = 'AND') { $this->groupOperator = strtoupper($type); }