github.com/lib/pq.rows.rb (field)

9 uses

	github.com/lib/pq (current package)
		conn.go#L1377: 	rb     readBuf
		conn.go#L1433: 		t := conn.recv1Buf(&rs.rb)
		conn.go#L1436: 			err = parseError(&rs.rb)
		conn.go#L1439: 				rs.result, rs.tag = conn.parseComplete(rs.rb.string())
		conn.go#L1443: 			conn.processReadyForQuery(&rs.rb)
		conn.go#L1450: 			n := rs.rb.int16()
		conn.go#L1459: 				l := rs.rb.int32()
		conn.go#L1464: 				dest[i] = decode(&conn.parameterStatus, rs.rb.next(l), rs.colTyps[i].OID, rs.colFmts[i])
		conn.go#L1468: 			next := parsePortalRowDescribe(&rs.rb)