class documentation

class NoCursorDMLFetchStrategy(NoCursorFetchStrategy):

View In Hierarchy

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
def _non_result(self, result, default, err=None):
__slots__: tuple =