OXID eShop CE
4.10.2
|
Public Member Functions | |
__construct ($sDbDriver, $sFunction, $iErrorNr, $sErrorMsg, $sParam1, $sParam2, $oConnection) | |
Public Member Functions inherited from oxConnectionException | |
setAdress ($sAdress) | |
getAdress () | |
setConnectionError ($sConnError) | |
getConnectionError () | |
getString () | |
getValues () | |
Public Member Functions inherited from oxException | |
__construct ($sMessage="not set", $iCode=0) | |
setLogFileName ($sFile) | |
getLogFileName () | |
setMessage ($sMessage) | |
setRenderer () | |
isRenderer () | |
setNotCaught () | |
isNotCaught () | |
debugOut () | |
setDestination ($sDestination) |
Additional Inherited Members | |
Protected Attributes inherited from oxException | |
$_sFileName = 'EXCEPTION_LOG.txt' | |
$_blRenderer = false | |
$_blNotCaught = false |
Exception class for all adoDb problems, e.g.:
Definition at line 11 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 24 of file oxadodbexception.php.