github.com/jackc/pgproto3/v2.FieldDescription.Format (field)

10 uses

	github.com/jackc/pgproto3/v2 (current package)
		row_description.go#L23: 	Format               int16
		row_description.go#L43: 		Format:               fd.Format,
		row_description.go#L92: 		fd.Format = int16(binary.BigEndian.Uint16(src[rp:]))
		row_description.go#L117: 		dst = pgio.AppendInt16(dst, fd.Format)

	github.com/jackc/pgx/v4
		rows.go#L212: 			rows.scanPlans[i] = ci.PlanScan(fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, dest[i])
		rows.go#L221: 		err := rows.scanPlans[i].Scan(ci, fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, values[i], dst)
		rows.go#L251: 			switch fd.Format {
		rows.go#L276: 			switch fd.Format {
		rows.go#L340: 		err := connInfo.Scan(fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, values[i], d)

	github.com/jackc/pgx/v4/stdlib
		sql.go#L535: 			format := fd.Format