Sets the update expression
Expression $update Update expression:
$this
public function setUpdate($update) { $this->assertType($update, "Expression", true); $this->update = $update; return $this; }