MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / execute_void

Method execute_void

web/pgadmin/utils/driver/abstract.py:194–196  ·  view source on GitHub ↗
(self, query, params=None,
                     formatted_exception_msg=False)

Source from the content-addressed store, hash-verified

192
193 @abstractmethod
194 def execute_void(self, query, params=None,
195 formatted_exception_msg=False):
196 pass
197
198 @abstractmethod
199 def execute_2darray(self, query, params=None,

Callers 15

createMethod · 0.45
updateMethod · 0.45
deleteMethod · 0.45
run_nowMethod · 0.45
updateMethod · 0.45
deleteMethod · 0.45
createMethod · 0.45
updateMethod · 0.45
deleteMethod · 0.45
createMethod · 0.45
deleteMethod · 0.45
enable_disableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected