Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

HintBuildIndex Struct Reference

Hint that tells IOPC DBSC to build index on columns that correspond to attributes from attributeList. More...

#include <ClassHierarchy.h>

Inheritance diagram for HintBuildIndex:

Inheritance graph
[legend]
Collaboration diagram for HintBuildIndex:

Collaboration graph
[legend]
List of all members.

Public Types

enum  IndexType {
  NORMAL_INDEX,
  UNIQUE_INDEX
}

Public Member Functions

 HintBuildIndex ()

Public Attributes

std::list< CStdString > attributeList
IndexType type

Detailed Description

Hint that tells IOPC DBSC to build index on columns that correspond to attributes from attributeList.

Note:
IOPC DBSC currently ignores this information.


Member Enumeration Documentation

enum HintBuildIndex::IndexType
 

Index type: unique or normal (non-unique) index.

Enumeration values:
NORMAL_INDEX 
UNIQUE_INDEX 


Constructor & Destructor Documentation

HintBuildIndex::HintBuildIndex  )  [inline]
 

Simple constructor.


Member Data Documentation

std::list<CStdString> HintBuildIndex::attributeList
 

List of attribute names - the index should be built on corresponding columns.

IndexType HintBuildIndex::type
 

Type of the index.


The documentation for this struct was generated from the following file:
Generated on Wed Aug 11 22:35:31 2004 for IOPC by Doxygen 1.3.6