Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/jdbc/MonetStatement.java @ 927:d311affc65f0
Stop referring to monetdb.org/bugzilla, point straight to github.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 07 Oct 2024 13:18:07 +0200 (6 months ago) |
parents | e890195256ac |
children | d416e9b6b3d0 |
comparison
equal
deleted
inserted
replaced
926:0ce63f3686fe | 927:d311affc65f0 |
---|---|
230 * @throws SQLFeatureNotSupportedException - if the JDBC driver does not support this method | 230 * @throws SQLFeatureNotSupportedException - if the JDBC driver does not support this method |
231 */ | 231 */ |
232 @Override | 232 @Override |
233 public void cancel() throws SQLException { | 233 public void cancel() throws SQLException { |
234 throw new SQLFeatureNotSupportedException("Query cancelling is currently not supported by the driver.", "0A000"); | 234 throw new SQLFeatureNotSupportedException("Query cancelling is currently not supported by the driver.", "0A000"); |
235 // a request to implement this is already logged, see: https://www.monetdb.org/bugzilla/show_bug.cgi?id=6222 | 235 // a request to implement this is already logged, see: https://github.com/MonetDB/MonetDB/issues/6222 |
236 } | 236 } |
237 | 237 |
238 /** | 238 /** |
239 * Clears all warnings reported for this Statement object. After a call to | 239 * Clears all warnings reported for this Statement object. After a call to |
240 * this method, the method getWarnings returns null until a new warning is | 240 * this method, the method getWarnings returns null until a new warning is |