Index

DXDatastoreDefDD

Purpose:

This class represents and processes datastore definition functions.

Methods:

initialization
   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.

getEntity
   LPDISPATCH getEntity(LPCTSTR entityName);

Gets the entity with the specified name. The returned LPDISPATCH pointer contains a DXCabinetDefDD object.

listEntities
   LPDISPATCH listEntities();

Gets a list of entities. The returned LPDISPATCH pointer contains a DXSequentialCollectionDD object.

listEntityNames
   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.