module documentation

Undocumented

Class ​SQLAggregate​Compiler 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/28 methods documented
Class ​SQLDelete​Compiler No class docstring; 0/2 property, 1/2 method, 0/1 class method documented
Class ​SQLInsert​Compiler No class docstring; 0/2 instance variable, 4/6 methods documented
Class ​SQLUpdate​Compiler 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):
Yield blocks of rows from a cursor and ensure the cursor is closed when done.