MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / SchemaObject

Function SchemaObject

mssqlcli/mssqlcompleter.py:34–35  ·  view source on GitHub ↗
(name, schema=None, meta=None)

Source from the content-addressed store, hash-verified

32
33
34def SchemaObject(name, schema=None, meta=None):
35 return _SchemaObject(name, schema, meta)
36
37
38_Candidate = namedtuple(

Callers 3

get_table_matchesMethod · 0.85
populate_functionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected