/**
  * {@inheritdoc}
  */
 public function delete($tableName, array $key)
 {
     return $this->conn->delete($tableName, $key);
 }