IndexInitInfo Class Reference

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

Inherited by HashIndexInitInfo.


Data Fields

char tableName [IDENTIFIER_LENGTH]
 tablename
FieldNameList list
 field name list
IndexType indType
 index type
bool isUnique
 unique values
bool isPrimary
 primary key


Detailed Description

Represents index definition used to create index.

Encapsulates the information or definition of an index.


The documentation for this class was generated from the following file:
CSQL Project Page