db\mysql\QueryBuilder checkIntegrity()

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. Meaningless for MySQL.

$table string

The table name. Meaningless for MySQL.

return string

The SQL statement for checking integrity

doc_Yii
2016-10-30 16:58:28
Comments
Leave a Comment

Please login to continue.