Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
336
func
NewSqlInsert() *SqlInsert {
337
req := &SqlInsert{}
338
req.Columns = make(Columns, 0)
339
return
req
340
}
341
func
NewSqlUpdate() *SqlUpdate {
342
req := &SqlUpdate{}
343
return
req
Callers
1
parseSqlInsert
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected