Package backend :: Package satellite_tools :: Package disk_dumper :: Module dumper :: Class QueryIterator
[hide private]
[frames] | no frames]

Class QueryIterator

source code

A query iterator successively applies the list of params as execute() to the statement that was passed in, and presents the union of the result sets as a single result set. Params is a list of dictionaries that would fill the named bound variables from the statement.

Instance Methods [hide private]
 
__init__(self, statement, params) source code
 
fetchone_dict(self) source code