HSQLDB Query log – Output SQL statements to log file
It’s sometimes useful (especially for debbuging) to be able to see all the SQL statements that the database runs Lots of RDBMS have this very useful feature (MySQL for example calls it query log) The HSQLDB is one of those and it can be accomplished…