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

Class CachedQueryIterator

source code

This class will attempt to retrieve information, either from the database or from a local cache.

Note that we expect at most one result set per database query - this can be easily fixed if we need more.

Instance Methods [hide private]
 
__init__(self, statement, params, cache_get) source code
 
fetchone_dict(self) source code
 
_execute(self, params) source code
 
close(self)
Make sure we remove references to these objects, or circular references can occur.
source code