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

Method PlaceholderFormat

statement.go:35–37  ·  view source on GitHub ↗

PlaceholderFormat sets the PlaceholderFormat field for any child builders.

(f PlaceholderFormat)

Source from the content-addressed store, hash-verified

33
34// PlaceholderFormat sets the PlaceholderFormat field for any child builders.
35func (b StatementBuilderType) PlaceholderFormat(f PlaceholderFormat) StatementBuilderType {
36 return builder.Set(b, "PlaceholderFormat", f).(StatementBuilderType)
37}
38
39// RunWith sets the RunWith field for any child builders.
40func (b StatementBuilderType) RunWith(runner BaseRunner) StatementBuilderType {

Callers 1

statement.goFile · 0.45

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected