Purpose:
This class is used to hold information about a text search index. The field in the class mirrors the fields specified in the Text Search Engine System Administration Panel for an index. All constants are defined in the DKConstant2.h file.
Class summary:
class DKIndexInfoTS { DKIndexInfoTS(); virtual ~DKIndexInfoTS(); DKString getIndexName(); void setIndexName(const char* indexName); long getIndexType(); void setIndexType(long indexType); long getIndexFeature(); void setIndexFeature(long indexFeature); long getIndexCCSID(); void setIndexCCSID(long indexCCSID); DKString getLibraryId(); void setLibraryId(const char* libId); DKString getLibraryClientServices(); void setLibraryClientServices(const char* libClientSrv); DKString getLibraryServerServices(); void setLibraryServerServices(const char* libServerSrv); DKString getIndexDataArea(); void setIndexDataArea(const char* indexDataArea); DKString getIndexWorkArea(); void setIndexWorkArea(const char* indexWorkArea); DKString getIndexTitle(); void setIndexTitle(const char* indexTitle); long getIndexTitleCCSID(); void setIndexTitleCCSID(long indexTitleCCSID); DKString getIndexDescription(); void setIndexDescription(const char* indexDesc); long getIndexDescriptionCCSID(); void setIndexDescriptionCCSID(long indexDescCCSID); }
Members:
DKIndexInfoTS(); virtual ~DKIndexInfoTS();
DKString getIndexName();
void setIndexName(const char* indexName);
long getIndexType();
void setIndexType(long indexType);
long getIndexFeature();
void setIndexFeature(long indexFeature);
long getIndexCCSID();
void setIndexCCSID(long indexCCSID);
DKString getLibraryId();
void setLibraryId(const char* libId);
DKString getLibraryClientServices();
void setLibraryClientServices(const char* libClientSrv);
DKString getLibraryServerServices();
void setLibraryServerServices(const char* libServerSrv);
DKString getIndexDataArea();
void setIndexDataArea(const char* indexDataArea);
DKString getIndexWorkArea();
void setIndexWorkArea(const char* indexWorkArea);
DKString getIndexTitle();
void setIndexTitle(const char* indexTitle);
long getIndexTitleCCSID();
void setIndexTitleCCSID(long indexTitleCCSID);
DKString getIndexDescription();
void setIndexDescription(const char* indexDesc);
long getIndexDescriptionCCSID();
void setIndexDescriptionCCSID(long indexDescCCSID);
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.