Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
def
SchemaObject(name, schema=None, meta=None):
35
return
_SchemaObject(name, schema, meta)
36
37
38
_Candidate = namedtuple(
Callers
3
get_table_matches
Method · 0.85
populate_schema_objects
Method · 0.85
populate_functions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected