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

Method execute_2darray

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

Source from the content-addressed store, hash-verified

197
198 @abstractmethod
199 def execute_2darray(self, query, params=None,
200 formatted_exception_msg=False):
201 pass
202
203 @abstractmethod
204 def execute_dict(self, query, params=None,

Callers 15

nodeMethod · 0.45
nodesMethod · 0.45
nodeMethod · 0.45
nodesMethod · 0.45
nodeMethod · 0.45
nodesMethod · 0.45
nodesMethod · 0.45
nodeMethod · 0.45
dropMethod · 0.45
nodesMethod · 0.45
createMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected