Hello,

We have implemented our own TableEngine for external DBF files (DBASE III) 
It support virtual primary key column, spatial index (only for SHP files), 
and have some easy to use interfaces in order to add future offdb tables.

The table implementation is here
https://github.com/orbisgis/h2gis/blob/master/h2drivers/src/main/java/org/h2gis/drivers/file_table/H2Table.java
And the API is here
https://github.com/orbisgis/h2gis/blob/master/h2drivers/src/main/java/org/h2gis/drivers/FileDriver.java

We are also interested in the availability of create index of fields in 
user defined table engines.

Regards,

-- 
Nicolas Fortin
Lab-STICC – CNRS UMR 6285 et Ecole Centrale de Nantes
GIS        http://orbisgis.org
Spatial DB http://h2gis.org
Noise      http://noisemap.orbisgis.org



Le mercredi 28 octobre 2015 13:29:17 UTC+1, Dietmar Höhmann a écrit :
>
> I'm thinking about an open source tool to make Lotus Notes databases 
> available as H2 user defined tables. Unfortunately we have no indexes in 
> Notes that would be of much use in this context. My question: Is it 
> possible to provide the raw table data as user defined table and let H2 do 
> the indexing?
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to