SQLiteCpp/doc/html/_statement_8h.html
2013-03-10 20:57:10 +01:00

167 lines
11 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3.1"/>
<title>SQLiteC++: src/Statement.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">SQLiteC++
&#160;<span id="projectnumber">0.5.0</span>
</div>
<div id="projectbrief">SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_statement_8h.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Macros</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> </div>
<div class="headertitle">
<div class="title">Statement.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>A prepared <a class="el" href="namespace_s_q_lite.html">SQLite</a> Statement is a compiled SQL query ready to be executed, pointing to a row of result.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;sqlite3.h&gt;</code><br/>
<code>#include &quot;<a class="el" href="_exception_8h_source.html">Exception.h</a>&quot;</code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for Statement.h:</div>
<div class="dyncontent">
<div class="center"><img src="_statement_8h__incl.png" border="0" usemap="#src_2_statement_8h" alt=""/></div>
<map name="src_2_statement_8h" id="src_2_statement_8h">
<area shape="rect" id="node3" href="_exception_8h.html" title="Encapsulation of the error message from SQLite3 on a std::runtime_error." alt="" coords="100,80,191,107"/>
</map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="_statement_8h__dep__incl.png" border="0" usemap="#src_2_statement_8hdep" alt=""/></div>
<map name="src_2_statement_8hdep" id="src_2_statement_8hdep">
<area shape="rect" id="node2" href="_column_8h.html" title="Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement." alt="" coords="288,80,387,107"/>
<area shape="rect" id="node5" href="_database_8cpp.html" title="Management of a SQLite Database Connection." alt="" coords="471,229,595,256"/>
<area shape="rect" id="node6" href="_s_q_lite_c_09_09_8h.html" title="SQLiteC++ is a smart and simple C++ SQLite3 wrapper. This file is only &quot;easy include&quot; for other files..." alt="" coords="5,229,125,256"/>
<area shape="rect" id="node7" href="_statement_8cpp.html" title="A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result..." alt="" coords="318,229,447,256"/>
<area shape="rect" id="node3" href="_column_8cpp.html" title="Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement." alt="" coords="281,155,393,181"/>
<area shape="rect" id="node4" href="_database_8h.html" title="Management of a SQLite Database Connection." alt="" coords="146,155,256,181"/>
<area shape="rect" id="node8" href="_transaction_8cpp.html" title="A Transaction is way to group multiple SQL statements into an atomic secured operation." alt="" coords="149,229,285,256"/>
</map>
</div>
</div>
<p><a href="_statement_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_s_q_lite_1_1_statement.html">SQLite::Statement</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">RAII encapsulation of a prepared <a class="el" href="namespace_s_q_lite.html">SQLite</a> <a class="el" href="class_s_q_lite_1_1_statement.html" title="RAII encapsulation of a prepared SQLite Statement.">Statement</a>. <a href="class_s_q_lite_1_1_statement.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_s_q_lite_1_1_statement_1_1_ptr.html">SQLite::Statement::Ptr</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Shared pointer to the sqlite3_stmt <a class="el" href="namespace_s_q_lite.html">SQLite</a> <a class="el" href="class_s_q_lite_1_1_statement.html" title="RAII encapsulation of a prepared SQLite Statement.">Statement</a> Object. <a href="class_s_q_lite_1_1_statement_1_1_ptr.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespace_s_q_lite"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_s_q_lite.html">SQLite</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A prepared <a class="el" href="namespace_s_q_lite.html">SQLite</a> Statement is a compiled SQL query ready to be executed, pointing to a row of result. </p>
<p>Copyright (c) 2012-2013 Sebastien Rombauts (<a href="#" onclick="location.href='mai'+'lto:'+'seb'+'as'+'tie'+'n.'+'rom'+'ba'+'uts'+'@g'+'mai'+'l.'+'com'; return false;">sebas<span style="display: none;">.nosp@m.</span>tien<span style="display: none;">.nosp@m.</span>.romb<span style="display: none;">.nosp@m.</span>auts<span style="display: none;">.nosp@m.</span>@gmai<span style="display: none;">.nosp@m.</span>l.co<span style="display: none;">.nosp@m.</span>m</a>)</p>
<p>Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt or copy at <a href="http://opensource.org/licenses/MIT">http://opensource.org/licenses/MIT</a>) </p>
<p>Definition in file <a class="el" href="_statement_8h_source.html">Statement.h</a>.</p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="_statement_8h.html">Statement.h</a></li>
<li class="footer">Generated on Sun Mar 10 2013 18:17:22 for SQLiteC++ by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li>
</ul>
</div>
</body>
</html>