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

Method PlaceholderFormat

update.go:160–162  ·  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

158// PlaceholderFormat sets PlaceholderFormat (e.g. Question or Dollar) for the
159// query.
160func (b UpdateBuilder) PlaceholderFormat(f PlaceholderFormat) UpdateBuilder {
161 return builder.Set(b, "PlaceholderFormat", f).(UpdateBuilder)
162}
163
164// Runner methods
165

Calls 1

SetMethod · 0.80