const github.com/jackc/pgx/v5.BinaryFormatCode

5 uses

	github.com/jackc/pgx/v5 (current package)
		extended_query_builder.go#L66: 			otherFormat = BinaryFormatCode
		rows.go#L318: 			case BinaryFormatCode:
		values.go#L13: 	BinaryFormatCode = 1
		values.go#L30: 	argBuf, err := m.Encode(oid, BinaryFormatCode, arg, buf)
		values.go#L62: 	return m.Encode(oid, BinaryFormatCode, v, buf)