public function execute(\Doctrine\DBAL\Connection $conn, array $params)
 {
     return $conn->execute($this->_sqlStatements, $params);
 }