_truncate()
_truncate(string $table) : string
Truncate statement
Generates a platform-specific truncate string from the supplied data
If the database does not support the TRUNCATE statement,
then this method maps to 'DELETE FROM table'
Parameters
Returns
string