#include <Info.h>
Inheritance diagram for IndexInitInfo:
Public Member Functions | |
IndexInitInfo () | |
~IndexInitInfo () | |
Data Fields | |
char | tableName [IDENTIFIER_LENGTH] |
tablename | |
FieldNameList | list |
field name list | |
IndexType | indType |
index type | |
bool | isUnique |
unique values | |
bool | isPrimary |
primary key |
Encapsulates the information or definition of an index.
Definition at line 145 of file Info.h.
IndexInitInfo::IndexInitInfo | ( | ) | [inline] |
IndexInitInfo::~IndexInitInfo | ( | ) | [inline] |
index type
Definition at line 150 of file Info.h.
Referenced by DatabaseManagerImpl::createIndex(), IndexInitInfo(), and CacheTableLoader::load().
primary key
Definition at line 152 of file Info.h.
Referenced by DatabaseManagerImpl::createIndex(), and IndexInitInfo().
unique values
Definition at line 151 of file Info.h.
Referenced by DatabaseManagerImpl::createIndex(), and IndexInitInfo().
field name list
Definition at line 149 of file Info.h.
Referenced by DatabaseManagerImpl::createIndex(), CacheTableLoader::load(), and ~IndexInitInfo().
char IndexInitInfo::tableName[IDENTIFIER_LENGTH] |
tablename
Definition at line 148 of file Info.h.
Referenced by DatabaseManagerImpl::createIndex(), and CacheTableLoader::load().