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. |
Please login to continue.