SqlDriverMessageMap Context message with column/position info.
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected