class NoCursorFetchStrategy(ResultFetchStrategy):
Known subclasses: sqlalchemy.engine.cursor.NoCursorDMLFetchStrategy
, sqlalchemy.engine.cursor.NoCursorDQLFetchStrategy
Cursor strategy for a result that has no open cursor.
There are two varieties of this strategy, one for DQL and one for DML (and also DDL), each of which represent a result that had a cursor but no longer has one.
Method | _non_result |
Undocumented |
Method | fetchall |
Undocumented |
Method | fetchmany |
Undocumented |
Method | fetchone |
Undocumented |
Method | hard_close |
Undocumented |
Method | soft_close |
Undocumented |
Class Variable | __slots__ |
Undocumented |
Inherited from ResultFetchStrategy
:
Method | handle_exception |
Undocumented |
Method | yield_per |
Undocumented |
Class Variable | alternate_cursor_description |
Undocumented |
sqlalchemy.engine.cursor.NoCursorDMLFetchStrategy
, sqlalchemy.engine.cursor.NoCursorDQLFetchStrategy
Undocumented
tuple
=
sqlalchemy.engine.cursor.NoCursorDMLFetchStrategy
, sqlalchemy.engine.cursor.NoCursorDQLFetchStrategy
Undocumented