Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ execute
Method
execute
mssqlcli/jsonrpc/contracts/request.py:39–44 ·
view source on GitHub ↗
Executes the request.
(self)
Source
from the content-addressed store, hash-verified
37
pass
38
39
def
execute(self):
40
""
"
41
Executes the request.
42
""
"
43
self.json_rpc_client.submit_request(
44
self.method_name, self.params.format(), self.request_id)
45
46
def
get_response(self):
47
""
"
Callers
8
execute_query
Method · 0.80
_execute_connection_request_with
Method · 0.80
_execute_query_execute_request_for
Method · 0.80
_execute_query_subset_request_for
Method · 0.80
create_db
Function · 0.80
drop_db
Function · 0.80
verify_connection_service_response
Method · 0.80
verify_query_service_response
Method · 0.80
Calls
2
submit_request
Method · 0.80
format
Method · 0.45
Tested by
2
verify_connection_service_response
Method · 0.64
verify_query_service_response
Method · 0.64