MediaWiki  REL1_19
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 15 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 17 of file SqliteUpdater.php.

Definition at line 77 of file SqliteUpdater.php.

References DatabaseUpdater\applyPatch(), DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().

Here is the call graph for this function:


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