FDO API Reference Feature Data Objects

IDataReader.h File Reference

#include <FdoStd.h>
#include <Fdo/Commands/Feature/IReader.h>

Include dependency graph for IDataReader.h:

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

Go to the source code of this file.


Classes

class  FdoIDataReader
 The FdoIDataReader interface provides a forward-only, read-only iterator for reading relational table data. A reference to an FdoIDataReader is returned from the SQLCommands ExecuteReader method. The initial position of the FdoIDataReader interface is prior to the first item. Thus, you must call ReadNext to begin accessing any data. More...

Comments or suggestions? Send us feedback.