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

Method get_tables

database/SQliteDB.py:122–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 return result
121
122 def get_tables(self):
123 tables = self._select("Select name from sqlite_master where type='table'")
124 return tables
125
126 def get_databases(self):
127 raise ModuleNotFoundError("Databases not available on sqlite")

Callers 4

get_tables_countMethod · 0.95
search_tablesMethod · 0.95
search_columnsMethod · 0.95

Calls 1

_selectMethod · 0.95

Tested by

no test coverage detected