Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_tables
Function · 0.80
test_schemata_table_views_and_columns_query
Function · 0.80
Calls
1
_columns
Method · 0.95
Tested by
1
test_schemata_table_views_and_columns_query
Function · 0.64