Executes the TRUNCATE query.
Return value is dependent on the database type.
Overrides Query::execute
public function execute() { return $this->connection ->query((string) $this, array(), $this->queryOptions); }