TruncateQuery_sqlite

class TruncateQuery_sqlite

SQLite specific implementation of TruncateQuery.

SQLite doesn't support TRUNCATE, but a DELETE query with no condition has exactly the effect (it is implemented by DROPing the table).

Hierarchy

登录查看完整内容