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

Method functions_and_keywords

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

Source from the content-addressed store, hash-verified

106 return [schema(escape(s), pos=pos) for s in schemas]
107
108 def functions_and_keywords(self, parent="public", pos=0):
109 return self.functions(parent, pos) + self.builtin_functions(pos) + self.keywords(pos)
110
111 # Note that the filtering parameters here only apply to the columns
112 def columns_functions_and_keywords(self, tbl, parent="public", typ="tables", pos=0):

Calls 3

functionsMethod · 0.95
builtin_functionsMethod · 0.95
keywordsMethod · 0.95