C:/lib/adodb/adodb-exceptions.inc.php-Dateireferenz

adodb-exceptions.inc.php-Dateireferenz

gehe zum Quellcode dieser Datei

Datenstrukturen

class  ADODB_Exception
 

Funktionen

 adodb_throw ($dbms, $fn, $errno, $errmsg, $p1, $p2, $thisConnection)
 

Variablen

if(!defined('ADODB_ERROR_HANDLER_TYPE'))
define('ADODB_ERROR_HANDLER_TYPE' 
E_USER_ERROR
 
const ADODB_ERROR_HANDLER 'adodb_throw'
 

Dokumentation der Funktionen

adodb_throw (   $dbms,
  $fn,
  $errno,
  $errmsg,
  $p1,
  $p2,
  $thisConnection 
)

Default Error Handler. This will be called with the following params

Parameter
$dbmsthe RDBMS you are connecting to
$fnthe name of the calling function (in uppercase)
$errnothe native error number from the database
$errmsgthe native error msg from the database
$p1$fn specific parameter - see below
$P2$fn specific parameter - see below

Definiert in Zeile 71 der Datei adodb-exceptions.inc.php.

Wird benutzt von ADODB_Active_Record\Error().

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

Variablen-Dokumentation

const ADODB_ERROR_HANDLER 'adodb_throw'

Definiert in Zeile 18 der Datei adodb-exceptions.inc.php.

if (!defined('ADODB_ERROR_HANDLER_TYPE')) define('ADODB_ERROR_HANDLER_TYPE' E_USER_ERROR
Version
V5.19dev ??-???-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.

Latest version is available at http://php.weblogs.com

Exception-handling code using PHP5 exceptions (try-catch-throw).

Definiert in Zeile 17 der Datei adodb-exceptions.inc.php.




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.