Main Page   Class Hierarchy   Compound List   File List   Compound Members  

dbTable Class Reference

#include <class.h>

Inheritance diagram for dbTable:

dbRecord List of all members.

Public Attributes

dbVarying name
dbVarying fields
nat4 fixedSize
nat4 nRows
nat4 nColumns
oid_t firstRow
oid_t lastRow
nat4 count
nat4 size
oid_t next
oid_t prev

Detailed Description

Database recod for storing table descriptor


Member Data Documentation

nat4 dbTable::count
 

Autoincremented counter

dbVarying dbTable::fields
 

Array with field descriptors

oid_t dbTable::firstRow
 

Identifier of first row in the table

nat4 dbTable::fixedSize
 

Size of fixed part of the record (without string and arrays bodies)

oid_t dbTable::lastRow
 

Identifier of last row in the table

dbVarying dbTable::name
 

Name of the table

nat4 dbTable::nColumns
 

Number of columns in the table

oid_t dbRecord::next [inherited]
 

Next record in the table (0 if it is last record)

nat4 dbTable::nRows
 

Number of rows in the table

oid_t dbRecord::prev [inherited]
 

Previous record in the table (0 if it is first record)

nat4 dbRecord::size [inherited]
 

Size of the record (including header


The documentation for this class was generated from the following file:
Generated on Mon Oct 23 13:23:59 2006 for FastDB by doxygen1.2.18