class CursorFetchStrategy(ResultFetchStrategy):
Known subclasses: sqlalchemy.engine.cursor.BufferedRowCursorFetchStrategy
, sqlalchemy.engine.cursor.FullyBufferedCursorFetchStrategy
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 |