提交 e4f795c4 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Mention org.h2.api.Aggregate too in CREATE AGGREGATE documentation

上级 35d9c6bd
......@@ -531,7 +531,7 @@ CREATE AGGREGATE [ IF NOT EXISTS ] newAggregateName FOR className
","
Creates a new user-defined aggregate function. The method name must be the full
qualified class name. The class must implement the interface
""org.h2.api.AggregateFunction"".
""org.h2.api.Aggregate"" or ""org.h2.api.AggregateFunction"".
Admin rights are required to execute this command.
This command commits an open transaction in this connection.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论