MCPcopy Create free account
hub / github.com/araddon/qlbridge / SqlDriverMessageMap

Struct SqlDriverMessageMap

datasource/context.go:45–50  ·  view source on GitHub ↗

SqlDriverMessageMap Context message with column/position info.

Source from the content-addressed store, hash-verified

43 }
44 // SqlDriverMessageMap Context message with column/position info.
45 SqlDriverMessageMap struct {
46 Vals []driver.Value // Values
47 ColIndex map[string]int // Map of column names to ordinal position in vals
48 IdVal uint64 // id()
49 keyVal string // key Non Hashed Key Value
50 }
51 ContextSimple struct {
52 Data map[string]value.Value
53 ts time.Time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected