📄 classdbtabledescriptor.html
字号:
</table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>List of all fields </td> </tr></table><a name="dbTableDescriptorn11" doxytag="dbTableDescriptor::fixedDatabase"></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"> bool dbTableDescriptor::fixedDatabase<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Database staticly attached to the table (by means of REGISTER_IN macro) </td> </tr></table><a name="dbTableDescriptorn14" doxytag="dbTableDescriptor::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"> size_t dbTableDescriptor::fixedSize<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Size of fixed part of the records (without string and array bodies) </td> </tr></table><a name="dbTableDescriptorn5" doxytag="dbTableDescriptor::hashedFields"></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="classdbFieldDescriptor.html">dbFieldDescriptor</a>* dbTableDescriptor::hashedFields<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>List of hashed fields </td> </tr></table><a name="dbTableDescriptorn6" doxytag="dbTableDescriptor::indexedFields"></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="classdbFieldDescriptor.html">dbFieldDescriptor</a>* dbTableDescriptor::indexedFields<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>List of fields indexed by T-Ttree </td> </tr></table><a name="dbTableDescriptorp0" doxytag="dbTableDescriptor::initialAutoincrementCount"></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"> int dbTableDescriptor::initialAutoincrementCount<code> [static]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Initial value for autoincrement count. To take effect, this value should be assigned before database open. </td> </tr></table><a name="dbTableDescriptorn7" doxytag="dbTableDescriptor::inverseFields"></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="classdbFieldDescriptor.html">dbFieldDescriptor</a>* dbTableDescriptor::inverseFields<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>List of related fields (fields, for which inverse references exist) </td> </tr></table><a name="dbTableDescriptorn12" doxytag="dbTableDescriptor::isStatic"></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"> bool dbTableDescriptor::isStatic<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Table descriptor is static object created by one of REGISTER macros </td> </tr></table><a name="dbTableDescriptorn2" doxytag="dbTableDescriptor::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"> char* dbTableDescriptor::name<code> [protected]</code> </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="dbTableDescriptorn16" doxytag="dbTableDescriptor::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"> size_t dbTableDescriptor::nColumns<code> [protected]</code> </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="dbTableDescriptorn0" doxytag="dbTableDescriptor::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"> dbTableDescriptor* dbTableDescriptor::next<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Chain of all tables in application </td> </tr></table><a name="dbTableDescriptorn1" doxytag="dbTableDescriptor::nextDbTable"></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"> dbTableDescriptor* dbTableDescriptor::nextDbTable<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Chain of all tables associated with database </td> </tr></table><a name="dbTableDescriptorn9" doxytag="dbTableDescriptor::nextFieldLink"></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="classdbFieldDescriptor.html">dbFieldDescriptor</a>** dbTableDescriptor::nextFieldLink<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Pointer of next field of the last field (used for list construction) </td> </tr></table><a name="dbTableDescriptorn15" doxytag="dbTableDescriptor::nFields"></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"> size_t dbTableDescriptor::nFields<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Number of fields in the table </td> </tr></table><a name="dbTableDescriptorn3" doxytag="dbTableDescriptor::tableId"></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 dbTableDescriptor::tableId<code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Indetifier of table object in the database </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 Mon Oct 23 13:23:59 2006 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 + -