Get the arguments attached to the WHERE and HAVING clauses of this query.
public function getWhereArgs() { return array_merge(...array_column($this->where, 'args'), ...array_column($this->having, 'args')); }