MediaWiki
REL1_19
|
Public Member Functions | |
__construct (DatabaseBase &$db, $error, $errno, $sql, $fname) | |
getContentMessage ($html) | |
getLogMessage () | |
getPageTitle () | |
getSQL () | |
Public Attributes | |
$errno | |
$error | |
$fname | |
$sql |
Definition at line 260 of file DatabaseError.php.
DBQueryError::__construct | ( | DatabaseBase &$ | db, |
$ | error, | ||
$ | errno, | ||
$ | sql, | ||
$ | fname | ||
) |
$db | DatabaseBase |
$error | string |
$errno | int|string |
$sql | string |
$fname | string |
Definition at line 270 of file DatabaseError.php.
DBQueryError::getContentMessage | ( | $ | html | ) |
$html | string |
Reimplemented from DBError.
Definition at line 287 of file DatabaseError.php.
References $error, $fname, $sql, getSQL(), MWException\useMessageCache(), and wfMsg().
Reimplemented from MWException.
Definition at line 330 of file DatabaseError.php.
References MWException\msg().
Definition at line 309 of file DatabaseError.php.
References $wgShowSQLErrors, and MWException\msg().
Referenced by getContentMessage().
DBQueryError::$errno |
Definition at line 261 of file DatabaseError.php.
Referenced by __construct().
DBQueryError::$error |
Definition at line 261 of file DatabaseError.php.
Referenced by __construct(), and getContentMessage().
DBQueryError::$fname |
Definition at line 261 of file DatabaseError.php.
Referenced by __construct(), and getContentMessage().
DBQueryError::$sql |
Definition at line 261 of file DatabaseError.php.
Referenced by __construct(), and getContentMessage().