#include <CatalogTables.h>
Data Fields | |
char | tblName_ [IDENTIFIER_LENGTH] |
int | tblID_ |
size_t | length_ |
int | numFlds_ |
int | numIndexes_ |
void * | chunkPtr_ |
Definition at line 62 of file CatalogTables.h.
void* TABLE::chunkPtr_ |
Definition at line 70 of file CatalogTables.h.
Referenced by CatalogTableTABLE::insert(), DatabaseManagerImpl::openTable(), and CatalogTableTABLE::remove().
size_t TABLE::length_ |
Definition at line 67 of file CatalogTables.h.
Referenced by CatalogTableTABLE::insert(), and DatabaseManagerImpl::openTable().
int TABLE::numFlds_ |
Definition at line 68 of file CatalogTables.h.
Referenced by CatalogTableTABLE::insert(), and DatabaseManagerImpl::openTable().
Definition at line 69 of file CatalogTables.h.
Referenced by CatalogTableTABLE::insert(), and DatabaseManagerImpl::openTable().
int TABLE::tblID_ |
Definition at line 66 of file CatalogTables.h.
Referenced by CatalogTableTABLE::insert(), and DatabaseManagerImpl::openTable().
char TABLE::tblName_[IDENTIFIER_LENGTH] |
Definition at line 65 of file CatalogTables.h.
Referenced by CatalogTableTABLE::insert(), and DatabaseManagerImpl::openTable().