提交 460425a5 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 b514df84
...@@ -115,7 +115,7 @@ public class SysProperties { ...@@ -115,7 +115,7 @@ public class SysProperties {
public static final boolean ENABLE_ANONYMOUS_SSL = getBooleanSetting("h2.enableAnonymousSSL", true); public static final boolean ENABLE_ANONYMOUS_SSL = getBooleanSetting("h2.enableAnonymousSSL", true);
/** /**
* System property <code>h2.bindAddress</code> (default: *).<br /> * System property <code>h2.bindAddress</code> (default: null).<br />
* Comma separated list of class names or prefixes. * Comma separated list of class names or prefixes.
*/ */
public static final String BIND_ADDRESS = getStringSetting("h2.bindAddress", null); public static final String BIND_ADDRESS = getStringSetting("h2.bindAddress", null);
......
...@@ -19,7 +19,14 @@ import org.h2.util.MathUtils; ...@@ -19,7 +19,14 @@ import org.h2.util.MathUtils;
*/ */
public class ValueLong extends Value { public class ValueLong extends Value {
/**
* The largest Long value, as a BigInteger.
*/
public static final BigInteger MAX = BigInteger.valueOf(Long.MAX_VALUE); public static final BigInteger MAX = BigInteger.valueOf(Long.MAX_VALUE);
/**
* The smallest Long value, as a BigDecimal.
*/
public static final BigDecimal MIN_BD = BigDecimal.valueOf(Long.MIN_VALUE); public static final BigDecimal MIN_BD = BigDecimal.valueOf(Long.MIN_VALUE);
/** /**
......
...@@ -636,4 +636,4 @@ jdt continuation codegen parenthesized tabulation ellipsis imple inits guardian ...@@ -636,4 +636,4 @@ jdt continuation codegen parenthesized tabulation ellipsis imple inits guardian
postfix iconified deiconified deactivated activated worker frequent utilities postfix iconified deiconified deactivated activated worker frequent utilities
workers appender recovers balanced serializing breaking austria wildam workers appender recovers balanced serializing breaking austria wildam
census genealogy scapegoat gov compacted migrating dies typtypmod latch await census genealogy scapegoat gov compacted migrating dies typtypmod latch await
counting dtest fallback counting dtest fallback infix places formal extern
\ No newline at end of file \ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论