<h1>LocationInfo.hpp</h1><ahref="LocationInfo_8hpp.html">Go to the documentation of this file.</a><divclass="fragment"><preclass="fragment"><aname="l00001"></a>00001 <spanclass="comment">/*</span>
<aname="l00031"></a><aclass="code"href="classLocationInfo.html">00031</a><spanclass="keyword">class </span>XQILLA_API <aclass="code"href="classLocationInfo.html"title="A class that gives records a location in the query.">LocationInfo</a>
<aname="l00035"></a><aclass="code"href="classLocationInfo.html#a5c76b8f6805ea9c2115d342b5032a89b">00035</a><aclass="code"href="classLocationInfo.html"title="A class that gives records a location in the query.">LocationInfo</a>()
<aname="l00038"></a><aclass="code"href="classLocationInfo.html#a6707d1df52d987f0d27b5f729e1345ea">00038</a><aclass="code"href="classLocationInfo.html"title="A class that gives records a location in the query.">LocationInfo</a>(<spanclass="keyword">const</span> XMLCh *file, <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span> line, <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span> column)
<aname="l00042"></a><aclass="code"href="classLocationInfo.html#a91188c6e8540e3ca6a8982295a33abb9">00042</a><spanclass="keyword">const</span> XMLCh *<aclass="code"href="classLocationInfo.html#a91188c6e8540e3ca6a8982295a33abb9"title="The file that the query was parsed from.">getFile</a>()<spanclass="keyword"> const </span>{ <spanclass="keywordflow">return</span> file_; }
<aname="l00044"></a><aclass="code"href="classLocationInfo.html#ae54c9c58cf764fd31faf19377ce056bb">00044</a><spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="classLocationInfo.html#ae54c9c58cf764fd31faf19377ce056bb"title="The line in the query.">getLine</a>()<spanclass="keyword"> const </span>{ <spanclass="keywordflow">return</span> line_; }
<aname="l00046"></a><aclass="code"href="classLocationInfo.html#a3da5fe46f09faedc38f910171812befa">00046</a><spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="classLocationInfo.html#a3da5fe46f09faedc38f910171812befa"title="The column in the query.">getColumn</a>()<spanclass="keyword"> const </span>{ <spanclass="keywordflow">return</span> column_; }
<aname="l00056"></a><aclass="code"href="classLocationInfo.html#a7c1455041c480e753b5c49addc827494">00056</a><spanclass="keywordtype">void</span> setLocationInfo(<spanclass="keyword">const</span><aclass="code"href="classLocationInfo.html"title="A class that gives records a location in the query.">LocationInfo</a> *o)