changed Cancel to cancel
This commit is contained in:
parent
ffe356b5dd
commit
39c58b9065
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user