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
|
<!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>common.h File Reference</h1>This file includes top-level definitions for use both internal to the library, and outside it. Contrast mysql++.h. <a href="#_details">More...</a>
<p>
<code>#include <mysql.h></code><br>
<p>
Include dependency graph for common.h:<p><center><img src="common_8h__incl.png" border="0" usemap="#common.h_map" alt=""></center>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="common_8h__dep__incl.png" border="0" usemap="#common.hdep_map" alt=""></center>
<map name="common.hdep_map">
<area href="options_8h.html" shape="rect" coords="167,243,249,267" alt="">
<area href="connection_8h.html" shape="rect" coords="317,245,424,269" alt="">
<area href="dbdriver_8h.html" shape="rect" coords="327,293,415,317" alt="">
<area href="noexceptions_8h.html" shape="rect" coords="148,144,268,168" alt="">
<area href="query_8h.html" shape="rect" coords="743,145,812,169" alt="">
<area href="result_8h.html" shape="rect" coords="619,196,691,220" alt="">
<area href="row_8h.html" shape="rect" coords="492,95,548,119" alt="">
<area href="stadapter_8h.html" shape="rect" coords="472,591,568,615" alt="">
<area href="manip_8h.html" shape="rect" coords="617,689,692,713" alt="">
<area href="datetime_8h.html" shape="rect" coords="161,443,255,467" alt="">
<area href="mystring_8h.html" shape="rect" coords="325,393,416,417" alt="">
<area href="myset_8h.html" shape="rect" coords="483,689,557,713" alt="">
<area href="type__info_8h.html" shape="rect" coords="161,541,255,565" alt="">
<area href="field_8h.html" shape="rect" coords="340,492,401,516" alt="">
<area href="sql__types_8h.html" shape="rect" coords="323,641,419,665" alt="">
<area href="tiny__int_8h.html" shape="rect" coords="167,691,249,715" alt="">
<area href="transaction_8h.html" shape="rect" coords="155,840,261,864" alt="">
</map>
<p>
<a href="common_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This file includes top-level definitions for use both internal to the library, and outside it. Contrast mysql++.h.
<p>
This file mostly takes care of platform differences. <hr size="1"><address style="align: right;"><small>Generated on Fri Feb 29 16:26:02 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>
|