truncateIndex() public method
Creates a SQL command for truncating a runtime index.
public $this truncateIndex ( $index ) | ||
---|---|---|
$index | string |
The index to be truncated. The name will be properly quoted by the method. |
return | $this |
The command object itself |
Please login to continue.