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

Function NewSqlUpdate

rel/sql.go:341–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 return req
340}
341func NewSqlUpdate() *SqlUpdate {
342 req := &SqlUpdate{}
343 return req
344}
345func NewSqlUpsert() *SqlUpsert {
346 req := &SqlUpsert{}
347 return req

Callers 1

parseSqlUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected