XmlQueryContext::setQueryTimeoutSeconds |
![]() ![]() |
#include <DbXml.hpp>void XmlQueryContext::setQueryTimeoutSeconds(unsigned int seconds);
unsigned int XmlQueryContext::getQueryTimeoutSeconds() const;
The query timeout that will cause a query using this XmlQueryContext to terminate if the query time exceeds the timeout value. The execution of the query will throw an XmlException with the ExceptionCode XmlException::OPERATION_TIMEOUT if the timeout occurs.
Parameters
![]() ![]() |
Copyright (c) 1996-2009 Oracle. All rights reserved.