ENH: Add retrieval and queries to Extern C interface
2 unresolved threads
2 unresolved threads
Compare changes
Files
2- florian authored
+ 607
− 14
@@ -5,10 +26,12 @@
@@ -20,6 +43,7 @@ extern "C" {
@@ -28,6 +52,90 @@ extern "C" {
@@ -56,6 +164,10 @@ const char *caosdb_constants_COMPATIBLE_SERVER_VERSION_PRE_RELEASE() {
@@ -69,9 +181,13 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
@@ -80,8 +196,11 @@ ERROR_RETURN_CODE(
@@ -90,20 +209,28 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
@@ -112,6 +239,9 @@ ERROR_RETURN_CODE(
@@ -141,6 +271,7 @@ ERROR_RETURN_CODE(
@@ -150,8 +281,12 @@ ERROR_RETURN_CODE(
@@ -160,8 +295,11 @@ ERROR_RETURN_CODE(
@@ -171,10 +309,14 @@ ERROR_RETURN_CODE(
@@ -182,8 +324,11 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
@@ -226,8 +371,12 @@ ERROR_RETURN_CODE(
@@ -235,10 +384,454 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
We have quite a few of these. And could have more, e.g. for create and delete functions. They are quite ugly but helpful.