MCPcopy
hub / github.com/jackc/pgx / appendResultFormat

Method appendResultFormat

extended_query_builder.go:91–93  ·  view source on GitHub ↗

appendResultFormat appends a result format to the query.

(format int16)

Source from the content-addressed store, hash-verified

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

Callers 1

BuildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected