Delete all tables in Derby DB

后端 未结 10 1031
离开以前
离开以前 2020-12-30 05:42

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

10条回答
  •  失恋的感觉
    2020-12-30 06:05

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

提交回复
热议问题