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

Struct SqlUpsert

rel/sql.go:159–165  ·  view source on GitHub ↗

SqlUpsert SQL Upsert Statement

Source from the content-addressed store, hash-verified

157 }
158 // SqlUpsert SQL Upsert Statement
159 SqlUpsert struct {
160 Columns Columns
161 Rows [][]*ValueColumn
162 Values map[string]*ValueColumn
163 Where *SqlWhere
164 Table string
165 }
166 // SqlUpdate SQL Update Statement
167 SqlUpdate struct {
168 Values map[string]*ValueColumn

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected