|
MediaWiki
REL1_20
|


Public Member Functions | |
| __construct (DatabaseBase &$db, $error, $errno, $sql, $fname) | |
| getContentMessage ($html) | |
| getLogMessage () | |
| getPageTitle () | |
| getSQL () | |
Public Attributes | |
| $errno | |
| $error | |
| $fname | |
| $sql | |
Definition at line 280 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 290 of file DatabaseError.php.
| DBQueryError::getContentMessage | ( | $ | html | ) |
| $html | string |
Reimplemented from DBError.
Definition at line 307 of file DatabaseError.php.
Definition at line 329 of file DatabaseError.php.
| DBQueryError::$errno |
Definition at line 281 of file DatabaseError.php.
| DBQueryError::$error |
Definition at line 281 of file DatabaseError.php.
| DBQueryError::$fname |
Definition at line 281 of file DatabaseError.php.
| DBQueryError::$sql |
Definition at line 281 of file DatabaseError.php.