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#L70: 	buf, err := TIDCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
		tid.go#L87: func (TIDCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {