#include <IGetClassNames.h>
Inherits FdoICommand.
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 FdoString * | GetSchemaName ()=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 |
Definition at line 36 of file IGetClassNames.h.