DbSetup-kotlin / com.ninja_squad.dbsetup_kotlin / DbSetupBuilder / deleteAllFrom

deleteAllFrom

fun deleteAllFrom(table: String): <ERROR CLASS>

Adds a DeleteAll operation to the DbSetup

Parameters

table - the table to delete from


fun deleteAllFrom(vararg tables: String): <ERROR CLASS>
fun deleteAllFrom(tables: List<String>): <ERROR CLASS>

Adds DeleteAll operations to the DbSetup

Parameters

tables - the tables to delete from