MCPcopy
hub / github.com/Masterminds/squirrel / atpFormat

Struct atpFormat

placeholder.go:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type atpFormat struct{}
70
71func (atpFormat) ReplacePlaceholders(sql string) (string, error) {
72 return replacePositionalPlaceholders(sql, "@p")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected