Running a script to create tables with HSQLDB

前端 未结 4 1930
生来不讨喜
生来不讨喜 2021-02-04 17:24

I use hsqldb to run my unit tests that need a database access.

For the moment, when I want to create a table for a specific test, I have the following c

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-04 18:16

    You might give org.hsqldb.util.SqlFile a try. This class seems to be a perfect match for your problem.

提交回复
热议问题