MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / execute_query

Method execute_query

database/PostgreSQL.py:145–146  ·  view source on GitHub ↗
(self, query:str)

Source from the content-addressed store, hash-verified

143
144
145 def execute_query(self, query:str):
146 return self._select(query, showColumns=True)
147
148 def create_query_to_all_values(self, filter:str,operator:str='or', logic_operator:str='or') -> List[Query]:
149 rows = self.get_tables_and_columns()

Callers

nothing calls this directly

Calls 1

_selectMethod · 0.95

Tested by

no test coverage detected