preparations for object class changes

This commit is contained in:
2025-12-08 22:29:07 +01:00
parent 108eca4e53
commit d4a8801cd2
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -3,6 +3,7 @@
#include "matador/utils/constraints.hpp"
#include <memory>
#include <ostream>
#include <string>
#include <variant>
@@ -57,6 +58,7 @@ public:
private:
std::string constraint_name;
utils::constraints options_{utils::constraints::None};
std::shared_ptr<object> reference_;
std::string column_name;
std::string ref_table_name;
std::string ref_column_name;