attributeList.
More...
#include <ClassHierarchy.h>
Inheritance diagram for HintBuildIndex:


Public Types | |
| enum | IndexType { NORMAL_INDEX, UNIQUE_INDEX } |
Public Member Functions | |
| HintBuildIndex () | |
Public Attributes | |
| std::list< CStdString > | attributeList |
| IndexType | type |
attributeList.
|
|
Index type: unique or normal (non-unique) index.
|
|
|
Simple constructor.
|
|
|
List of attribute names - the index should be built on corresponding columns.
|
|
|
Type of the index.
|