sqlobject.inheritance.iteration module

class sqlobject.inheritance.iteration.InheritableIteration(dbconn, rawconn, select, keepConnection=False)[source]

Bases: sqlobject.dbconnection.Iteration

defaultArraySize = 10000
fetchChildren()[source]

Prefetch childrens’ data

Fetch childrens’ data for every subclass in one big .select() to avoid .get() fetching it one by one.

next()[source]