Package CHEM :: Package DB :: Module DBPopulator3 :: Class SourceFileIteratorPreparer
[hide private]
[frames] | no frames]

Class SourceFileIteratorPreparer



BaseDBPopulator.BaseIteratorPreparer --+
                                       |
                                      SourceFileIteratorPreparer

Called once, should just produce one item for the input file the script is working on

Instance Methods [hide private]
 
__init__(self, conn, tableName, inputFilePath)
Constructor, record the path to the inputFile
 
prepareIterator(self, parentObj)
Just yield a single object

Inherited from BaseDBPopulator.BaseIteratorPreparer: newDefaultObject

Method Details [hide private]

__init__(self, conn, tableName, inputFilePath)
(Constructor)

 
Constructor, record the path to the inputFile
Overrides: BaseDBPopulator.BaseIteratorPreparer.__init__

prepareIterator(self, parentObj)

 
Just yield a single object
Overrides: BaseDBPopulator.BaseIteratorPreparer.prepareIterator