FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoIListDataStores Class Reference

#include <IListDataStores.h>

Inherits FdoICommand.

Inheritance diagram for FdoIListDataStores:

[legend]
List of all members.

Detailed Description

The FdoIListDataStores interface defines the list datastores command, which provides a way to get a list of datastores at a particular server.

Definition at line 34 of file IListDataStores.h.


Public Member Functions

virtual FDO_API FdoIDataStoreReaderExecute ()=0
 Executes the FdoIListDataStores command.
virtual FDO_API bool GetIncludeNonFdoEnabledDatastores ()=0
 Gets the flag that indicates whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as foreign datastores.
virtual FDO_API void SetIncludeNonFdoEnabledDatastores (bool include)=0
 Sets the flag to indicate whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as foreign datastores.

Friends

class FdoIConnection

Member Function Documentation

virtual FDO_API FdoIDataStoreReader* FdoIListDataStores::Execute  )  [pure virtual]
 

Executes the FdoIListDataStores command.

Returns:
Returns nothing

virtual FDO_API bool FdoIListDataStores::GetIncludeNonFdoEnabledDatastores  )  [pure virtual]
 

Gets the flag that indicates whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as foreign datastores.

Returns:
Returns the flag

virtual FDO_API void FdoIListDataStores::SetIncludeNonFdoEnabledDatastores bool  include  )  [pure virtual]
 

Sets the flag to indicate whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as foreign datastores.

Returns:
Returns nothing

Friends And Related Function Documentation

friend class FdoIConnection [friend]
 

Reimplemented from FdoICommand.

Definition at line 36 of file IListDataStores.h.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.