XmlQueryContext::interruptQuery

API Ref

#include <DbXml.hpp>

void XmlQueryContext::interruptQuery();


Description: XmlQueryContext::interruptQuery

The XmlQueryContext::interruptQuery method interrupts a running query that was started using this object.

This call must be made in the context of another thread of control in the application. The query will terminate and throw the an XmlException with the Exception code XmlException::OPERATION_INTERRUPTED.


APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.