github.com/jackc/pgx/v5/pgtype.BitsCodec.PlanEncode (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L58: 	buf, err := BitsCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
		bits.go#L75: func (BitsCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {