FdoIGetClassNames Class Reference

The FdoIGetClassNames interface defines the GetClassNames command, which retrieves the list of available class names, qualified by the feature schema name. The Execute operation returns an FdoStringCollection object. More...

#include <IGetClassNames.h>

Inherits FdoICommand.

List of all members.


Public Member Functions

virtual FDO_API
FdoStringCollection
Execute ()=0
 Executes the GetClassNames command and returns a FdoStringCollection. If the specified schema name does not exist, the Execute method throws an exception.
virtual FDO_API FdoStringGetSchemaName ()=0
 Gets the name of the schema for the enumeration. This function is optional; if not specified, execution of the command will enumerate the classes in all schemas.
virtual FDO_API void SetSchemaName (FdoString *value)=0
 Sets the name of the schema for the enumeration. This function is optional; if not specified execution of the command will enumerate the classes in all schemas.

Friends

class FdoIConnection

Detailed Description

The FdoIGetClassNames interface defines the GetClassNames command, which retrieves the list of available class names, qualified by the feature schema name. The Execute operation returns an FdoStringCollection object.

Definition at line 36 of file IGetClassNames.h.


The documentation for this class was generated from the following file: