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

Method view_columns

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

Source from the content-addressed store, hash-verified

632 yield from self._columns(kinds=["r", "p", "f"])
633
634 def view_columns(self):
635 yield from self._columns(kinds=["v", "m"])
636
637 def databases(self):
638 with self.conn.cursor() as cur:

Callers 2

refresh_viewsFunction · 0.80

Calls 1

_columnsMethod · 0.95