I don't understand how to pass name to all connections.  I guess you mean 
set different jdbc url for different connections?
Our code use a data source pool to manage all connections (they share a 
same url).
So I guess there is no way to make h2 provide a JVM level memory database 
between connections (I think this behavior is more like what mysql is. and 
the only difference is the h2 is a memory db).
This behavior means:  all connections to this db shares SAME schema,tables 
collections. they are visible to each other.
Is that right?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/4d6cbaf9-7260-4198-b22a-ee5a6f715967%40googlegroups.com.

Reply via email to