TYPO3 CMS  TYPO3_6-2
adodb-error.inc.php File Reference

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"
 

Function Documentation

◆ adodb_error()

adodb_error (   $provider,
  $dbType,
  $errno 
)

◆ adodb_error_ibase()

adodb_error_ibase ( )

Definition at line 152 of file adodb-error.inc.php.

Referenced by adodb_error().

◆ adodb_error_ifx()

adodb_error_ifx ( )

Definition at line 182 of file adodb-error.inc.php.

Referenced by adodb_error().

◆ adodb_error_mssql()

adodb_error_mssql ( )

Definition at line 219 of file adodb-error.inc.php.

Referenced by adodb_error().

◆ adodb_error_mysql()

adodb_error_mysql ( )

Definition at line 238 of file adodb-error.inc.php.

Referenced by adodb_error().

◆ adodb_error_oci8()

adodb_error_oci8 ( )

Definition at line 200 of file adodb-error.inc.php.

Referenced by adodb_error().

◆ adodb_error_odbc()

adodb_error_odbc ( )

Definition at line 121 of file adodb-error.inc.php.

Referenced by adodb_error().

◆ adodb_error_pg()

adodb_error_pg (   $errormsg)

Definition at line 94 of file adodb-error.inc.php.

References $regexp.

Referenced by adodb_error().

◆ adodb_error_sqlite()

adodb_error_sqlite ( )

Definition at line 229 of file adodb-error.inc.php.

Referenced by adodb_error().

◆ adodb_errormsg()

if (!defined("DB_ERROR_SYNTAX")) adodb_errormsg (   $value)

Definition at line 49 of file adodb-error.inc.php.

References $ADODB_LANG_ARRAY.

Variable Documentation

◆ if

if(!defined("DB_ERROR")) define("DB_ERROR"
Version
V5.19 23-Apr-2014 (c) 2000-2014 John Lim (jlim::natsoft.com). All rights reserved. Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, the BSD license will take precedence.

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.