Added by jgarnett, last edited by jgarnett on Aug 14, 2007  (view change)

Labels

 
(None)

The JDBC Module does not really define any additional API of interest to end-users, it mostly contains utility classes that help out those implementing a DataStore backed onto a database.

If you do have to break into any of these interfaces please let us know (as it is probably a bug on our part).

You are here
<< >>

What does this Module do?

Actually it does not do anything on its own ... it requires plug ins for different database formats to be supplied. The module does not define any additional interfaces.

On the complex-features branch Gabriel made an SQLDataStore interface that allowed client code direct access to the database via SQL. If this works comes forward to trunk it would be documented on this page.

If not all the fun stuff for this module will be documented over in the Advanced section.