PLJava has its own JDBC driver that is implemented directly on top of
JDBC. At present, it lacks support for DatabaseMetaData. One option for
us might be to borrow a lot of code from your driver, and perhaps apply
some modifications to it. This raises two questions:
1. Do you have any objection to us using parts of your code?
2. If minor refactoring would make it possible for us to share the code
unmodified, would you see that as something worth pursuing?
Regards,
Thomas Hallgren