relation_completer progress
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
namespace matador::object {
|
||||
|
||||
class schema_node;
|
||||
class relation_endpoint;
|
||||
|
||||
class basic_object_info {
|
||||
public:
|
||||
@@ -26,7 +27,7 @@ public:
|
||||
[[nodiscard]] const object_definition& definition() const;
|
||||
[[nodiscard]] std::shared_ptr<attribute_definition> reference_column() const;
|
||||
|
||||
bool has_primary_key() const;
|
||||
[[nodiscard]] bool has_primary_key() const;
|
||||
[[nodiscard]] const utils::identifier& primary_key() const;
|
||||
|
||||
void register_relation_endpoint(const std::type_index &type, const relation_endpoint &endpoint);
|
||||
|
||||
Reference in New Issue
Block a user