Package twisted :: Package flow :: Module threads :: Class QueryIterator
[show private | hide private]
[frames | no frames]

Class QueryIterator


Converts a database query into a result iterator

This is particularly useful for executing a query in a thread. TODO: show example here
Method Summary
  __init__(self, pool, sql, fetchmany, fetchall)
  __iter__(self)
  next(self)
  next_fetchall(self)
  next_fetchmany(self)

Generated by Epydoc 1.1 on Fri Jun 27 03:47:50 2003 http://epydoc.sf.net