diff --git a/src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java b/src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java index 7ca9f6d5d055eabac7807cd7d599041943707a11..afe264afd608f4020effa85bee55a98ca427667f 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(); }