FDO API Reference Feature Data Objects

ISelectAggregates.h File Reference

#include <FdoStd.h>
#include <Fdo/Commands/IFeatureCommand.h>
#include <Fdo/Connections/IConnection.h>
#include <Fdo/Commands/Feature/IDataReader.h>
#include <Fdo/Commands/IdentifierCollection.h>
#include <Fdo/Commands/OrderingOption.h>
#include <Fdo/Commands/Feature/IBaseSelect.h>

Include dependency graph for ISelectAggregates.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  FdoISelectAggregates
 The FdoISelectAggregate interface defines a Select command that handle selection of properties that include the use of aggregate functions. This command differs from the FdoISelect command in a number of ways. It handles selection of properties that are aggregate functions and supports selecting distinct property values. It also includes grouping criteria. The execute method returns an IDataReader which is not tied to a specific class. Unlike Select, FdoISelectAggregate does not include any locking functions. More...

Comments or suggestions? Send us feedback.