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

Method PlaceholderFormat

delete.go:99–101  ·  view source on GitHub ↗

Format methods PlaceholderFormat sets PlaceholderFormat (e.g. Question or Dollar) for the query.

(f PlaceholderFormat)

Source from the content-addressed store, hash-verified

97// PlaceholderFormat sets PlaceholderFormat (e.g. Question or Dollar) for the
98// query.
99func (b DeleteBuilder) PlaceholderFormat(f PlaceholderFormat) DeleteBuilder {
100 return builder.Set(b, "PlaceholderFormat", f).(DeleteBuilder)
101}
102
103// Runner methods
104

Callers

nothing calls this directly

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected