Format methods PlaceholderFormat sets PlaceholderFormat (e.g. Question or Dollar) for the query.
(f PlaceholderFormat)
| 174 | // PlaceholderFormat sets PlaceholderFormat (e.g. Question or Dollar) for the |
| 175 | // query. |
| 176 | func (b SelectBuilder) PlaceholderFormat(f PlaceholderFormat) SelectBuilder { |
| 177 | return builder.Set(b, "PlaceholderFormat", f).(SelectBuilder) |
| 178 | } |
| 179 | |
| 180 | // Runner methods |
| 181 |