![]() |
GlobalObjects
|
For transmitting index information. More...
#include <GloAllSetIndexInfo.h>
Public Member Functions | |
AllSetIndexInfo () | |
void | setClassID (unsigned long ulClassID) |
unsigned long | getClassID () const |
void | setIndexName (const std::string &rsIndexName) |
std::string | getIndexName () const |
void | setUnique (bool bUnique) |
bool | isUnique () |
void | setLanguage (const std::string &rsLanguage) |
std::string | getLanguage () const |
void | setCaseSensitive (bool bCaseSensitive) |
bool | isCaseSensitive () |
Private Attributes | |
bool | m_bCaseSensitive |
bool | m_bUnique |
std::string | m_sIndexName |
std::string | m_sLanguage |
unsigned long | m_ulClassID |
For transmitting index information.
|
inline |
References m_bCaseSensitive, m_bUnique, and m_ulClassID.
|
inline |
Set and get methods.
References m_ulClassID.
|
inline |
Set and get methods.
References m_sIndexName.
|
inline |
Set and get methods.
References m_sLanguage.
|
inline |
Set and get methods.
References m_bCaseSensitive.
|
inline |
Set and get methods.
References m_bUnique.
|
inline |
Set and get methods.
References m_bCaseSensitive.
|
inline |
Set and get methods.
References m_ulClassID.
|
inline |
Set and get methods.
References m_sIndexName.
|
inline |
Set and get methods.
References m_sLanguage.
|
inline |
Set and get methods.
References m_bUnique.
|
private |
If true, the index is 'CaseSensitive'.
Referenced by AllSetIndexInfo(), isCaseSensitive(), and setCaseSensitive().
|
private |
If true, it is a unique index.
Referenced by AllSetIndexInfo(), isUnique(), and setUnique().
|
private |
The name of the index.
Referenced by getIndexName(), and setIndexName().
|
private |
One respectively more language codes.
Referenced by getLanguage(), and setLanguage().
|
private |
The class ID to which the index applies.
Referenced by AllSetIndexInfo(), getClassID(), and setClassID().