include/Index.h File Reference

#include <DataType.h>
#include <Debug.h>
#include <Info.h>

Include dependency graph for Index.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Bucket
class  HashIndexNode
class  BucketIter
class  BucketList
class  Index
class  HashIndex
class  IndexInfo
class  SingleFieldHashIndexInfo

Enumerations

enum  IndexIntType { hashOneField = 1, hash = 2, tree = 3 }


Enumeration Type Documentation

enum IndexIntType

Enumerator:
hashOneField 
hash 
tree 

Definition at line 99 of file Index.h.

00100 {
00101         hashOneField = 1,
00102         hash = 2,
00103         tree = 3
00104 
00105 };


Generated on Mon Jun 9 22:38:04 2008 for csql by  doxygen 1.4.7