Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
341
func
NewSqlUpdate() *SqlUpdate {
342
req := &SqlUpdate{}
343
return
req
344
}
345
func
NewSqlUpsert() *SqlUpsert {
346
req := &SqlUpsert{}
347
return
req
Callers
1
parseSqlUpdate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected