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
|
<!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>sql_buffer.h File Reference</h1>Declares the SQLBuffer class. <a href="#_details">More...</a>
<p>
<code>#include "<a class="el" href="refcounted_8h-source.html">refcounted.h</a>"</code><br>
<code>#include "<a class="el" href="type__info_8h-source.html">type_info.h</a>"</code><br>
<code>#include <string></code><br>
<p>
Include dependency graph for sql_buffer.h:<p><center><img src="sql__buffer_8h__incl.png" border="0" usemap="#sql_buffer.h_map" alt=""></center>
<map name="sql_buffer.h_map">
<area href="refcounted_8h.html" shape="rect" coords="153,55,257,79" alt="">
<area href="type__info_8h.html" shape="rect" coords="159,152,252,176" alt="">
<area href="common_8h.html" shape="rect" coords="599,56,689,80" alt="">
<area href="exceptions_8h.html" shape="rect" coords="308,104,412,128" alt="">
<area href="options_8h.html" shape="rect" coords="464,104,547,128" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="sql__buffer_8h__dep__incl.png" border="0" usemap="#sql_buffer.hdep_map" alt=""></center>
<map name="sql_buffer.hdep_map">
<area href="stadapter_8h.html" shape="rect" coords="293,56,389,80" alt="">
<area href="mystring_8h.html" shape="rect" coords="153,105,244,129" alt="">
<area href="qparms_8h.html" shape="rect" coords="564,5,647,29" alt="">
<area href="query_8h.html" shape="rect" coords="804,56,873,80" alt="">
<area href="manip_8h.html" shape="rect" coords="439,105,513,129" alt="">
<area href="mysql++_8h.html" shape="rect" coords="923,56,1019,80" alt="">
<area href="vallist_8h.html" shape="rect" coords="569,105,641,129" alt="">
<area href="row_8h.html" shape="rect" coords="697,105,753,129" alt="">
<area href="myset_8h.html" shape="rect" coords="304,105,379,129" alt="">
</map>
<p>
<a href="sql__buffer_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_1SQLBuffer.html">mysqlpp::SQLBuffer</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Holds SQL data in string form plus type information for use in converting the string to compatible C++ data types. <a href="classmysqlpp_1_1SQLBuffer.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef RefCountedPointer<<br>
SQLBuffer > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacemysqlpp.html#d2f8b25a76e80dbdd6b76a2e4d068bbe">mysqlpp::RefCountedBuffer</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Reference-counted version of <a class="el" href="classmysqlpp_1_1SQLBuffer.html">SQLBuffer</a>. <a href="#d2f8b25a76e80dbdd6b76a2e4d068bbe"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Declares the SQLBuffer class.
<p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Feb 29 16:26:13 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>
|