Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ NewSqlCreate
Function
NewSqlCreate
rel/sql.go:355–358 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
353
return
&PreparedStatement{}
354
}
355
func
NewSqlCreate() *SqlCreate {
356
req := &SqlCreate{}
357
return
req
358
}
359
func
NewSqlDrop() *SqlDrop {
360
req := &SqlDrop{}
361
return
req
Callers
1
parseCreate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected