MCPcopy 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}
352func NewPreparedStatement() *PreparedStatement {
353 return &PreparedStatement{}
354}
355func NewSqlCreate() *SqlCreate {
356 req := &SqlCreate{}
357 return req

Callers 1

parsePrepareMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected