I have to create such a mechanism:
- Create in-memory (H2DB) database;
- Create tables and fill them using some data;
- Get stream to that database;
- Send that stream via WebDAV or something else;
I know everything except that "How to get stream to "in-memory" database created via H2DB"?
And some explanations:
- I can't create file because of some server restrictions;
- I need that stream to create a file;