提交 f710bb07 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 194fbc5c
...@@ -16,6 +16,10 @@ import org.h2.result.ResultInterface; ...@@ -16,6 +16,10 @@ import org.h2.result.ResultInterface;
*/ */
public abstract class DefineCommand extends Prepared { public abstract class DefineCommand extends Prepared {
/**
* The transactional behavior. The default is disabled, meaning the command
* commits an open transaction.
*/
protected boolean transactional; protected boolean transactional;
/** /**
......
...@@ -38,8 +38,8 @@ public class MultiDimension implements Comparator<long[]> { ...@@ -38,8 +38,8 @@ public class MultiDimension implements Comparator<long[]> {
} }
/** /**
* Normalize a value so that it is between the minimum and maximum value for * Normalize a value so that it is between the minimum and maximum for the
* the given number of dimensions. * given number of dimensions.
* *
* @param dimensions the number of dimensions * @param dimensions the number of dimensions
* @param value the value (must be in the range min..max) * @param value the value (must be in the range min..max)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论