spring-framework / org.springframework.test.jdbc / JdbcTestUtils / dropTables

dropTables

open static fun dropTables(jdbcTemplate: JdbcTemplate, vararg tableNames: String): Unit

Drop the specified tables.

Parameters

jdbcTemplate - the JdbcTemplate with which to perform JDBC operations

tableNames - the names of the tables to drop