db\sqlite\QueryBuilder checkIntegrity()

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

doc_Yii
2016-10-30 16:59:54
Comments
Leave a Comment

Please login to continue.