MediaWiki
1.28.0
|
Public Member Functions | |
__construct (IDatabase $db, $error, $errno, $sql, $fname) | |
Public Member Functions inherited from DBExpectedError | |
__construct (IDatabase $db=null, $error, array $params=[]) | |
getKey () | |
Returns the message key. More... | |
getParams () | |
Returns the message parameters. More... | |
Public Member Functions inherited from DBError | |
__construct (IDatabase $db=null, $error) | |
Construct a database error. More... | |
Public Attributes | |
integer | $errno |
string | $error |
string | $fname |
string | $sql |
Public Attributes inherited from DBError | |
IDatabase null | $db |
Additional Inherited Members | |
Protected Attributes inherited from DBExpectedError | |
string[] | $params |
Message parameters. More... | |
Definition at line 25 of file DBQueryError.php.
DBQueryError::__construct | ( | IDatabase | $db, |
$error, | |||
$errno, | |||
$sql, | |||
$fname | |||
) |
integer DBQueryError::$errno |
Definition at line 29 of file DBQueryError.php.
Referenced by __construct().
string DBQueryError::$error |
Definition at line 27 of file DBQueryError.php.
Referenced by __construct().
string DBQueryError::$fname |
Definition at line 33 of file DBQueryError.php.
Referenced by __construct().
string DBQueryError::$sql |
Definition at line 31 of file DBQueryError.php.
Referenced by __construct().