truncateTable() public method
Builds and executes a SQL statement for truncating a DB table.
public void truncateTable ( $table ) | ||
---|---|---|
$table | string |
The table to be truncated. The name will be properly quoted by the method. |
truncateTable() public method
Builds and executes a SQL statement for truncating a DB table.
public void truncateTable ( $table ) | ||
---|---|---|
$table | string |
The table to be truncated. The name will be properly quoted by the method. |
Please login to continue.