Code

frontend: Added simple 'LOOKUP <type> WHERE <expression>' query.
[sysdb.git] / src / include / frontend / proto.h
index 132e10c17058d972f4b893ec37cbb6a972c011aa..0f55a7c71d13b5ec80b2d57d5c98db6b2c8af154 100644 (file)
@@ -52,6 +52,7 @@ typedef enum {
        /* query commands */
        CONNECTION_FETCH,
        CONNECTION_LIST,
+       CONNECTION_LOOKUP,
 
        /* command elements */
        CONNECTION_EXPR,