MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / execute

Method execute

explorer/models.py:132–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 return ret, ql
131
132 def execute(self):
133 ret = self.execute_query_only()
134 ret.process()
135 return ret
136
137 def available_params(self):
138 """

Callers 11

execute_with_loggingMethod · 0.95
execute_queryMethod · 0.80
write_sqlite_and_get_rowFunction · 0.80
setUpMethod · 0.80
test_pandas_to_sqliteMethod · 0.80
populate_new_foreign_keyFunction · 0.80
sample_rows_from_tableFunction · 0.80
postMethod · 0.80

Calls 2

execute_query_onlyMethod · 0.95
processMethod · 0.80