Search code examples
javasqljdbcderby

Delete all tables in Derby DB


How do i delete all the tables in the schema on Apache Derby DB using JDBC?


Solution

  • For actual code that does this, check CleanDatabaseTestSetup.java in the Derby test suite section of the Derby distribution.