github.com/lib/pq.writeBuf.bytes (method)

7 uses

	github.com/lib/pq (current package)
		buf.go#L76: func (b *writeBuf) bytes(v []byte) {
		conn.go#L1151: 		w.bytes(scOut)
		conn.go#L1171: 		w.bytes(scOut)
		conn.go#L1295: 				w.bytes(b)
		conn.go#L1299: 	w.bytes(st.colFmtData)
		conn.go#L1579: 			b.bytes(datum)
		conn.go#L1597: 	b.bytes(colFmtDataAllText)