checkIntegrity() public method
Builds a SQL statement for enabling or disabling integrity check.
public string checkIntegrity ( $check = true, $schema = '', $table = '' ) | ||
---|---|---|
$check | boolean |
Whether to turn on or off the integrity check. |
$schema | string |
The schema of the tables. |
$table | string |
The table name. |
return | string |
The SQL statement for checking integrity |
Please login to continue.