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

Function NewSqlInsert

rel/sql.go:336–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334 return req
335}
336func NewSqlInsert() *SqlInsert {
337 req := &SqlInsert{}
338 req.Columns = make(Columns, 0)
339 return req
340}
341func NewSqlUpdate() *SqlUpdate {
342 req := &SqlUpdate{}
343 return req

Callers 1

parseSqlInsertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected