Home
last modified time | relevance | path

Searched refs:ERR_NOSUCHFIELD (Results 1 – 13 of 13) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Pgsql/
H A DException.php49 => Doctrine_Core::ERR_NOSUCHFIELD,
51 => Doctrine_Core::ERR_NOSUCHFIELD,
53 => Doctrine_Core::ERR_NOSUCHFIELD,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/Connection/
H A DPgsqlTestCase.php117 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
124 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
131 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
138 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
145 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
H A DSqliteTestCase.php88 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
95 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
H A DMssqlTestCase.php59 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
66 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
H A DOracleTestCase.php67 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
H A DMysqlTestCase.php73 $this->assertEqual($this->exc->getPortableCode(), Doctrine_Core::ERR_NOSUCHFIELD);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Sqlite/
H A DException.php49 … '/^no such column:/' => Doctrine_Core::ERR_NOSUCHFIELD,
50 … '/column not present in both tables/i' => Doctrine_Core::ERR_NOSUCHFIELD,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Mssql/
H A DException.php42 155 => Doctrine_Core::ERR_NOSUCHFIELD,
44 207 => Doctrine_Core::ERR_NOSUCHFIELD,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Oracle/
H A DException.php43 904 => Doctrine_Core::ERR_NOSUCHFIELD,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/Mysql/
H A DException.php53 1054 => Doctrine_Core::ERR_NOSUCHFIELD,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DException.php54 Doctrine_Core::ERR_NOSUCHFIELD => 'no such field',
H A DCore.php61 const ERR_NOSUCHFIELD = -19; define in Doctrine_Core
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/
H A DException.php54 Doctrine_Core::ERR_NOSUCHFIELD => 'no such field',