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