提交 703851a3 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 9d02ae76
...@@ -555,6 +555,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -555,6 +555,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
Example: TestLinkedTableFullCondition Example: TestLinkedTableFullCondition
</li><li>Compatibility with IBM DB2: CREATE PROCEDURE. </li><li>Compatibility with IBM DB2: CREATE PROCEDURE.
</li><li>Compatibility with IBM DB2: SQL cursors. </li><li>Compatibility with IBM DB2: SQL cursors.
</li><li>Single-column primary key values are always stored explicitly. This is not required.
</li></ul> </li></ul>
<h2>Not Planned</h2> <h2>Not Planned</h2>
......
...@@ -107,7 +107,7 @@ public class SysProperties { ...@@ -107,7 +107,7 @@ public class SysProperties {
/** /**
* System property <code>h2.bindAddress</code> (default: null).<br /> * System property <code>h2.bindAddress</code> (default: null).<br />
* Comma separated list of class names or prefixes. * The bind address to use.
*/ */
public static final String BIND_ADDRESS = getStringSetting("h2.bindAddress", null); public static final String BIND_ADDRESS = getStringSetting("h2.bindAddress", null);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论