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

Documentation.

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