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

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L232: 	buf, err := NumericCodec{}.PlanEncode(nil, 0, TextFormatCode, n).Encode(n, nil)
		numeric.go#L317: func (NumericCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {