MCPcopy
hub / github.com/coleifer/sqlite-web / get_columns

Method get_columns

sqlite_web/sqlite_web.py:153–154  ·  view source on GitHub ↗
(self, table)

Source from the content-addressed store, hash-verified

151 for row in cursor.fetchall()]
152
153 def get_columns(self, table):
154 return self._database.get_columns(table)
155
156 def get_foreign_keys(self, table):
157 return self._database.get_foreign_keys(table)

Callers 7

table_structureFunction · 0.80
drop_columnFunction · 0.80
rename_columnFunction · 0.80
add_indexFunction · 0.80
table_insertFunction · 0.80
table_updateFunction · 0.80
table_exportFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected