MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / SchemaObject

Function SchemaObject

web/pgadmin/utils/sqlautocomplete/autocomplete.py:47–48  ·  view source on GitHub ↗
(name, schema=None, meta=None)

Source from the content-addressed store, hash-verified

45
46
47def SchemaObject(name, schema=None, meta=None):
48 return _SchemaObject(name, schema, meta)
49
50
51# Regex for finding "words" in documents.

Callers 3

get_table_matchesMethod · 0.85
populate_functionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected