class NoCursorDMLFetchStrategy(NoCursorFetchStrategy):
Cursor strategy for a DML result that has no open cursor.
This is a result set that does not return rows, i.e. for an INSERT, UPDATE, DELETE that does not include RETURNING.
Method | _non_result |
Undocumented |
Class Variable | __slots__ |
Undocumented |
Inherited from NoCursorFetchStrategy
:
Method | fetchall |
Undocumented |
Method | fetchmany |
Undocumented |
Method | fetchone |
Undocumented |
Method | hard_close |
Undocumented |
Method | soft_close |
Undocumented |
Inherited from ResultFetchStrategy
(via NoCursorFetchStrategy
):
Method | handle_exception |
Undocumented |
Method | yield_per |
Undocumented |
Class Variable | alternate_cursor_description |
Undocumented |