How to get stream to "in-memory" database created via H2DB?

Posted by Reynevan on Stack Overflow See other posts from Stack Overflow or by Reynevan
Published on 2010-04-19T11:11:54Z Indexed on 2010/04/19 11:13 UTC
Read the original article Hit count: 170

Filed under:
|
|
|

I have to create such a mechanism:

  1. Create in-memory (H2DB) database;
  2. Create tables and fill them using some data;
  3. Get stream to that database;
  4. 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;

© Stack Overflow or respective owner

Related posts about java

Related posts about database