Public Types | Public Member Functions | Static Public Member Functions | Public Attributes

dbHeader Class Reference

#include <database.h>

List of all members.

Public Types

enum  {
  MODE_ALIGN_HEADER = 0x01, MODE_OID_64 = 0x02, MODE_OFFS_64 = 0x04, MODE_UNICODE = 0x08,
  MODE_AUTOINCREMENT = 0x10, MODE_RECTANGLE_DIM = 0x20, MODE_DO_NOT_REUSE_OID = 0x40
}

Public Member Functions

int getVersion ()
bool isCompatible ()
bool isInitialized ()

Static Public Member Functions

static int getCurrentMode ()

Public Attributes

int4 curr
int4 dirty
int4 initialized
struct {
   offs_t   size
   offs_t   index
   offs_t   shadowIndex
   oid_t   indexSize
   oid_t   shadowIndexSize
   oid_t   indexUsed
   oid_t   freeList
   oid_t   bitmapEnd
root [2]
int4 versionMajor
int4 versionMinor
int4 transactionId
int4 mode

Detailed Description

Database header


The documentation for this class was generated from the following file: