Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-23464

Implement cancellation in JDBC

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0
    • jdbc, sql

    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

          Activity

            People

              korlov Konstantin Orlov
              xtern Pavel Pereslegin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 40m
                  1h 40m