I have some questions about using table functions in H2.

I have several Java services that I need, effectively, to query.  I
cannot assume that these services are facades in front of databases
(they might be on top of LDAP or filesystems).

I have some control over their APIs.

I was wondering: what is the easiest way to use the H2 query optimizer
on top of these services?  My hackish idea was to have each of these
services return an object that fits the requirements of a table
function, and then run an H2 SQL query over these table functions.
But that seems like an awful lot of overhead.  Is there a more direct
way to do this?

I'm happy to explain more if there is interest; I didn't want to
clutter this post up.

Best,
Laird

-- 
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