MCPcopy Index your code
hub / github.com/Masterminds/squirrel / PlaceholderFormat

Method PlaceholderFormat

select.go:176–178  ·  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

174// PlaceholderFormat sets PlaceholderFormat (e.g. Question or Dollar) for the
175// query.
176func (b SelectBuilder) PlaceholderFormat(f PlaceholderFormat) SelectBuilder {
177 return builder.Set(b, "PlaceholderFormat", f).(SelectBuilder)
178}
179
180// Runner methods
181

Callers 1

FromSelectMethod · 0.45

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected