On 2 Feb 2008, at 00:48, Daniel John Debrunner wrote:
For a database the primary module as its interface is: org.apache.derby.database.Database and for the jdbc layer org.apache.derby.jdbc.InternalDriverNote that the jdbc layer used to use java.sql.Driver as the interface, which showed that any interface could be used as the protocol for the monitor. It was only changed to a Derby specific class because java.sql.Driver was not part of JSR169 (jdbc subset) for J2ME/CDC.
Thank you. Regards
