Sets the WHERE condition of this.
cond's ownership is transferred to this (which means this
is then responsible for freeing it when no longer needed).
| this |
a SqlStatement pointer |
| cond |
the WHERE condition of the DELETE statement, as a SqlExpr |