Public Member Functions

oxAdoDbException Class Reference

Inheritance diagram for oxAdoDbException:
Collaboration diagram for oxAdoDbException:

List of all members.

Public Member Functions

 __construct ($sDbDriver, $sFunction, $iErrorNr, $sErrorMsg, $sParam1, $sParam2, $oConnection)

Detailed Description

Exception class for all adoDb problems, e.g.:

Definition at line 9 of file oxadodbexception.php.


Constructor & Destructor Documentation

oxAdoDbException.__construct ( sDbDriver,
sFunction,
iErrorNr,
sErrorMsg,
sParam1,
sParam2,
oConnection 
)

Class constructor, initiates parent constructor (parent.oxBase()).

Parameters:
string $sDbDriver Database driver
string $sFunction The name of the calling function (in uppercase)
int $iErrorNr The native error number from the database
string $sErrorMsg the native error message from the database
string $sParam1 $sFunction specific parameter
string $sParam2 $sFunction specific parameter
string $oConnection Database connection object

Definition at line 22 of file oxadodbexception.php.


The documentation for this class was generated from the following file: