Format methods PlaceholderFormat sets PlaceholderFormat (e.g. Question or Dollar) for the query.
(f PlaceholderFormat)
| 97 | // PlaceholderFormat sets PlaceholderFormat (e.g. Question or Dollar) for the |
| 98 | // query. |
| 99 | func (b DeleteBuilder) PlaceholderFormat(f PlaceholderFormat) DeleteBuilder { |
| 100 | return builder.Set(b, "PlaceholderFormat", f).(DeleteBuilder) |
| 101 | } |
| 102 | |
| 103 | // Runner methods |
| 104 |