#include <class.h>
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 |
Database recod for storing table descriptor
nat4 dbTable::count |
Autoincremented counter
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
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