API Reference OSGeo FDO Provider for SDF

virtual bool SdfIScrollableFeatureReader::ReadAtIndex unsigned int  recordindex  )  [pure virtual]
 

Provides an ad-hoc access to the query result. The recordindex is the one-based nth item in the query result. If successful, this method will position the reader at the feature identified by the recordindex.

Parameters:
recordindex The index of the row.
Returns:
Returns true if a record is found or false otherwise.

Comments?