Home
last modified time | relevance | path

Searched refs:ERR_NOSUCHTABLE (Results 1 – 20 of 20) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/Connection/
H A DPgsqlTestCase.php40 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
47 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
54 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
61 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
H A DMssqlTestCase.php73 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
80 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
H A DOracleTestCase.php39 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
102 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
H A DMysqlTestCase.php80 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
87 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
H A DSqliteTestCase.php39 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHTABLE);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Mssql/
H A DException.php45 208 => Doctrine_Core::ERR_NOSUCHTABLE,
52 3701 => Doctrine_Core::ERR_NOSUCHTABLE,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Oracle/
H A DException.php47 942 => Doctrine_Core::ERR_NOSUCHTABLE,
55 2289 => Doctrine_Core::ERR_NOSUCHTABLE,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Mysql/
H A DException.php52 1051 => Doctrine_Core::ERR_NOSUCHTABLE,
61 1146 => Doctrine_Core::ERR_NOSUCHTABLE,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Sequence/
H A DMssql.php59 if ($onDemand && $e->getPortableCode() == Doctrine_Core::ERR_NOSUCHTABLE) {
115 if ($e->getPortableCode() == Doctrine_Core::ERR_NOSUCHTABLE) {
H A DPgsql.php51 if ($onDemand && $e->getPortableCode() == Doctrine_Core::ERR_NOSUCHTABLE) {
H A DOracle.php51 if ($onDemand && $e->getPortableCode() == Doctrine_Core::ERR_NOSUCHTABLE) {
H A DMysql.php52 if ($onDemand && $e->getPortableCode() == Doctrine_Core::ERR_NOSUCHTABLE) {
H A DSqlite.php52 if ($onDemand && $e->getPortableCode() == Doctrine_Core::ERR_NOSUCHTABLE) {
H A DDb2.php53 if ($onDemand && $e->getPortableCode() == Doctrine_Core::ERR_NOSUCHTABLE) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Sqlite/
H A DException.php41 … '/^no such table:/' => Doctrine_Core::ERR_NOSUCHTABLE,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Pgsql/
H A DException.php55 => Doctrine_Core::ERR_NOSUCHTABLE,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DException.php55 Doctrine_Core::ERR_NOSUCHTABLE => 'no such table',
H A DCore.php60 const ERR_NOSUCHTABLE = -18; define in Doctrine_Core
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/
H A DException.php55 Doctrine_Core::ERR_NOSUCHTABLE => 'no such table',
H A DMssql.php279 if ($e->getPortableCode() == Doctrine_Core::ERR_NOSUCHTABLE) {