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
You might give org.hsqldb.util.SqlFile a try. This class seems to be a perfect match for your problem.
org.hsqldb.util.SqlFile