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

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		ltree.go#L24: 		return (TextCodec)(l).PlanEncode(m, oid, format, value)
		text.go#L96: func (TextCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {