Package io.ebean

Interface CancelableQuery

    • Method Detail

      • cancel

        void cancel()
        Cancel the query.

        For JDBC this translates to calling cancel on the PreparedStatement.