Beispiel #1
0
 /**
  * List Tables
  *
  * @return array
  */
 public function getTableNames()
 {
     return $this->_connection->listTables();
 }