ENH: Add retrieval and queries to Extern C interface
2 unresolved threads
2 unresolved threads
Compare changes
- florian authored
+ 10
− 22
@@ -35,6 +35,8 @@ using ProtoFileDescriptor = caosdb::entity::v1alpha1::FileDescriptor;
@@ -35,6 +35,8 @@ using ProtoFileDescriptor = caosdb::entity::v1alpha1::FileDescriptor;
@@ -51,10 +53,6 @@ auto Parent::SetName(const std::string &name) -> void {
@@ -51,10 +53,6 @@ auto Parent::SetName(const std::string &name) -> void {
@@ -65,15 +63,8 @@ auto Parent::SetId(const std::string &id) -> void { this->wrapped->set_id(id); }
@@ -65,15 +63,8 @@ auto Parent::SetId(const std::string &id) -> void { this->wrapped->set_id(id); }
@@ -138,15 +129,6 @@ auto Property::SetDatatype(const std::string &datatype) -> void {
@@ -138,15 +129,6 @@ auto Property::SetDatatype(const std::string &datatype) -> void {
@@ -155,6 +137,8 @@ auto Entity::AppendParent(const Parent &parent) -> void {
@@ -155,6 +137,8 @@ auto Entity::AppendParent(const Parent &parent) -> void {
@@ -163,6 +147,10 @@ auto Entity::AppendProperty(const Property &property) -> void {
@@ -163,6 +147,10 @@ auto Entity::AppendProperty(const Property &property) -> void {