MediaWiki  REL1_20
SqliteUpdater Class Reference

Class for handling updates to Sqlite databases. More...

Inheritance diagram for SqliteUpdater:
Collaboration diagram for SqliteUpdater:

List of all members.

Protected Member Functions

 getCoreUpdateList ()
 Get an array of updates to perform on the database.
 sqliteInitialIndexes ()
 sqliteSetupSearchindex ()

Detailed Description

Class for handling updates to Sqlite databases.

Since:
1.17

Definition at line 30 of file SqliteUpdater.php.


Member Function Documentation

Get an array of updates to perform on the database.

Should return a multi-dimensional array. The main key is the MediaWiki version (1.12, 1.13...) with the values being arrays of updates, identical to how updaters.inc did it (for now)

Returns:
Array

Reimplemented from DatabaseUpdater.

Definition at line 32 of file SqliteUpdater.php.


The documentation for this class was generated from the following file: