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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.