expression = $expression; } public function __toString() { return (string) $this->expression; } } // End Database Expr Class