Purpose:
The DKDatastoreExtDES class implements an Extended Search (DES) datastore-extension object.
Class summary:
class DKDatastoreExtDES: public dkDatastoreExt { public: DKDatastoreExtDES(dkDatastore* ds); virtual ~DKDatastoreExtDES(); dkDatastore* getDatastore(); void setDatastore(dkDatastore* ds); DKString getName(); virtual DKBoolean isSupported(const char* functionName); virtual DKString* listFunctions(long& arraySize); };
Members:
DKDatastoreExtDES(dkDatastore* ds); virtual ~DKDatastoreExtDES();
dkDatastore* getDatastore();
Parameters
ds -- Datastore
void setDatastore(dkDatastore* ds);
DKString getName();
Parameters
functionName -- The name of the function providing this feature.
virtual DKBoolean isSupported(const char* functionName);
virtual DKString* listFunctions(long& arraySize);
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.