Do you have an idea how to achieve it when the database is in-memory?


Our byte storage level backends all emulate a kind of filesystem abstraction, so in theory you could copy in-memory files around too.

See the org.h2.store.fs.Filepath class

You'd need to do some experimentation, and you might wander into a bug, because I don't think anyone has ever done that before :-)

--
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 https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to