Sets the expression string.
$expression = new Database_Expression('COUNT(users.id)');
void Module_Database_Expression::__construct( )
void
public function __construct($value) { // Set the expression string $this->_value = $value; }