提交 4100f056 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 2be1c48b
......@@ -618,7 +618,7 @@ means opening two different (private) databases.
</p><p>
Sometimes multiple connections to the same in-memory database are required.
In this case, the database URL must include a name. Example: <code>jdbc:h2:mem:db1</code>.
Accessing the same database in this way only works within the same virtual machine and
Accessing the same database using this URL only works within the same virtual machine and
class loader environment.
</p><p>
In-memory can be accessed remotely
......@@ -1128,6 +1128,7 @@ or <code>SET EXCLUSIVE 2</code>), then this connection will try to re-connect un
Multiple processes can access the same database without having to start the server manually.
To do that, append <code>;AUTO_SERVER=TRUE</code> to the database URL.
You can use the same database URL independent of whether the database is already open or not.
This feature doesn't work with in-memory databases.
</p>
<p>
When using this mode, the first connection to the database is made in embedded mode,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论