#include <Index.h>
Inheritance diagram for SingleFieldHashIndexInfo:
Public Member Functions | |
void | print () |
Data Fields | |
char * | fldName |
DataType | type |
char * | indexPtr |
int | noOfBuckets |
Bucket * | buckets |
int | fldPos |
bool | isUnique |
int | offset |
int | length |
Definition at line 113 of file Index.h.
void SingleFieldHashIndexInfo::print | ( | ) | [inline] |
Definition at line 116 of file Index.h.
Referenced by HashIndex::insert(), TupleIterator::open(), print(), HashIndex::remove(), and HashIndex::update().
Definition at line 119 of file Index.h.
Referenced by HashIndex::insert(), TupleIterator::open(), print(), HashIndex::remove(), and HashIndex::update().
Definition at line 123 of file Index.h.
Referenced by HashIndex::insert(), HashIndex::remove(), and HashIndex::update().
Reimplemented from IndexInfo.
Definition at line 117 of file Index.h.
Referenced by HashIndex::insert(), TupleIterator::open(), print(), HashIndex::remove(), and HashIndex::update().