MCPcopy
hub / github.com/dbcli/pgcli / table_columns

Method table_columns

pgcli/pgexecute.py:631–632  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

629 yield from cur
630
631 def table_columns(self):
632 yield from self._columns(kinds=["r", "p", "f"])
633
634 def view_columns(self):
635 yield from self._columns(kinds=["v", "m"])

Callers 2

refresh_tablesFunction · 0.80

Calls 1

_columnsMethod · 0.95