Home
last modified time | relevance | path

Searched refs:dropDatabaseSql (Results 1 – 3 of 3) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Export/
H A DPgsql.php58 public function dropDatabaseSql($name) function in Doctrine_Export_Pgsql
H A DMysql.php74 public function dropDatabaseSql($name) function in Doctrine_Export_Mysql
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DExport.php59 foreach ((array) $this->dropDatabaseSql($database) as $query) {
71 public function dropDatabaseSql($database) function in Doctrine_Export