1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

changed Cancel to cancel

This commit is contained in:
Dave Cramer
2002-03-06 03:07:45 +00:00
parent ffe356b5dd
commit 39c58b9065

View File

@ -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();
}