PlaceholderFormat sets the PlaceholderFormat field for any child builders.
(f PlaceholderFormat)
| 33 | |
| 34 | // PlaceholderFormat sets the PlaceholderFormat field for any child builders. |
| 35 | func (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. |
| 40 | func (b StatementBuilderType) RunWith(runner BaseRunner) StatementBuilderType { |