include/Info.h File Reference

#include <ErrorType.h>
#include <DataType.h>
#include <Field.h>

Include dependency graph for Info.h:

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

Go to the source code of this file.

Data Structures

class  FieldNameList
 Field name list used to specify composite key while creating index. More...
class  TableDef
 Represents table definition used to create the table. More...
class  FieldInfo
class  IndexInitInfo
 Represents index definition used to create index. More...
class  HashIndexInitInfo
 Represents hash index definition used to create index. More...

Enumerations

enum  IndexType { hashIndex = 0, treeIndex }
 A Enum value. More...


Enumeration Type Documentation

enum IndexType

A Enum value.

Enumerator:
hashIndex  hash index
treeIndex  tree index

Definition at line 132 of file Info.h.

00133 {
00134     hashIndex = 0, 
00135     treeIndex      
00136 };


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