示例#1
0
 /**
  * Get sql query to show a list of database
  *
  * @return unknown
  */
 public function getShowDatabasesSql()
 {
     throw DoctrineException::showDatabasesNotSupported($this);
 }