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

2 uses

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