MediaWiki
1.23.2
|
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 |
interface | IDatabase |
Interface for classes that implement or wrap DatabaseBase. 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.