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

Struct dollarFormat

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

Source from the content-addressed store, hash-verified

47}
48
49type dollarFormat struct{}
50
51func (dollarFormat) ReplacePlaceholders(sql string) (string, error) {
52 return replacePositionalPlaceholders(sql, "$")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected