public function databaseExec($sql)
 {
     return $this->connection->databaseExec($sql);
 }