Index

DXDatastoreDefV4

Purpose:

This class represents and processes datastore definition functions.

Methods:

getEntity
        LPDISPATCH getEntity(LPCTSTR entityName);

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

listEntities
        LPDISPATCH listEntities();

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