fun truncate(table: String): <ERROR CLASS>
Adds a Truncate operation to the DbSetup
table
- the table to truncatefun truncate(vararg tables: String): <ERROR CLASS>
Adds Truncate operations to the DbSetup
tables
- the tables to delete fromfun truncate(tables: List<String>): <ERROR CLASS>
Adds Truncate operations to the DbSetup
tables
- the tables to truncate