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

Struct SqlInsert

rel/sql.go:151–157  ·  view source on GitHub ↗

SqlInsert SQL Insert Statement

Source from the content-addressed store, hash-verified

149 }
150 // SqlInsert SQL Insert Statement
151 SqlInsert struct {
152 kw lex.TokenType // Insert, Replace
153 Table string // table name
154 Columns Columns // Column Names
155 Rows [][]*ValueColumn // Values to insert
156 Select *SqlSelect //
157 }
158 // SqlUpsert SQL Upsert Statement
159 SqlUpsert struct {
160 Columns Columns

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected