Hi,

It sounds like what you want to do is implement your own custom table.
Functions that return a table are not enough for your use case, it
sounds like you need indexes as well.

This is supported, using the API org.h2.api.TableEngine. For details
on how to do that, see
http://code.google.com/p/h2database/source/browse/trunk/h2/src/test/org/h2/test/db/TestTableEngines.java

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.

Reply via email to