Package gavo :: Package grammars :: Module customgrammar :: Class CustomRowIterator
[frames] | no frames]

Class CustomRowIterator

source code

        object --+    
                 |    
common.RowIterator --+
                     |
                    CustomRowIterator

is a base class for custom row iterators.

Implement at least _iterRows. And pass on any keyword args to __init__ to the next constructor.

Instance Methods

Inherited from common.RowIterator: __init__, __iter__, getLocator, getParameters

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from common.RowIterator: notify

Properties

Inherited from common.RowIterator: recordNumber

Inherited from object: __class__