FDO API Reference Feature Data Objects

IReader.h File Reference

#include <FdoStd.h>
#include <Fdo/Schema/ClassDefinition.h>
#include <Fdo/Raster/IRaster.h>
#include <Fdo/Expression/LOBValue.h>

Include dependency graph for IReader.h:

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

Go to the source code of this file.


Classes

class  FdoIReader
 The FdoIFeatureReader interface provides a forward-only, read-only iterator for reading feature data. A reference to an FdoIFeatureReader is returned from the Select and SelectAndLock commands. Because the initial position of the FdoIFeatureReader is prior to the first item, you must call ReadNext to begin accessing any data. More...

Comments or suggestions? Send us feedback.