Skip to content


Access HSQL Databasemanager during a test

We all need it at some point or another when using HSQL. What’s in my database during a test?

When your code reaches your breakpoint, you can run following command by pasting it, selecting and executing (alt+shift+X) following line:
org.hsqldb.util.DatabaseManagerSwing.main(new String[]{});

org.hsqldb.util.DatabaseManagerSwing.main(new String[]{});

Since you are starting the instance from the same thread, you’ll see what the thread sees, uncommitted read!

KR,
Andries

Posted in eclipse, testing.


2 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Joram Barrez says

    I’m using it all the time!

  2. Sander De Vos says

    Thanks ;)



Some HTML is OK

or, reply to this post via trackback.