HashIndexInitInfo Class Reference

Represents hash index definition used to create index. More...

#include <Info.h>

Inheritance diagram for HashIndexInitInfo:

Inheritance graph
[legend]
Collaboration diagram for HashIndexInitInfo:

Collaboration graph
[legend]

Public Member Functions

 HashIndexInitInfo ()

Data Fields

int bucketSize
 bucket size

Detailed Description

Represents hash index definition used to create index.

Encapsulates the information or definition of hash index.

Author:
Prabakaran Thirumalai

Definition at line 164 of file Info.h.


Constructor & Destructor Documentation

HashIndexInitInfo::HashIndexInitInfo (  )  [inline]

Definition at line 168 of file Info.h.

References bucketSize.

00168 { bucketSize = 1009; }


Field Documentation

int HashIndexInitInfo::bucketSize

bucket size

Definition at line 167 of file Info.h.

Referenced by DatabaseManagerImpl::createIndex(), HashIndexInitInfo(), and CacheTableLoader::load().


The documentation for this class was generated from the following file:
Generated on Mon Jun 9 22:48:04 2008 for csql by  doxygen 1.4.7