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
|
<!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>stadapter.h File Reference</h1>Declares the SQLTypeAdapter class. <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="datetime_8h-source.html">datetime.h</a>"</code><br>
<code>#include "<a class="el" href="null_8h-source.html">null.h</a>"</code><br>
<code>#include "<a class="el" href="sql__buffer_8h-source.html">sql_buffer.h</a>"</code><br>
<code>#include "<a class="el" href="sql__types_8h-source.html">sql_types.h</a>"</code><br>
<code>#include <stdexcept></code><br>
<code>#include <string></code><br>
<p>
Include dependency graph for stadapter.h:<p><center><img src="stadapter_8h__incl.png" border="0" usemap="#stadapter.h_map" alt=""></center>
<map name="stadapter.h_map">
<area href="common_8h.html" shape="rect" coords="748,605,839,629" alt="">
<area href="datetime_8h.html" shape="rect" coords="303,141,396,165" alt="">
<area href="null_8h.html" shape="rect" coords="320,191,379,215" alt="">
<area href="sql__buffer_8h.html" shape="rect" coords="151,389,247,413" alt="">
<area href="sql__types_8h.html" shape="rect" coords="459,632,555,656" alt="">
<area href="comparable_8h.html" shape="rect" coords="451,93,563,117" alt="">
<area href="exceptions_8h.html" shape="rect" coords="455,291,559,315" alt="">
<area href="options_8h.html" shape="rect" coords="613,440,696,464" alt="">
<area href="refcounted_8h.html" shape="rect" coords="297,389,401,413" alt="">
<area href="type__info_8h.html" shape="rect" coords="303,461,396,485" alt="">
<area href="tiny__int_8h.html" shape="rect" coords="613,731,696,755" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="stadapter_8h__dep__incl.png" border="0" usemap="#stadapter.hdep_map" alt=""></center>
<map name="stadapter.hdep_map">
<area href="qparms_8h.html" shape="rect" coords="276,5,359,29" alt="">
<area href="query_8h.html" shape="rect" coords="636,81,705,105" alt="">
<area href="manip_8h.html" shape="rect" coords="151,105,225,129" alt="">
<area href="mysql++_8h.html" shape="rect" coords="755,81,851,105" alt="">
<area href="vallist_8h.html" shape="rect" coords="281,107,353,131" alt="">
<area href="row_8h.html" shape="rect" coords="409,107,465,131" alt="">
<area href="result_8h.html" shape="rect" coords="515,156,587,180" alt="">
</map>
<p>
<a href="stadapter_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_1SQLTypeAdapter.html">mysqlpp::SQLTypeAdapter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Converts many different data types to strings suitable for use in SQL queries. <a href="classmysqlpp_1_1SQLTypeAdapter.html#_details">More...</a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Declares the SQLTypeAdapter class.
<p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Feb 29 16:26:14 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>
|