MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / query

Method query

solidui/datasource_plugin/base.py:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 @staticmethod
70 def run_query(client, sql: str):
71 def query():
72 result = client.run_query(sql)
73 client.close()
74 return result
75
76 future = JdbcClientFactory.executor.submit(query)
77 return future.result()

Callers 15

queryFunction · 0.80
queryFunction · 0.80
useDataPropertiesFunction · 0.80
useModeluiFunction · 0.80
queryFunction · 0.80
get_project_listMethod · 0.80
get_job_nameMethod · 0.80
delete_project_idMethod · 0.80
delete_page_idMethod · 0.80

Calls 4

closeMethod · 0.80
run_queryMethod · 0.45
get_databasesMethod · 0.45
get_tablesMethod · 0.45

Tested by

no test coverage detected