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

9 uses

	github.com/lib/pq (current package)
		buf.go#L86: func (b *writeBuf) next(c byte) {
		conn.go#L767: 	b.next('D')
		conn.go#L771: 	b.next('S')
		conn.go#L1301: 	w.next('E')
		conn.go#L1305: 	w.next('S')
		conn.go#L1594: 	b.next('B')
		conn.go#L1599: 	b.next('D')
		conn.go#L1603: 	b.next('E')
		conn.go#L1607: 	b.next('S')