|
MediaWiki master
|
This class contains code common to different SQLite-related maintenance scripts. More...
Static Public Member Functions | |
| static | checkSqlSyntax ( $files) |
| Checks given files for correctness of SQL syntax. | |
| static | isPresent () |
| Checks whether PHP has SQLite support. | |
This class contains code common to different SQLite-related maintenance scripts.
Definition at line 18 of file Sqlite.php.
|
static |
Checks given files for correctness of SQL syntax.
MySQL DDL will be converted to SQLite-compatible during processing. Will throw exceptions on SQL errors
| array | string | $files |
Definition at line 35 of file Sqlite.php.
|
static |