module documentation

Undocumented

Class SQLAggregateCompiler No class docstring; 0/1 instance variable, 1/1 method documented
Class SQLCompiler No class docstring; 0/13 instance variable, 0/1 class variable, 17/29 methods documented
Class SQLDeleteCompiler No class docstring; 0/2 property, 1/2 method, 0/1 class method documented
Class SQLInsertCompiler No class docstring; 0/2 instance variable, 4/6 methods documented
Class SQLUpdateCompiler No class docstring; 3/3 methods documented
Function cursor_iter Yield blocks of rows from a cursor and ensure the cursor is closed when done.
def cursor_iter(cursor, sentinel, col_count, itersize): (source)

Yield blocks of rows from a cursor and ensure the cursor is closed when done.