1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MySQL++ Reference Manual</title>
<meta http-equiv="Content-type" content="text/html;charset=iso-8859-1">
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="refman.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.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>
<h1>query.h File Reference</h1>Defines a class for building and executing SQL queries. <a href="#_details">More...</a>
<p>
<code>#include "<a class="el" href="common_8h-source.html">common.h</a>"</code><br>
<code>#include "<a class="el" href="noexceptions_8h-source.html">noexceptions.h</a>"</code><br>
<code>#include "<a class="el" href="qparms_8h-source.html">qparms.h</a>"</code><br>
<code>#include "querydef.h"</code><br>
<code>#include "<a class="el" href="result_8h-source.html">result.h</a>"</code><br>
<code>#include "<a class="el" href="row_8h-source.html">row.h</a>"</code><br>
<code>#include "<a class="el" href="stadapter_8h-source.html">stadapter.h</a>"</code><br>
<code>#include <deque></code><br>
<code>#include <iomanip></code><br>
<code>#include <list></code><br>
<code>#include <map></code><br>
<code>#include <set></code><br>
<code>#include <vector></code><br>
<p>
Include dependency graph for query.h:<p><center><img src="query_8h__incl.png" border="0" usemap="#query.h_map" alt=""></center>
<map name="query.h_map">
<area href="common_8h.html" shape="rect" coords="601,435,692,459" alt="">
<area href="noexceptions_8h.html" shape="rect" coords="431,63,551,87" alt="">
<area href="qparms_8h.html" shape="rect" coords="131,431,213,455" alt="">
<area href="stadapter_8h.html" shape="rect" coords="276,529,372,553" alt="">
<area href="result_8h.html" shape="rect" coords="136,284,208,308" alt="">
<area href="row_8h.html" shape="rect" coords="296,87,352,111" alt="">
<area href="exceptions_8h.html" shape="rect" coords="272,236,376,260" alt="">
<area href="field_8h.html" shape="rect" coords="293,380,355,404" alt="">
<area href="field__names_8h.html" shape="rect" coords="268,332,380,356" alt="">
<area href="field__types_8h.html" shape="rect" coords="272,284,376,308" alt="">
<area href="refcounted_8h.html" shape="rect" coords="439,175,543,199" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="query_8h__dep__incl.png" border="0" usemap="#query.hdep_map" alt=""></center>
<map name="query.hdep_map">
<area href="mysql++_8h.html" shape="rect" coords="125,5,221,29" alt="">
</map>
<p>
<a href="query_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><b>mysqlpp</b></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1Query.html">mysqlpp::Query</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A class for building and executing SQL queries. <a href="classmysqlpp_1_1Query.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacemysqlpp.html#0bb63973f664fc1c142cdd093f539d03">mysqlpp::operator<<</a> (std::ostream &os, Query &q)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Insert raw query string into the given stream. <a href="#0bb63973f664fc1c142cdd093f539d03"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Defines a class for building and executing SQL queries.
<p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Feb 29 16:26:11 2008 for MySQL++ by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>
|