ENH: Add retrieval and queries to Extern C interface
2 unresolved threads
2 unresolved threads
Compare changes
- florian authored
+ 125
− 24
@@ -31,6 +52,12 @@ int caosdb_constants_COMPATIBLE_SERVER_VERSION_PATCH();
@@ -31,6 +52,12 @@ int caosdb_constants_COMPATIBLE_SERVER_VERSION_PATCH();
@@ -40,6 +67,7 @@ const char *caosdb_constants_COMPATIBLE_SERVER_VERSION_PRE_RELEASE();
@@ -40,6 +67,7 @@ const char *caosdb_constants_COMPATIBLE_SERVER_VERSION_PRE_RELEASE();
@@ -51,6 +79,7 @@ typedef struct {
@@ -51,6 +79,7 @@ typedef struct {
@@ -70,10 +99,12 @@ typedef struct {
@@ -70,10 +99,12 @@ typedef struct {
@@ -242,62 +273,77 @@ int caosdb_connection_connection_manager_get_connection(
@@ -242,62 +273,77 @@ int caosdb_connection_connection_manager_get_connection(
@@ -318,6 +364,29 @@ int caosdb_entity_entity_get_parents_size(caosdb_entity_entity *entity,
@@ -318,6 +364,29 @@ int caosdb_entity_entity_get_parents_size(caosdb_entity_entity *entity,
@@ -326,11 +395,43 @@ int caosdb_entity_delete_property(caosdb_entity_property *out);
@@ -326,11 +395,43 @@ int caosdb_entity_delete_property(caosdb_entity_property *out);