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. More... | |
void | Close () |
Closes the enumerator and releases any resources it is holding. | |
fgdbError | GetFieldInformation (FieldInfo &fieldInfo) const |
Return information about the fields in the row. More... | |
fgdbError | GetFields (std::vector< FieldDef > &fieldDefs) const |
Returns an array of FieldDef objects of the table's field collection. More... | |
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 | ) | const |
Return information about the fields in the row.
[out] | fieldInfo | The field information. |
fgdbError FileGDBAPI::EnumRows::GetFields | ( | std::vector< FieldDef > & | fieldDefs | ) | const |