Package obitools :: Package table :: Class iTableIterator
[hide private]
[frames] | no frames]

Class iTableIterator

source code


Instance Methods [hide private]
 
_getHeaders(self) source code
 
_getTypes(self) source code
 
_getRowFactory(self) source code
 
_getSubrowFactory(self) source code
 
_getColcount(self) source code
 
__iter__(self) source code
 
columnIndex(self, name) source code
 
next(self) source code

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

Properties [hide private]
  headers
  types
  rowFactory
  subrowFactory
  colcount

Inherited from object: __class__

Property Details [hide private]

headers

Get Method:
_getHeaders(self)

types

Get Method:
_getTypes(self)

rowFactory

Get Method:
_getRowFactory(self)

subrowFactory

Get Method:
_getSubrowFactory(self)

colcount

Get Method:
_getColcount(self)