提交 313cd2c7 authored 作者: Noel Grandin's avatar Noel Grandin

missing annotation

上级 e39c638a
...@@ -11,7 +11,6 @@ import java.sql.SQLException; ...@@ -11,7 +11,6 @@ import java.sql.SQLException;
import java.sql.SQLWarning; import java.sql.SQLWarning;
import java.sql.Statement; import java.sql.Statement;
import java.util.ArrayList; import java.util.ArrayList;
import org.h2.api.ErrorCode; import org.h2.api.ErrorCode;
import org.h2.command.CommandInterface; import org.h2.command.CommandInterface;
import org.h2.command.Parser; import org.h2.command.Parser;
...@@ -145,6 +144,7 @@ public class JdbcStatement extends TraceObject implements Statement, JdbcStateme ...@@ -145,6 +144,7 @@ public class JdbcStatement extends TraceObject implements Statement, JdbcStateme
* @throws SQLException if a database error occurred or a * @throws SQLException if a database error occurred or a
* select statement was executed * select statement was executed
*/ */
@Override
public long executeLargeUpdate(String sql) throws SQLException { public long executeLargeUpdate(String sql) throws SQLException {
try { try {
debugCodeCall("executeLargeUpdate", sql); debugCodeCall("executeLargeUpdate", sql);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论