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

2 uses

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