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

Implement cancellation in JDBC

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • 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

              Unassigned Unassigned
              xtern Pavel Pereslegin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: