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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libgdamm: Data Models</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td>libgdamm Reference Documentation</td>
</tr>
</table>
<center>
<a class="qindex" href="../../../../../libgnomedbmm-3.0/docs/index.html">Main Page</a>
<a class="qindex" href="namespaces.html"> Namespaces</a>
<a href="../../../../../libgnomedbmm-3.0/docs/tutorial/html/index.html"> Book</a>
</center>
<hr width="100%"/>
<!-- Generated by Doxygen 1.5.1 -->
<h1>Data Models</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></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="classGnome_1_1Gda_1_1DataModel.html">Gnome::Gda::DataModel</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Abstract <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a> (Base class for all DataModels). <a href="classGnome_1_1Gda_1_1DataModel.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1DataModelArray.html">Gnome::Gda::DataModelArray</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">An implementation of <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a> based on an array. <a href="classGnome_1_1Gda_1_1DataModelArray.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1DataModelFilterSQL.html">Gnome::Gda::DataModelFilterSQL</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Filtering data from one or several <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a> objects. <a href="classGnome_1_1Gda_1_1DataModelFilterSQL.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1DataModelHash.html">Gnome::Gda::DataModelHash</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">An implementation of GdaDataModel based on a hash table. <a href="classGnome_1_1Gda_1_1DataModelHash.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1DataModelImport.html">Gnome::Gda::DataModelImport</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Importing data from a string or a file. <a href="classGnome_1_1Gda_1_1DataModelImport.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1DataModelQuery.html">Gnome::Gda::DataModelQuery</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">An implementation of <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a> based on a SELECT query. <a href="classGnome_1_1Gda_1_1DataModelQuery.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1DataModelRow.html">Gnome::Gda::DataModelRow</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Base implementation for other objects to implement the <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a> interface based on the use of rows. <a href="classGnome_1_1Gda_1_1DataModelRow.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1DataProxy.html">Gnome::Gda::DataProxy</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Proxy to hold modifications for any <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a>, providing the <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a> interface itself. <a href="classGnome_1_1Gda_1_1DataProxy.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gnome::Gda::Parameter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Represents a <a class="el" href="classGnome_1_1Gda_1_1Value.html">Value</a> with various attributes. <a href="classGnome_1_1Gda_1_1Parameter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">Gnome::Gda::ParameterList</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Manages a list of GdaParameter objects which contain individual values. <a href="classGnome_1_1Gda_1_1ParameterList.html#_details">More...</a><br></td></tr>
</table>
<hr><address><small>
Generated for libgdamm by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.1 © 1997-2001</small></address>
</body>
</html>
|