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