Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 92469 invoked from network); 18 Apr 2005 14:02:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2005 14:02:13 -0000 Received: (qmail 32289 invoked by uid 500); 18 Apr 2005 14:02:10 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 32270 invoked by uid 500); 18 Apr 2005 14:02:10 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 32252 invoked by uid 99); 18 Apr 2005 14:02:10 -0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,INFO_TLD,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of brandon.goodin@gmail.com designates 64.233.170.194 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.194) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 18 Apr 2005 07:02:08 -0700 Received: by rproxy.gmail.com with SMTP id c16so1236420rne for ; Mon, 18 Apr 2005 07:02:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lK1YsZVLu0uyK5pbtLZ6uCHyCgmQqyqiHqYNQkkOdRxQGDX0mukC9UkRYwz2fKjyNGHuxQ7hj9M/Jw68+CCJ04Y2cXGM4TX4f1eSw7lLzTHz6Vn7jzmAv2y12h0qvE/4ct9lEwRDaE/dMTg0KP8a9WGKePYq3dnAZlE0/m7ZLjs= Received: by 10.38.153.43 with SMTP id a43mr5691775rne; Mon, 18 Apr 2005 07:02:06 -0700 (PDT) Received: by 10.38.74.62 with HTTP; Mon, 18 Apr 2005 07:02:06 -0700 (PDT) Message-ID: <2fe5ef5b05041807024bc8b8b8@mail.gmail.com> Date: Mon, 18 Apr 2005 08:02:06 -0600 From: Brandon Goodin Reply-To: Brandon Goodin To: ibatis-user-java@incubator.apache.org, Brice Ruth Subject: Re: canceling statement? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4263B77D.8050800@zurke.info> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It is not a funciton that is available. But, i'm not sure why it wouldn't be available. iBatis uses straight JDBC underneath. It could provide some functionlaity to cancel. But, i'm not sure how we would provide the criteria for a cancel. Please expound on "why" you would cancel. Brandon On 4/18/05, Brice Ruth wrote: > iBATIS is thread-local. The cancel() method requires that a separate thre= ad > cancel a statement in an executing thread. I don't believe this would be > supported in this type of framework.=20 > =20 > Reference: > http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Statement.html#cancel() > =20 > BR >=20 > =20 > =20 > On 4/18/05, Michael Zurke wrote:=20 > > is it somehow possible to cancel an executed query via SQLMaps? > > as far as i know PreparedStatement has a cancel() method for that purop= se. > >=20 >=20 >=20 >=20 > --=20 > Brice Ruth > Software Engineer, Madison WI