Public Member Functions | |
__construct ($sDbDriver, $sFunction, $iErrorNr, $sErrorMsg, $sParam1, $sParam2, $oConnection) |
Exception class for all adoDb problems, e.g.:
Definition at line 9 of file oxadodbexception.php.
oxAdoDbException.__construct | ( | $ | sDbDriver, | |
$ | sFunction, | |||
$ | iErrorNr, | |||
$ | sErrorMsg, | |||
$ | sParam1, | |||
$ | sParam2, | |||
$ | oConnection | |||
) |
Class constructor, initiates parent constructor (parent.oxBase()).
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.