提交 e07a34d1 authored 作者: thomasmueller's avatar thomasmueller

Fix docs

上级 0468cb75
...@@ -1757,7 +1757,7 @@ In this case, only the <code>fire</code> method needs to be implemented: ...@@ -1757,7 +1757,7 @@ In this case, only the <code>fire</code> method needs to be implemented:
<pre> <pre>
import org.h2.tools.TriggerAdapter; import org.h2.tools.TriggerAdapter;
... ...
public class TriggerSample implements TriggerAdapter { public class TriggerSample extends TriggerAdapter {
public void fire(Connection conn, ResultSet oldRow, ResultSet newRow) public void fire(Connection conn, ResultSet oldRow, ResultSet newRow)
throws SQLException { throws SQLException {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论