Index

DXDatastoreDefOD

Purpose:

This class represents and processes datastore definition functions.

Methods:

initialization
   init(LPDISPATCH ds);

This method must be called following the creation of a DXDatastoreDefOD object (except for methods returning a DXDatastoreDefOD object). The method initializes the datastore definition object with the datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreOD object.

getEntity
   LPDISPATCH getEntity(LPCTSTR entityName);

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

listEntities
   LPDISPATCH listEntities();

Gets a list of entities. The returned LPDISPATCH pointer contains a DXSequentialCollectionOD 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.