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

Method execute_scalar

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

Source from the content-addressed store, hash-verified

182
183 @abstractmethod
184 def execute_scalar(self, query, params=None,
185 formatted_exception_msg=False):
186 pass
187
188 @abstractmethod
189 def execute_async(self, query, params=None,

Callers 15

reload_configurationMethod · 0.45
create_restore_pointMethod · 0.45
change_passwordMethod · 0.45
wal_replayMethod · 0.45
createMethod · 0.45
updateMethod · 0.45
deleteMethod · 0.45
createMethod · 0.45
updateMethod · 0.45
deleteMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected