v2.2.0
This commit is contained in:
parent
27eff2f0ef
commit
4bc0157dcd
3020 changed files with 129849 additions and 76185 deletions
|
@ -5,19 +5,17 @@
|
|||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border="0" alt="SourceForge.net Logo" /></a>
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li><a href="classes.html"><span>Classes</span></a></li>
|
||||
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
||||
</ul></div>
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="files.html"><span>File List</span></a></li>
|
||||
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||
</ul></div>
|
||||
<!-- Generated by Doxygen 1.5.5 -->
|
||||
<div class="navigation" id="top">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li><a href="classes.html"><span>Classes</span></a></li>
|
||||
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||
<li><a href="examples.html"><span>Examples</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h1>ResultImpl.hpp</h1><a href="ResultImpl_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
|
||||
<a name="l00002"></a>00002 <span class="comment"> * Copyright (c) 2001-2008</span>
|
||||
<a name="l00003"></a>00003 <span class="comment"> * DecisionSoft Limited. All rights reserved.</span>
|
||||
|
@ -36,56 +34,51 @@
|
|||
<a name="l00016"></a>00016 <span class="comment"> * See the License for the specific language governing permissions and</span>
|
||||
<a name="l00017"></a>00017 <span class="comment"> * limitations under the License.</span>
|
||||
<a name="l00018"></a>00018 <span class="comment"> *</span>
|
||||
<a name="l00019"></a>00019 <span class="comment"> * $Id: ResultImpl.hpp 475 2008-01-08 18:47:44Z jpcs $</span>
|
||||
<a name="l00019"></a>00019 <span class="comment"> * $Id: ResultImpl.hpp 634 2008-08-28 00:46:37Z jpcs $</span>
|
||||
<a name="l00020"></a>00020 <span class="comment"> */</span>
|
||||
<a name="l00021"></a>00021
|
||||
<a name="l00022"></a>00022 <span class="preprocessor">#ifndef _RESULTIMPL_HPP</span>
|
||||
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define _RESULTIMPL_HPP</span>
|
||||
<a name="l00024"></a>00024 <span class="preprocessor"></span>
|
||||
<a name="l00025"></a>00025 <span class="preprocessor">#include <string></span>
|
||||
<a name="l00026"></a>00026 <span class="preprocessor">#include <xercesc/util/XercesDefs.hpp></span>
|
||||
<a name="l00027"></a>00027
|
||||
<a name="l00028"></a>00028 <span class="preprocessor">#include <xqilla/framework/XQillaExport.hpp></span>
|
||||
<a name="l00029"></a>00029 <span class="preprocessor">#include <<a class="code" href="Item_8hpp.html">xqilla/items/Item.hpp</a>></span>
|
||||
<a name="l00030"></a>00030 <span class="preprocessor">#include <<a class="code" href="ReferenceCounted_8hpp.html">xqilla/framework/ReferenceCounted.hpp</a>></span>
|
||||
<a name="l00031"></a>00031 <span class="preprocessor">#include <<a class="code" href="LocationInfo_8hpp.html">xqilla/ast/LocationInfo.hpp</a>></span>
|
||||
<a name="l00032"></a>00032
|
||||
<a name="l00033"></a>00033 <span class="keyword">class </span>SequenceType;
|
||||
<a name="l00034"></a>00034 <span class="keyword">class </span><a class="code" href="classDynamicContext.html">DynamicContext</a>;
|
||||
<a name="l00035"></a>00035 <span class="keyword">class </span><a class="code" href="classSequence.html">Sequence</a>;
|
||||
<a name="l00036"></a>00036
|
||||
<a name="l00038"></a><a class="code" href="classResultImpl.html">00038</a> <span class="keyword">class </span>XQILLA_API <a class="code" href="classResultImpl.html">ResultImpl</a> : <span class="keyword">public</span> <a class="code" href="classReferenceCounted.html">ReferenceCounted</a>, <span class="keyword">public</span> <a class="code" href="classLocationInfo.html">LocationInfo</a>
|
||||
<a name="l00039"></a>00039 {
|
||||
<a name="l00040"></a>00040 <span class="keyword">public</span>:
|
||||
<a name="l00041"></a><a class="code" href="classResultImpl.html#8f4c0a79354b00cfcf58b2ef3100bf57">00041</a> <span class="keyword">virtual</span> ~<a class="code" href="classResultImpl.html">ResultImpl</a>() {}
|
||||
<a name="l00025"></a>00025 <span class="preprocessor">#include <xqilla/framework/XQillaExport.hpp></span>
|
||||
<a name="l00026"></a>00026 <span class="preprocessor">#include <<a class="code" href="Item_8hpp.html">xqilla/items/Item.hpp</a>></span>
|
||||
<a name="l00027"></a>00027 <span class="preprocessor">#include <<a class="code" href="LocationInfo_8hpp.html">xqilla/ast/LocationInfo.hpp</a>></span>
|
||||
<a name="l00028"></a>00028
|
||||
<a name="l00029"></a>00029 <span class="keyword">class </span><a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a>;
|
||||
<a name="l00030"></a>00030 <span class="keyword">class </span><a class="code" href="classSequence.html" title="An eagerly evaluated result of a query execution.">Sequence</a>;
|
||||
<a name="l00031"></a>00031 <span class="keyword">class </span><a class="code" href="classResult.html" title="A scoped pointer wrapper for the lazily evaluated query result.">Result</a>;
|
||||
<a name="l00032"></a>00032 <span class="keyword">class </span>ResultBufferImpl;
|
||||
<a name="l00033"></a>00033
|
||||
<a name="l00035"></a><a class="code" href="classResultImpl.html">00035</a> <span class="keyword">class </span>XQILLA_API <a class="code" href="classResultImpl.html" title="A lazily evaluated query result.">ResultImpl</a> : <span class="keyword">public</span> <a class="code" href="classLocationInfo.html" title="A class that gives records a location in the query.">LocationInfo</a>
|
||||
<a name="l00036"></a>00036 {
|
||||
<a name="l00037"></a>00037 <span class="keyword">public</span>:
|
||||
<a name="l00038"></a><a class="code" href="classResultImpl.html#8f4c0a79354b00cfcf58b2ef3100bf57">00038</a> <span class="keyword">virtual</span> ~<a class="code" href="classResultImpl.html" title="A lazily evaluated query result.">ResultImpl</a>() {}
|
||||
<a name="l00039"></a>00039
|
||||
<a name="l00040"></a><a class="code" href="classResultImpl.html#fe6b26d2f92bd9a494c60ff2c21dbbac">00040</a> <a class="code" href="classResult.html" title="A scoped pointer wrapper for the lazily evaluated query result.">Result</a> *getResultPointer() { <span class="keywordflow">return</span> resultPointer_; }
|
||||
<a name="l00041"></a><a class="code" href="classResultImpl.html#6f4ce236cfd8dba22738c3718e0cda4c">00041</a> <span class="keywordtype">void</span> setResultPointer(<a class="code" href="classResult.html" title="A scoped pointer wrapper for the lazily evaluated query result.">Result</a> *p) { resultPointer_ = p; }
|
||||
<a name="l00042"></a>00042
|
||||
<a name="l00044"></a>00044 <span class="keyword">virtual</span> <a class="code" href="classRefCountPointer.html">Item::Ptr</a> next(<a class="code" href="classDynamicContext.html">DynamicContext</a> *context) = 0;
|
||||
<a name="l00044"></a>00044 <span class="keyword">virtual</span> <a class="code" href="classRefCountPointer.html" title="Super class of all the reference counted wrappers for Items.">Item::Ptr</a> next(<a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a> *context);
|
||||
<a name="l00045"></a>00045
|
||||
<a name="l00047"></a><a class="code" href="classResultImpl.html#4ccbd7869905b64d89f49290979bbc56">00047</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> skip() {}
|
||||
<a name="l00047"></a>00047 <span class="keyword">virtual</span> <a class="code" href="classRefCountPointer.html" title="Super class of all the reference counted wrappers for Items.">Item::Ptr</a> nextOrTail(<a class="code" href="classResult.html" title="A scoped pointer wrapper for the lazily evaluated query result.">Result</a> &tail, <a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a> *context);
|
||||
<a name="l00048"></a>00048
|
||||
<a name="l00050"></a>00050 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getEffectiveBooleanValue(<a class="code" href="classDynamicContext.html">DynamicContext</a>* context, <span class="keyword">const</span> <a class="code" href="classLocationInfo.html">LocationInfo</a> *info);
|
||||
<a name="l00052"></a>00052 <span class="keyword">static</span> <span class="keywordtype">bool</span> getEffectiveBooleanValue(<span class="keyword">const</span> <a class="code" href="classRefCountPointer.html">Item::Ptr</a> &first, <span class="keyword">const</span> <a class="code" href="classRefCountPointer.html">Item::Ptr</a> &second, <a class="code" href="classDynamicContext.html">DynamicContext</a>* context, <span class="keyword">const</span> <a class="code" href="classLocationInfo.html">LocationInfo</a> *info);
|
||||
<a name="l00053"></a>00053
|
||||
<a name="l00055"></a>00055 <span class="keyword">virtual</span> <a class="code" href="classSequence.html">Sequence</a> toSequence(<a class="code" href="classDynamicContext.html">DynamicContext</a> *context);
|
||||
<a name="l00056"></a>00056
|
||||
<a name="l00058"></a>00058 <span class="keyword">virtual</span> std::string asString(<a class="code" href="classDynamicContext.html">DynamicContext</a> *context, <span class="keywordtype">int</span> indent) <span class="keyword">const </span>= 0;
|
||||
<a name="l00050"></a>00050 <span class="keyword">virtual</span> <a class="code" href="classSequence.html" title="An eagerly evaluated result of a query execution.">Sequence</a> toSequence(<a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a> *context);
|
||||
<a name="l00051"></a>00051
|
||||
<a name="l00053"></a>00053 <span class="keyword">virtual</span> ResultBufferImpl *toResultBuffer(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> readCount);
|
||||
<a name="l00054"></a>00054
|
||||
<a name="l00055"></a>00055 <span class="keyword">protected</span>:
|
||||
<a name="l00056"></a>00056 <a class="code" href="classResultImpl.html" title="A lazily evaluated query result.">ResultImpl</a>(<span class="keyword">const</span> <a class="code" href="classLocationInfo.html" title="A class that gives records a location in the query.">LocationInfo</a> *o);
|
||||
<a name="l00057"></a>00057
|
||||
<a name="l00058"></a><a class="code" href="classResultImpl.html#e9e8cbdcfea2cff7ea65fc014bc5ea13">00058</a> <a class="code" href="classResult.html" title="A scoped pointer wrapper for the lazily evaluated query result.">Result</a> *resultPointer_;
|
||||
<a name="l00059"></a>00059
|
||||
<a name="l00060"></a>00060 <span class="keyword">static</span> std::string getIndent(<span class="keywordtype">int</span> indent);
|
||||
<a name="l00061"></a>00061
|
||||
<a name="l00062"></a>00062 <span class="keyword">protected</span>:
|
||||
<a name="l00067"></a><a class="code" href="classResultImpl.html#e7fdab3da3aecae7cfe9a031ca79b8d7">00067</a> <a class="code" href="classResultImpl.html">ResultImpl</a>(<span class="keyword">const</span> <a class="code" href="classLocationInfo.html">LocationInfo</a> *o)
|
||||
<a name="l00068"></a>00068 {
|
||||
<a name="l00069"></a>00069 <a class="code" href="classLocationInfo.html#7d0654fb1459d1ae3e328e7a5ea3b40f">setLocationInfo</a>(o);
|
||||
<a name="l00070"></a>00070 }
|
||||
<a name="l00071"></a>00071
|
||||
<a name="l00072"></a>00072 <span class="keyword">private</span>:
|
||||
<a name="l00073"></a>00073 <a class="code" href="classResultImpl.html">ResultImpl</a>(<span class="keyword">const</span> <a class="code" href="classResultImpl.html">ResultImpl</a> &) {};
|
||||
<a name="l00074"></a>00074 <a class="code" href="classResultImpl.html">ResultImpl</a> &operator=(<span class="keyword">const</span> <a class="code" href="classResultImpl.html">ResultImpl</a> &) { <span class="keywordflow">return</span> *<span class="keyword">this</span>; };
|
||||
<a name="l00075"></a>00075 };
|
||||
<a name="l00076"></a>00076
|
||||
<a name="l00077"></a>00077 <span class="preprocessor">#endif</span>
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:40:48 2008 for XQilla Simple API by
|
||||
<a name="l00060"></a>00060 <span class="keyword">private</span>:
|
||||
<a name="l00061"></a>00061 <a class="code" href="classResultImpl.html" title="A lazily evaluated query result.">ResultImpl</a>(<span class="keyword">const</span> <a class="code" href="classResultImpl.html" title="A lazily evaluated query result.">ResultImpl</a> &) {};
|
||||
<a name="l00062"></a>00062 <a class="code" href="classResultImpl.html" title="A lazily evaluated query result.">ResultImpl</a> &operator=(<span class="keyword">const</span> <a class="code" href="classResultImpl.html" title="A lazily evaluated query result.">ResultImpl</a> &) { <span class="keywordflow">return</span> *<span class="keyword">this</span>; };
|
||||
<a name="l00063"></a>00063 };
|
||||
<a name="l00064"></a>00064
|
||||
<a name="l00065"></a>00065 <span class="preprocessor">#endif</span>
|
||||
</pre></div></div>
|
||||
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jan 5 19:53:55 2009 for XQilla Simple API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue