schema « derby « Java Database Q&A





1. Derby - constraints    stackoverflow.com

In the Derby server, how can you use the information in the system tables of the schema to create a select statement in order to retrieve the constraint names for each ...

2. Portable Schema Between Derby and DB2    stackoverflow.com

I'd like to use Derby as a Subset for a given DB2 Database which is meant to run in a Mainframe. Which tips and tricks would you give when designing the database ...

3. How to run sql scripts in order to update a Derby schema from java code?    stackoverflow.com

The derby database installations of our customer sides have different schema versions. E.g. Customer1 has db schema version 4.1.5.0240, Customer2 has version 4.0.1.0330. The idea is to update theses schemas to actual ...