Purpose:
This class represents and processes datastore definition functions.
Methods:
init(LPDISPATCH ds);
This method must be called following the creation of a DXDatastoreDefDD object (except for methods returning a DXDatastoreDefDD object). The method initializes the datastore definition object with the datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreDD object.
LPDISPATCH getEntity(LPCTSTR entityName);
Gets the entity with the specified name. The returned LPDISPATCH pointer contains a DXCabinetDefDD object.
LPDISPATCH listEntities();
Gets a list of entities. The returned LPDISPATCH pointer contains a DXSequentialCollectionDD object.
VARIANT listEntityNames(long* arraySize);
Gets a list of entity names. The output parameter arraySize is the size of the array.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.