#include <class.h>
Inheritance diagram for dbTable:
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 |
|
Autoincremented counter |
|
Array with field descriptors |
|
Identifier of first row in the table |
|
Size of fixed part of the record (without string and arrays bodies) |
|
Identifier of last row in the table |
|
Name of the table |
|
Number of columns in the table |
|
Next record in the table (0 if it is last record) |
|
Number of rows in the table |
|
Previous record in the table (0 if it is first record) |
|
Size of the record (including header |