TYPO3 CMS
TYPO3_6-2
|
Go to the source code of this file.
Functions | |
if(!defined("DB_ERROR_SYNTAX")) | adodb_errormsg ($value) |
adodb_error ($provider, $dbType, $errno) | |
adodb_error_pg ($errormsg) | |
adodb_error_odbc () | |
adodb_error_ibase () | |
adodb_error_ifx () | |
adodb_error_oci8 () | |
adodb_error_mssql () | |
adodb_error_sqlite () | |
adodb_error_mysql () | |
Variables | |
if (!defined("DB_ERROR")) define("DB_ERROR" | |
adodb_error | ( | $provider, | |
$dbType, | |||
$errno | |||
) |
Definition at line 61 of file adodb-error.inc.php.
References adodb_error_ibase(), adodb_error_ifx(), adodb_error_mssql(), adodb_error_mysql(), adodb_error_oci8(), adodb_error_odbc(), adodb_error_pg(), and adodb_error_sqlite().
adodb_error_ibase | ( | ) |
Definition at line 152 of file adodb-error.inc.php.
Referenced by adodb_error().
adodb_error_ifx | ( | ) |
Definition at line 182 of file adodb-error.inc.php.
Referenced by adodb_error().
adodb_error_mssql | ( | ) |
Definition at line 219 of file adodb-error.inc.php.
Referenced by adodb_error().
adodb_error_mysql | ( | ) |
Definition at line 238 of file adodb-error.inc.php.
Referenced by adodb_error().
adodb_error_oci8 | ( | ) |
Definition at line 200 of file adodb-error.inc.php.
Referenced by adodb_error().
adodb_error_odbc | ( | ) |
Definition at line 121 of file adodb-error.inc.php.
Referenced by adodb_error().
adodb_error_pg | ( | $errormsg | ) |
adodb_error_sqlite | ( | ) |
Definition at line 229 of file adodb-error.inc.php.
Referenced by adodb_error().
if (!defined("DB_ERROR_SYNTAX")) adodb_errormsg | ( | $value | ) |
Definition at line 49 of file adodb-error.inc.php.
References $ADODB_LANG_ARRAY.
if(!defined("DB_ERROR")) define("DB_ERROR" |
Set tabs to 4 for best viewing.
The following code is adapted from the PEAR DB error handling code. Portions (c)1997-2002 The PHP Group.
Definition at line 15 of file adodb-error.inc.php.