diff --git a/src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java b/src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java index 7ca9f6d5d05..afe264afd60 100644 --- a/src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java +++ b/src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java @@ -211,7 +211,7 @@ public class Statement extends org.postgresql.Statement implements java.sql.Stat return result; } - public void Cancel() throws SQLException + public void cancel() throws SQLException { connection.cancelQuery(); }