API Reference > OdDb Classes > OdDbTableIterator Class
OdDbTableIterator Class
OdDbTableIterator
Syntax
C++
class OdDbTableIterator : public OdStaticRxObject<OdRxObject>;

DbTableIterator.h

This class implements Iterator objects that traverse columns, rows and cells of tables.

Instances of this class are returned by OdDbTable::getIterator() or OdDbLinkedTableData::getIterator() methods. 

 

 
Name 
Description 
 
This is ~OdDbTableIterator, a member of class OdDbTableIterator. 
 
This is the overview for the OdDbTableIterator constructor overload. 
 
Name 
Description 
 
This is the overview for the createObject method overload. 
 
done 
Returns a value indicating whether this Iterator object has reached the end of the iterated range.  
 
Returns the cell this Iterator object currently refers to.  
 
Returns the index of the column of the current iteration position.  
 
Returns the index of the row of the current iteration position.  
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDbTableIterator. 
 
seek 
Positions this Iterator object at the specified cell.  
 
Sets this Iterator object to the beginning of the iterated range. 
 
step 
Increments this Iterator object so that it refers to the next object of the iterated range. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.