XmlQueryContext::setEvaluationType |
![]() ![]() |
#include <DbXml.hpp>void XmlQueryContext::setEvaluationType(EvaluationType type);
EvaluationType XmlQueryContext::getEvaluationType();
Allows the application to set the query evaluation type to "eager" or "lazy". Eager evaluation means that the whole query is executed and its resultant values derived and stored in-memory before evaluation of the query is completed. Lazy evaluation means that minimal processing is performed before the query is completed, and the remaining processing is deferred until the result set is enumerated. As each call to XmlResults::next is called the next resultant value is determined.
ParametersDiscover the evaluation type defined for this XmlQueryContext.
Returns the evaluation type defined for this XmlQueryContext.
![]() ![]() |
Copyright (c) 1996-2009 Oracle. All rights reserved.