public function getDatabaseTableSQL($table)
 {
     return $this->connection->getDatabaseTableSQL($table);
 }