appendResultFormat appends a result format to the query.
(format int16)
| 89 | |
| 90 | // appendResultFormat appends a result format to the query. |
| 91 | func (eqb *ExtendedQueryBuilder) appendResultFormat(format int16) { |
| 92 | eqb.ResultFormats = append(eqb.ResultFormats, format) |
| 93 | } |
| 94 | |
| 95 | // reset readies eqb to build another query. |
| 96 | func (eqb *ExtendedQueryBuilder) reset() { |