MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / rows_affected

Method rows_affected

web/pgadmin/utils/driver/abstract.py:254–255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

252
253 @abstractmethod
254 def rows_affected(self):
255 pass
256
257 @abstractmethod
258 def cancel_transaction(self, conn_id, did=None):

Callers 2

pollFunction · 0.45
save_changed_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected