dbRecord Class Reference
#include <class.h>
List of all members.
Detailed Description
Header of any database record.
|
Public Attributes |
| nat4 | size |
| | Size of the record (including header.
|
| oid_t | next |
| | Next record in the table (0 if it is last record).
|
| oid_t | prev |
| | Previous record in the table (0 if it is first record).
|
Member Data Documentation
Size of the record (including header.
Next record in the table (0 if it is last record).
Previous record in the table (0 if it is first record).