Trac
Each export driver should support TRUNCATE. MYSQL TRUNCATE command is not database portable hence each driver must find its own way to implement this. The following methods should be added:
- truncateTable($table) This method truncates given table
- truncateTables() This method truncates all tables in the database