checkIntegrity() public method
Enables or disables 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. Meaningless for SQLite. |
$table | string |
The table name. Meaningless for SQLite. |
return | string |
The SQL statement for checking integrity |
throws | yii\base\NotSupportedException |
this is not supported by SQLite |
Please login to continue.