class documentation

class CursorFetchStrategy(ResultFetchStrategy):

Known subclasses: sqlalchemy.engine.cursor.BufferedRowCursorFetchStrategy, sqlalchemy.engine.cursor.FullyBufferedCursorFetchStrategy

View In Hierarchy

Call fetch methods from a DBAPI cursor.

Alternate versions of this class may instead buffer the rows from cursors or not use cursors at all.

Method fetchall Undocumented
Method fetchmany Undocumented
Method fetchone Undocumented
Method handle​_exception Undocumented
Method hard​_close Undocumented
Method soft​_close Undocumented
Method yield​_per Undocumented
Class Variable __slots__ Undocumented

Inherited from ResultFetchStrategy:

Class Variable alternate​_cursor​_description Undocumented
def handle_exception(self, result, dbapi_cursor, err):