MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / QueryType

Class QueryType

model/result.py:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34class QueryType(Enum):
35 NONE = 0
36 TABLES = 1
37 COLUMNS = 2
38 VALUES = 3
39 ALL = 4
40
41class QueryResult:
42 def __init__(self, **kwargs) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected