Public Attributes

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

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

oid_t dbRecord::next [inherited]

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

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: