Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
query
Function · 0.80
query
Function · 0.80
useDataProperties
Function · 0.80
useModelui
Function · 0.80
query
Function · 0.80
queryUserByNamePassword
Method · 0.80
get_project_list
Method · 0.80
get_job_name
Method · 0.80
get_job_page_project_ids
Method · 0.80
delete_project_id
Method · 0.80
get_job_page_parent_ids
Method · 0.80
delete_page_id
Method · 0.80
Calls
4
close
Method · 0.80
run_query
Method · 0.45
get_databases
Method · 0.45
get_tables
Method · 0.45
Tested by
no test coverage detected