Home
last modified time | relevance | path

Searched refs:tmpConnectionDatabase (Results 1 – 2 of 2) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DConnection.php1562 if (isset($this->export->tmpConnectionDatabase) && $this->export->tmpConnectionDatabase) {
1563 $pdoDsn .= ';dbname=' . $this->export->tmpConnectionDatabase;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Export/
H A DPgsql.php36 public $tmpConnectionDatabase = 'postgres'; variable in Doctrine_Export_Pgsql