FDO API Reference Feature Data Objects

IDataStoreReaderImp Class Reference

List of all members.

Detailed Description

The FdoISQLCommand interface defines the SQL command, which supports the execution of a SQL statement against an underlying RDBMS. Two execute methods are provided to distinguish between statements that return table data versus those that execute non query type operations.


Public Member Functions

System::Void Close ()
 Closes the FdoIDataStoreReader object, freeing any resources it may be holding.
NAMESPACE_OSGEO_FDO_COMMANDS_DATASTORE::IDataStorePropertyDictionaryGetDataStoreProperties ()
 Gets the FdoIConnectionPropertyDictionary interface that includes the properties of the datastores set at datastore create time, with the exception of password.
System::String * GetDescription ()
 Gets the description of the datastore currently being read.
System::Boolean GetIsFdoEnabled ()
 Gets the flag that indicates whether the datastore is FDO enabled. Non-FDO databases are also referred to as “Foreign?datastores.
System::String * GetName ()
 Gets the name of the datastore currently being read.
System::Boolean ReadNext ()
 Advances the reader to the next item and returns true if there is another object to read or false if reading is complete. The default position of the reader is prior to the first item. Thus you must call ReadNext to begin accessing any data.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.