sphinx\QueryBuilder truncateIndex()

truncateIndex() public method

Builds a SQL statement for truncating an index.

public string truncateIndex ( $index )
$index string

The index to be truncated. The name will be properly quoted by the method.

return string

The SQL statement for truncating an index.

doc_Yii
2016-10-30 17:12:36
Comments
Leave a Comment

Please login to continue.