[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Microsoft SQL Server-specific installer. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
File Size: | 138 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MssqlUpdater:: (2 methods):
getCoreUpdateList()
updateConstraints()
Class: MssqlUpdater - X-Ref
Class for setting up the MediaWiki database using Microsoft SQL Server.getCoreUpdateList() X-Ref |
updateConstraints( $constraintType, $table, $field ) X-Ref |
Drops unnamed and creates named constraints following the pattern <column>_ckc param: string $constraintType param: string $table Name of the table to which the field belongs param: string $field Name of the field to modify return: bool False if patch is skipped. |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |