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
|
<!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>qparms.h File Reference</h1>Declares the template query parameter-related stuff. <a href="#_details">More...</a>
<p>
<code>#include "<a class="el" href="stadapter_8h-source.html">stadapter.h</a>"</code><br>
<code>#include <vector></code><br>
<p>
Include dependency graph for qparms.h:<p><center><img src="qparms_8h__incl.png" border="0" usemap="#qparms.h_map" alt=""></center>
<map name="qparms.h_map">
<area href="stadapter_8h.html" shape="rect" coords="139,304,235,328" alt="">
<area href="common_8h.html" shape="rect" coords="595,109,685,133" alt="">
<area href="datetime_8h.html" shape="rect" coords="436,355,529,379" alt="">
<area href="null_8h.html" shape="rect" coords="453,304,512,328" alt="">
<area href="sql__buffer_8h.html" shape="rect" coords="284,231,380,255" alt="">
<area href="sql__types_8h.html" shape="rect" coords="284,85,380,109" alt="">
<area href="comparable_8h.html" shape="rect" coords="584,452,696,476" alt="">
<area href="exceptions_8h.html" shape="rect" coords="588,255,692,279" alt="">
<area href="refcounted_8h.html" shape="rect" coords="431,157,535,181" alt="">
<area href="type__info_8h.html" shape="rect" coords="436,256,529,280" alt="">
<area href="tiny__int_8h.html" shape="rect" coords="441,109,524,133" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="qparms_8h__dep__incl.png" border="0" usemap="#qparms.hdep_map" alt=""></center>
<map name="qparms.hdep_map">
<area href="query_8h.html" shape="rect" coords="140,5,209,29" alt="">
<area href="mysql++_8h.html" shape="rect" coords="259,5,355,29" alt="">
</map>
<p>
<a href="qparms_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_1SQLQueryParms.html">mysqlpp::SQLQueryParms</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This class holds the parameter values for filling template queries. <a href="classmysqlpp_1_1SQLQueryParms.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structmysqlpp_1_1SQLParseElement.html">mysqlpp::SQLParseElement</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Used within <a class="el" href="classmysqlpp_1_1Query.html">Query</a> to hold elements for parameterized queries. <a href="structmysqlpp_1_1SQLParseElement.html#_details">More...</a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Declares the template query parameter-related stuff.
<p>
The classes defined in this file are used by class Query when it parses a template query: they hold information that it finds in the template, so it can assemble a SQL statement later on demand. <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>
|