Interface Operation


  • public interface Operation
    An operation of the driver.

    In current implementations, this represents either a statement execution or a fetch.

    Note: This is an experimental feature. The implementation or API may be removed or changed at any time.

    Since:
    4.0
    Author:
    Vasiliy Yashkov, Mark Rotteveel
    • Method Detail

      • cancel

        void cancel()
             throws java.sql.SQLException
        Cancel this operation.
        Throws:
        java.sql.SQLException - If the cancellation failed or if this operation is no longer cancellable.