> This will be available in the next release. For now, you need to parse > the column COLUMN_DEFAULT. Why do you need the sequence?
I found SeQuaLite http://sequalite.sourceforge.net/ a free light- weight java data access framework. One of the features is the POJO generator based in the database tables. The author have designed it to work with OracleDB, MySQL, Postgre and Sql server. I have been working in it and now with my changes it supports FirebirdSQL and H2 (the databases I use) I need to know the sequence name used to generate the primary key to be used by the framework. So I can make it transparent for databases accepting auto increment fields and others not using it (like h2 database and firebirdsql). Actually with this framework I can save a lot of time. I can avoid using AUTO_INCREMENT in h2, is not needed for the framework (it can manages sequences) but the feature is there so I want the framework to manage it properly. Thanks. Julio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
