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

Method from_clause_items

tests/metadata.py:115–116  ·  view source on GitHub ↗
(self, parent="public", pos=0)

Source from the content-addressed store, hash-verified

113 return self.functions_and_keywords(pos=pos) + self.columns(tbl, parent, typ, pos)
114
115 def from_clause_items(self, parent="public", pos=0):
116 return self.functions(parent, pos) + self.views(parent, pos) + self.tables(parent, pos)
117
118 def schemas_and_from_clause_items(self, parent="public", pos=0):
119 return self.from_clause_items(parent, pos) + self.schemas(pos)

Calls 3

functionsMethod · 0.95
viewsMethod · 0.95
tablesMethod · 0.95