Home
last modified time | relevance | path

Searched refs:DB_Error (Results 1 – 16 of 16) sorted by relevance

/dports/databases/pear-DB/DB-1.11.0/tests/
H A Ddb_error.phpt2 DB::DB_Error
41 $e = new DB_Error(); print strtolower($e->toString())."\n";
42 $e = new DB_Error("test error"); print strtolower($e->toString())."\n";
43 $e = new DB_Error(DB_OK); print strtolower($e->toString())."\n";
44 $e = new DB_Error(DB_ERROR); print strtolower($e->toString())."\n";
49 $e = new DB_Error;
50 $e->DB_Error("test instantiated"); print strtolower($e->toString())."\n";
54 $e = new DB_Error(DB_ERROR_SYNTAX, PEAR_ERROR_TRIGGER);
57 $e = new DB_Error(DB_ERROR_SYNTAX, PEAR_ERROR_TRIGGER, E_USER_NOTICE);
58 $e = new DB_Error(DB_ERROR_SYNTAX, PEAR_ERROR_TRIGGER, E_USER_WARNING);
[all …]
H A Derrors.inc33 * @param object $e the DB_Error object from the query
/dports/www/pear-HTTP_Session2/HTTP_Session2-0.7.3/HTTP/Session2/Container/
H A DDB.php239 new DB_Error($result->code, PEAR_ERROR_DIE);
264 new DB_Error($result->code, PEAR_ERROR_DIE);
285 new DB_Error($result->code, PEAR_ERROR_DIE);
307 new DB_Error($result->code, PEAR_ERROR_DIE);
326 new DB_Error($result->code, PEAR_ERROR_DIE);
355 new DB_Error($result->code, PEAR_ERROR_DIE);
376 new DB_Error($result->code, PEAR_ERROR_DIE);
/dports/www/crp/CRP/Code/PEAR-DB/
H A Dcommon.inc137 $this->PEAR('DB_Error');
347 * @return mixed DB_OK or DB_Error
546 * @return mixed DB_OK or DB_Error
1070 * @return mixed DB_Error
1084 * @return mixed DB_Error
1098 * @return mixed DB_Error
1142 * @return mixed DB_Error or message
1161 * @return mixed DB_Error or id
1175 * @return mixed DB_Error
1191 * @return mixed DB_Error
[all …]
H A DDB.inc208 null, null, null, 'DB_Error', true);
258 null, null, null, 'DB_Error', true);
573 * DB_Error implements a class for reporting portable database error
579 class DB_Error extends PEAR_Error
582 * DB_Error constructor.
594 function DB_Error($code = DB_ERROR, $mode = PEAR_ERROR_RETURN,
741 * a DB_Error object on error
/dports/databases/pear-DB/DB-1.11.0/tests/driver/
H A D21freeResult.phpt14 echo "Result is a DB_Error.\n";
H A Ddroptable.inc29 * @return int DB_OK on success. DB_Error object on failure.
/dports/databases/pear-MDB/MDB-1.3.0/MDB/
H A Dpeardb_wrapper.php188 class DB_Error extends PEAR_Error class
190 function DB_Error($code = DB_ERROR, $mode = PEAR_ERROR_RETURN, function in DB_Error
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/
H A DDB.php946 class DB_Error extends PEAR_Error class
961 function DB_Error($code = DB_ERROR, $mode = PEAR_ERROR_RETURN, function in DB_Error
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/db/
H A DDB.php946 class DB_Error extends PEAR_Error class
961 function DB_Error($code = DB_ERROR, $mode = PEAR_ERROR_RETURN, function in DB_Error
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Dfuncadd.h300 DB_Error = 2 /* Error reading or writing table. */ enumerator
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Dfuncadd.h300 DB_Error = 2 /* Error reading or writing table. */ enumerator
/dports/math/asl/solvers/
H A Dfuncadd.h317 DB_Error = 2 /* Error reading or writing table. */ enumerator
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/asl/
H A Dfuncadd.h317 DB_Error = 2 /* Error reading or writing table. */ enumerator
/dports/misc/pear-Services_Weather/Services_Weather-1.4.6/Weather/
H A DMetar.php210 * @return DB_Error|bool
211 * @throws DB_Error
/dports/databases/pear-DB/DB-1.11.0/
H A DDB.php964 class DB_Error extends PEAR_Error class