Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
We need to support Statement#cancel() method.
/** * Cancels this <code>Statement</code> object if both the DBMS and * driver support aborting an SQL statement. * This method can be used by one thread to cancel a statement that * is being executed by another thread. * * @exception SQLException if a database access error occurs or * this method is called on a closed <code>Statement</code> * @exception SQLFeatureNotSupportedException if the JDBC driver does not support * this method */ void cancel() throws SQLException;
Attachments
Issue Links
- blocks
-
IGNITE-23492 Implement cancelation in ODBC
- Open
- is blocked by
-
IGNITE-23430 Sql. Provide an ability to cancel query before first page ready
- Resolved
-
IGNITE-23432 Provide System View for running queries
- Resolved