Liste de tous les membres
Fonctions membres publiques statiques |
static | getInstance ($db, $file, $query) |
Additional Inherited Members |
| $_errors = array() |
Documentation des constructeurs et destructeur
JSchemaChangeitem::__construct |
( |
|
$db, |
|
|
|
$file, |
|
|
|
$updateQuery |
|
) |
| |
Constructor: builds check query and message from $updateQuery
- Paramètres:
-
JDatabase | $db | |
string | $file | full path name of the sql file |
string | $query | text of the sql query (one line of the file) |
string | $checkQuery | |
- Depuis:
- 2.5
Références $db, et $file.
Documentation des fonctions membres
JSchemaChangeitem::check |
( |
| ) |
|
Runs the check query and checks that 1 row is returned If yes, return true, otherwise return false
- Renvoie:
- boolean true on success, false otherwise
- Depuis:
- 2.5
JSchemaChangeitem::fix |
( |
| ) |
|
Runs the update query to apply the change to the database
- Depuis:
- 2.5
static JSchemaChangeitem::getInstance |
( |
|
$db, |
|
|
|
$file, |
|
|
|
$query |
|
) |
| |
|
static |
Documentation des données membres
JSchemaChangeitem::$checkQuery = null |
JSchemaChangeitem::$checkQueryExpected = 1 |
JSchemaChangeitem::$checkStatus = 0 |
JSchemaChangeitem::$db = null |
JSchemaChangeitem::$file = null |
JSchemaChangeitem::$msgElements = array() |
JSchemaChangeitem::$queryType = null |
JSchemaChangeitem::$rerunStatus = 0 |
JSchemaChangeitem::$updateQuery = null |
La documentation de cette classe a été générée à partir du fichier suivant :