column « hsqldb « Java Database Q&A





1. How do I get name of the target table and column of foreign key column with plain JDBC    stackoverflow.com

I'm trying to make a piece of code using plain JDBC that fetches me the name of both target table and column of a foreign key of a specific column in ...

2. HSQL column contains #    stackoverflow.com

I'm working on using JUnit to test an application. I've decided to use HSQL to create an in memory database at run time. This works fine when I am ...