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 <[EMAIL PROTECTED]> wrote:
> iBATIS is thread-local. The cancel() method requires that a separate thread
> cancel a statement in an executing thread. I don't believe this would be
> supported in this type of framework. 
>   
> Reference:
> http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Statement.html#cancel()
>   
> BR
> 
>  
>  
> On 4/18/05, Michael Zurke <[EMAIL PROTECTED]> wrote: 
> > is it somehow possible to cancel an executed query via SQLMaps?
> > as far as i know PreparedStatement has a cancel() method for that puropse.
> > 
> 
> 
> 
> -- 
> Brice Ruth
> Software Engineer, Madison WI

Reply via email to