structdbfield.html

来自「最新版本!fastdb是高效的内存数据库系统」· HTML 代码 · 共 211 行

HTML
211
字号
<!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>dbField struct 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> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
<hr><h1>dbField Struct Reference</h1><code>#include &lt;<a class="el" href="class_8h-source.html">class.h</a>&gt;</code>
<p>
<a href="structdbField-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>&nbsp;</td><td valign=bottom><a class="el" href="structdbField.html#dbFieldm0">name</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="structdbVarying.html">dbVarying</a>&nbsp;</td><td valign=bottom><a class="el" href="structdbField.html#dbFieldm1">tableName</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="structdbVarying.html">dbVarying</a>&nbsp;</td><td valign=bottom><a class="el" href="structdbField.html#dbFieldm2">inverse</a></td></tr>
<tr><td nowrap align=right valign=top>int4&nbsp;</td><td valign=bottom><a class="el" href="structdbField.html#dbFieldm3">type</a>: 8</td></tr>
<tr><td nowrap align=right valign=top>int4&nbsp;</td><td valign=bottom><a class="el" href="structdbField.html#dbFieldm5">offset</a></td></tr>
<tr><td nowrap align=right valign=top>nat4&nbsp;</td><td valign=bottom><a class="el" href="structdbField.html#dbFieldm6">size</a></td></tr>
<tr><td nowrap align=right valign=top>oid_t&nbsp;</td><td valign=bottom><a class="el" href="structdbField.html#dbFieldm7">hashTable</a></td></tr>
<tr><td nowrap align=right valign=top>oid_t&nbsp;</td><td valign=bottom><a class="el" href="structdbField.html#dbFieldm8">tTree</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Database record for storing field descriptor 
<p>
<hr><h2>Member Data Documentation</h2>
<a name="dbFieldm7" doxytag="dbField::hashTable"></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 dbField::hashTable
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Hash table for hashed field     </td>
  </tr>
</table>
<a name="dbFieldm2" doxytag="dbField::inverse"></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> dbField::inverse
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Name of inverse reference field (only for refereces)     </td>
  </tr>
</table>
<a name="dbFieldm0" doxytag="dbField::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> dbField::name
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Full name of the field (for example "x.y.z")     </td>
  </tr>
</table>
<a name="dbFieldm5" doxytag="dbField::offset"></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"> int4 dbField::offset
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Offset of the field in the record     </td>
  </tr>
</table>
<a name="dbFieldm6" doxytag="dbField::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 dbField::size
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Size of the field     </td>
  </tr>
</table>
<a name="dbFieldm1" doxytag="dbField::tableName"></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> dbField::tableName
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Name of referenced table( only for references)     </td>
  </tr>
</table>
<a name="dbFieldm8" doxytag="dbField::tTree"></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 dbField::tTree
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
T-Tree for field indexed by means of T-Ttree     </td>
  </tr>
</table>
<a name="dbFieldm3" doxytag="dbField::type"></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"> int4 dbField::type
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Field type: one of <code>dbField::FieldTypes</code> constants     </td>
  </tr>
</table>
<hr>The documentation for this struct 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 + =
减小字号Ctrl + -
显示快捷键?