Hi, > Me neither and what's wrong - this is the error :.
It does work for me (no error). The root cause of the exception should show the compiler error. For the next release, I will change the error message so the actual problem (the compiler error) is included. By the way Class.forName(jdbcDriverClassName) is enough (no need to instantiate and register the driver). > What would be the right way to look up the functions created in the db ? > I try to use the alias bellow , but DatabaseMetaData.getFuntions() is in > JDK 1.6 DatabaseMetaData uses the INFORMATION_SCHEMA. See the source code of DatabaseMetaData.getFuntions(). > It maybe be better remove it from the core of h2 and pass it to an extension > module (h2-linked.jar) , as the "contrib" of other databases. Yes, that's a very good idea. The question is what is the 'right' abstraction, and how does the extension module system look like. Currently I think it's user defined functions, but there should be a better way to integrate them. Regards, Thomas -- 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.
