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

9 uses

	github.com/lib/pq (current package)
		buf.go#L72: func (b *writeBuf) byte(c byte) {
		conn.go#L768: 	b.byte('S')
		conn.go#L1224: 	w.byte('S')
		conn.go#L1281: 	w.byte(0) // unnamed portal
		conn.go#L1302: 	w.byte(0)
		conn.go#L1590: 	b.byte(0) // unnamed statement
		conn.go#L1600: 	b.byte('P')
		conn.go#L1601: 	b.byte(0) // unnamed portal
		conn.go#L1604: 	b.byte(0)