|
MediaWiki
REL1_20
|
Base interface for all DBMS-specific code. More...
Go to the source code of this file.
Classes | |
| class | DatabaseBase |
| Database abstraction object. More... | |
| interface | DatabaseType |
Enumerations | |
| enum | DEADLOCK_DELAY_MAX |
| Maximum time to wait before retry. More... | |
| enum | DEADLOCK_DELAY_MIN |
| Minimum time to wait before retry, in microseconds. More... | |
| enum | DEADLOCK_TRIES |
| Number of times to re-try an operation in case of deadlock. More... | |
Base interface for all DBMS-specific code.
At a bare minimum, all of the following must be implemented to support MediaWiki
Definition in file Database.php.
| enum DEADLOCK_DELAY_MAX |
Maximum time to wait before retry.
Definition at line 32 of file Database.php.
| enum DEADLOCK_DELAY_MIN |
Minimum time to wait before retry, in microseconds.
Definition at line 30 of file Database.php.
| enum DEADLOCK_TRIES |
Number of times to re-try an operation in case of deadlock.
Definition at line 28 of file Database.php.