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:
@ -211,7 +211,7 @@ public class Statement extends org.postgresql.Statement implements java.sql.Stat
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Cancel() throws SQLException
|
public void cancel() throws SQLException
|
||||||
{
|
{
|
||||||
connection.cancelQuery();
|
connection.cancelQuery();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user