📄 classdbtable.html
字号:
<!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>dbTable class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> </center>
<hr><h1>dbTable Class Reference</h1><code>#include <<a class="el" href="class_8h-source.html">class.h</a>></code>
<p>
<p>Inheritance diagram for dbTable:
<p><center><img src="classdbTable.png" usemap="#dbTable_map" border="0" alt=""></center>
<map name="dbTable_map">
<area href="classdbRecord.html" alt="dbRecord" shape="rect" coords="0,0,67,24">
</map>
<a href="classdbTable-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="structdbVarying.html">dbVarying</a> </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem0">name</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="structdbVarying.html">dbVarying</a> </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem1">fields</a></td></tr>
<tr><td nowrap align=right valign=top>nat4 </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem2">fixedSize</a></td></tr>
<tr><td nowrap align=right valign=top>nat4 </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem3">nRows</a></td></tr>
<tr><td nowrap align=right valign=top>nat4 </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem4">nColumns</a></td></tr>
<tr><td nowrap align=right valign=top>oid_t </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem5">firstRow</a></td></tr>
<tr><td nowrap align=right valign=top>oid_t </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem6">lastRow</a></td></tr>
<tr><td nowrap align=right valign=top>nat4 </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem7">count</a></td></tr>
<tr><td nowrap align=right valign=top>nat4 </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem8">size</a></td></tr>
<tr><td nowrap align=right valign=top>oid_t </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem9">next</a></td></tr>
<tr><td nowrap align=right valign=top>oid_t </td><td valign=bottom><a class="el" href="classdbTable.html#dbTablem10">prev</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Database recod for storing table descriptor
<p>
<hr><h2>Member Data Documentation</h2>
<a name="dbTablem7" doxytag="dbTable::count"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> nat4 dbTable::count
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Autoincremented counter </td>
</tr>
</table>
<a name="dbTablem1" doxytag="dbTable::fields"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="structdbVarying.html">dbVarying</a> dbTable::fields
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Array with field descriptors </td>
</tr>
</table>
<a name="dbTablem5" doxytag="dbTable::firstRow"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> oid_t dbTable::firstRow
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Identifier of first row in the table </td>
</tr>
</table>
<a name="dbTablem2" doxytag="dbTable::fixedSize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> nat4 dbTable::fixedSize
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Size of fixed part of the record (without string and arrays bodies) </td>
</tr>
</table>
<a name="dbTablem6" doxytag="dbTable::lastRow"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> oid_t dbTable::lastRow
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Identifier of last row in the table </td>
</tr>
</table>
<a name="dbTablem0" doxytag="dbTable::name"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="structdbVarying.html">dbVarying</a> dbTable::name
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Name of the table </td>
</tr>
</table>
<a name="dbTablem4" doxytag="dbTable::nColumns"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> nat4 dbTable::nColumns
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Number of columns in the table </td>
</tr>
</table>
<a name="dbTablem9" doxytag="dbTable::next"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> oid_t dbRecord::next<code> [inherited]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Next record in the table (0 if it is last record) </td>
</tr>
</table>
<a name="dbTablem3" doxytag="dbTable::nRows"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> nat4 dbTable::nRows
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Number of rows in the table </td>
</tr>
</table>
<a name="dbTablem10" doxytag="dbTable::prev"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> oid_t dbRecord::prev<code> [inherited]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Previous record in the table (0 if it is first record) </td>
</tr>
</table>
<a name="dbTablem8" doxytag="dbTable::size"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> nat4 dbRecord::size<code> [inherited]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Size of the record (including header </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="class_8h-source.html">class.h</a></ul>
<hr><address style="align: right;"><small>Generated on Thu Feb 14 12:42:31 2008 for FastDB by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.2.18 </small></address>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -