|
File Geodatabase API
|
An enumerator of rows. Used as a return type for table queries. More...
Public Member Functions | |
| fgdbError | Next (Row &row) |
| Returns the next available row in the enumerator, or null if no rows remain. | |
| void | Close () |
| Closes the enumerator and releases any resources it is holding. | |
| fgdbError | GetFieldInformation (FieldInfo &fieldInfo) |
| Return information about the fields in the row. | |
Constructors and destructors | |
| EnumRows () | |
| The class constructor. | |
| ~EnumRows () | |
| The class destructor. | |
An enumerator of rows. Used as a return type for table queries.
| fgdbError FileGDBAPI::EnumRows::Next | ( | Row & | row | ) |
Returns the next available row in the enumerator, or null if no rows remain.
| [out] | row | The next row in the enumerator. |
| fgdbError FileGDBAPI::EnumRows::GetFieldInformation | ( | FieldInfo & | fieldInfo | ) |
Return information about the fields in the row.
| [out] | fieldInfo | The field information. |